io_uring/net: inherit IORING_CQE_F_BUF_MORE across bundle recv retries_CVE-2026-53191
In the Linux kernel, the following vulnerability has been resolved: io_uring/net: inherit IORING_CQE_F_BUF_MORE across bundle recv retries When a bundle recv retries inside io_recv_finish(), the merge logic OR the saved cflags from the previous iteration with the cflags retu...