summaryrefslogtreecommitdiff
path: root/drivers/block
diff options
context:
space:
mode:
authorJens Axboe <axboe@kernel.dk>2026-02-24 11:36:09 -0700
committerSasha Levin <sashal@kernel.org>2026-03-12 07:09:18 -0400
commit10197d016d0f7ee33ba5d0a4e1e455b53cf427e3 (patch)
tree5ad827542ba5a1611a3335104231dc4cefa84eae /drivers/block
parent7b37067241947ddb59ee3afda3acd6088de122f6 (diff)
io_uring/cmd_net: use READ_ONCE() for ->addr3 read
[ Upstream commit a46435537a844d0f7b4b620baf962cad136422de ] Any SQE read should use READ_ONCE(), to ensure the result is read once and only once. Doesn't really matter for this case, but it's better to keep these 100% consistent and always use READ_ONCE() for the prep side of SQE handling. Fixes: 5d24321e4c15 ("io_uring: Introduce getsockname io_uring cmd") Signed-off-by: Jens Axboe <axboe@kernel.dk> Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to 'drivers/block')
0 files changed, 0 insertions, 0 deletions