]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
io_uring/zcrx: poison pointers on unregistration
authorPavel Begunkov <asml.silence@gmail.com>
Tue, 19 May 2026 11:44:28 +0000 (12:44 +0100)
committerJens Axboe <axboe@kernel.dk>
Tue, 26 May 2026 16:42:01 +0000 (10:42 -0600)
commite57b44039bc54bbdf3d1511021458356858a4a12
tree9992b3f4230aec24e4bb2689b072d74e61c7085e
parent74fc9a9b50d43ed473ea2449682000da43e17175
io_uring/zcrx: poison pointers on unregistration

Nobody should be touching area and other pointers after zcrx
destruction, poison them instead of zeroing.

Signed-off-by: Pavel Begunkov <asml.silence@gmail.com>
Link: https://patch.msgid.link/19112d1412539dcfc04a0317b5812e968623bc51.1779189667.git.asml.silence@gmail.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
io_uring/zcrx.c