On Tue, Jan 09, 2024 at 02:59:56PM -0800, John Fastabend wrote: > commit c5a595000e2677e865a39f249c056bc05d6e55fd upstream. > > Backport of upstream fix for tls on 5.x kernels. > > The curr pointer must also be updated on the splice similar to how > we do this for other copy types. > > Cc: stable@xxxxxxxxxxxxxxx # 5.15.x > Cc: stable@xxxxxxxxxxxxxxx # 5.10.x > Cc: stable@xxxxxxxxxxxxxxx # 5.4.x > Reported-by: Jann Horn <jannh@xxxxxxxxxx> > Fixes: d829e9c4112b ("tls: convert to generic sk_msg interface") > Signed-off-by: John Fastabend <john.fastabend@xxxxxxxxx> > --- > net/tls/tls_sw.c | 2 ++ > 1 file changed, 2 insertions(+) Now queued up, thanks. greg k-h