Merge tag 'io_uring-6.15-20250502' of git://git.kernel.dk/linux
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 2 May 2025 17:21:34 +0000 (10:21 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 2 May 2025 17:21:34 +0000 (10:21 -0700)
commit731e5e1a5bf411934b5d5bb0e0a5fb904985301c
tree1892e909bf96d54f9b9ba7cebd69758999f2d5c3
parent2bfcee565c3a36f2781152a767d34c9dc5432f95
parentf024d3a8ded0d8d2129ae123d7a5305c29ca44ce
Merge tag 'io_uring-6.15-20250502' of git://git.kernel.dk/linux

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