You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed buffer table quiesce might unlock ->uring_lock, potentially
letting new requests to be submitted, don't allow those requests to
use the table as they will race with unregistration.
Reported-and-tested-by: van fantasy <[email protected]>
Fixes: bd54b6f ("io_uring: implement fixed buffers registration similar to fixed files")
Signed-off-by: Pavel Begunkov <[email protected]>
0 commit comments