diff options
| author | 2026-04-29 15:29:38 -0700 | |
|---|---|---|
| committer | 2026-05-02 18:27:14 -0700 | |
| commit | 7e7be31bfdb066c1c780dcd6b1224078fc54063f (patch) | |
| tree | 9f90b07b4c2afb94f0a84fa016fb347fc86fe45f /samples/kobject/ssh:/git@git.zx2c4.com | |
| parent | Merge branch 'net-sched-sch_cake-annotate-data-races-in-cake_dump_class_stats-series' (diff) | |
net: tls: fix silent data drop under pipe back-pressure
tls_sw_splice_read() uses len when advancing rxm->offset / rxm->full_len
after skb_splice_bits(), rather than copied (the actual number of bytes
successfully spliced into the pipe). When the destination pipe cannot
accept all the requested bytes, splice_to_pipe() returns fewer bytes
than len, and 'len - copied' of data is effectively skipped over.
Fixes: e062fe99cccd ("tls: splice_read: fix accessing pre-processed records")
Link: https://patch.msgid.link/20260429222944.2139041-2-kuba@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'samples/kobject/ssh:/git@git.zx2c4.com')
0 files changed, 0 insertions, 0 deletions
