2026-07-27, 13:55:00 +0200, Sabrina Dubroca wrote: > Why 4 extra splices? One should be enough to hit tls_sw_sendmsg_splice > with the skmsg already full?
You're right, one is enough - I checked, same oops. > Do we really need a fresh pipe for each iteration? No, one reused pipe works. All four fixed in v2. The reworked test still reproduces on an unpatched kernel. Thanks, chanyoung
