aboutsummaryrefslogtreecommitdiff
path: root/Documentation/process
diff options
context:
space:
mode:
authorGiovanni Cabiddu <giovanni.cabiddu@intel.com>2021-11-17 14:30:35 +0000
committerHerbert Xu <herbert@gondor.apana.org.au>2021-11-26 16:20:44 +1100
commit5002200b4fedd7e90e4fbc2e5c42a4b3351df814 (patch)
tree05f2ab2abe0b51699989b9c1b94d2200116c0347 /Documentation/process
parentc79391c696da0151c6ec8cb8a31edfa8bbe68f24 (diff)
crypto: qat - fix undetected PFVF timeout in ACK loop
If the remote function did not ACK the reception of a message, the function __adf_iov_putmsg() could detect it as a collision. This was due to the fact that the collision and the timeout checks after the ACK loop were in the wrong order. The timeout must be checked at the end of the loop, so fix by swapping the order of the two checks. Fixes: 9b768e8a3909 ("crypto: qat - detect PFVF collision after ACK") Signed-off-by: Giovanni Cabiddu <giovanni.cabiddu@intel.com> Co-developed-by: Marco Chiappero <marco.chiappero@intel.com> Signed-off-by: Marco Chiappero <marco.chiappero@intel.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'Documentation/process')
0 files changed, 0 insertions, 0 deletions