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") Horia P.S. You are supposed to add driver maintainers in the loop, see MAINTAINERS file and the handy scripts/get_maintainer.pl.