mbox series

[0/3] send/recv bundle fixes

Message ID 20240808014823.272751-1-axboe@kernel.dk (mailing list archive)
Headers show
Series send/recv bundle fixes | expand

Message

Jens Axboe Aug. 8, 2024, 1:47 a.m. UTC
Hi,

Just three minor fixes for 6.11, all marked for stable as well. Two
of them fix a missing REQ_F_NEED_CLEANUP being set for recv and send,
and the last one fixes non-bundle sends potentially picking more than
one buffer. Only bundle sends should do that.