On 1/31/2019 11:38 AM, Horia Geanta wrote: > Thanks Pankaj. > > On 1/31/2019 9:18 AM, Pankaj Gupta wrote: >> when the source sg contains more than 1 fragment and >> destination sg contains 1 fragment, the caam driver >> mishandle the buffers to be sent to caam. >> > Patch subject prefix should be: "crypto: caam -" > > Please Cc stable by adding: > Cc: <stable@xxxxxxxxxxxxxxx> # 4.3+ > > The root cause is commit: > f2147b88b2b1 ("crypto: caam - Convert GCM to new AEAD interface") > > however the issue was not visible until the switch to new AEAD interface > completed, in commit: > 479bcc7c5b9e ("crypto: caam - Convert authenc to new AEAD interface") > > Thus it's probably correct to also add > Fixes: 479bcc7c5b9e ("crypto: caam - Convert authenc to new AEAD interface") > Actually for gcm the issue should show up from the very beginning, so Fixes: f2147b88b2b1 ("crypto: caam - Convert GCM to new AEAD interface") Cc: <stable@xxxxxxxxxxxxxxx> # 4.2+ is better. Thanks, Horia