]> Gentwo Git Trees - linux/.git/commit
io_uring/zcrx: rename dma lock
authorPavel Begunkov <asml.silence@gmail.com>
Tue, 16 Sep 2025 14:27:56 +0000 (15:27 +0100)
committerJens Axboe <axboe@kernel.dk>
Tue, 16 Sep 2025 18:37:20 +0000 (12:37 -0600)
commit4f602f3112c8271e32bea358dd2a8005d32a5bd5
tree46c266a9ba41d63c371c4d278368ce99b33356cd
parentd8d135dfe3e8e306d9edfcccf28dbe75c6a85567
io_uring/zcrx: rename dma lock

In preparation for reusing the lock for other purposes, rename it to
"pp_lock". As before, it can be taken deeper inside the networking stack
by page pool, and so the syscall io_uring must avoid holding it while
doing queue reconfiguration or anything that can result in immediate pp
init/destruction.

Signed-off-by: Pavel Begunkov <asml.silence@gmail.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
io_uring/zcrx.c
io_uring/zcrx.h