From: John Fastabend <john.fastab...@gmail.com> Date: Fri, 21 Dec 2018 08:19:36 -0800
> On 12/21/18 7:55 AM, Vakul Garg wrote: >> Fixed function sk_msg_clone() to prevent overflow of 'dst' while adding >> pages in scatterlist entries. The overflow of 'dst' causes crash in kernel >> tls module while doing record encryption. >> >> Crash fixed by this patch. ... >> Signed-off-by: Vakul Garg <vakul.g...@nxp.com> >> Fixes: d829e9c4112b ("tls: convert to generic sk_msg interface") > > Seems we only checked it upfront not as pages were being added. Thanks! > > Acked-by: John Fastabend <john.fastab...@gmail.com> Since this is a bug fix I've applied this to 'net'. Also, Vakul, always put the Fixes: tag first in the list of tags. I fixed it up for you this time. Thanks.