projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
2bfcee5
f024d3a
)
Merge tag 'io_uring-6.15-20250502' of git://git.kernel.dk/linux
author
Linus Torvalds
<torvalds@linux-foundation.org>
Fri, 2 May 2025 17:21:34 +0000
(10:21 -0700)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Fri, 2 May 2025 17:21:34 +0000
(10:21 -0700)
Pull io_uring fix from Jens Axboe:
"Just a single fix, annotating the fdinfo side SQ/CQ head/tail reads
with data_race() as they are known racy.
Only serves to silence syzbot testing, by definition these debug
outputs are going to be racy as they may change as soon as we've read
them"
* tag 'io_uring-6.15-
20250502
' of git://git.kernel.dk/linux:
io_uring/fdinfo: annotate racy sq/cq head/tail reads
Trivial merge