Files
linux/include/uapi/linux
Linus Torvalds f679ebf6aa Merge tag 'io_uring-6.14-20250221' of git://git.kernel.dk/linux
Pull io_uring fixes from Jens Axboe:

 - Series fixing an issue with multishot read on pollable files that may
   return -EIOCBQUEUED from ->read_iter(). Four small patches for that,
   the first one deliberately done in such a way that it'd be easy to
   backport

 - Remove some dead constant definitions

 - Use array_index_nospec() for opcode indexing

 - Work-around for worker creation retries in the presence of signals

* tag 'io_uring-6.14-20250221' of git://git.kernel.dk/linux:
  io_uring/rw: clean up mshot forced sync mode
  io_uring/rw: move ki_complete init into prep
  io_uring/rw: don't directly use ki_complete
  io_uring/rw: forbid multishot async reads
  io_uring/rsrc: remove unused constants
  io_uring: fix spelling error in uapi io_uring.h
  io_uring: prevent opcode speculation
  io-wq: backoff when retrying worker creation
2025-02-21 09:17:56 -08:00
..
2024-07-31 13:56:00 +02:00
2024-11-03 20:33:43 +00:00
2025-01-13 07:36:29 -08:00
2024-12-04 16:08:34 +01:00
2024-08-28 06:53:58 -07:00
2024-08-28 06:53:58 -07:00
2024-06-11 12:57:49 -05:00
2025-01-17 22:23:47 +01:00
2024-11-01 01:19:00 +00:00
2024-05-07 01:35:57 +02:00
2024-08-29 10:39:37 +02:00
2024-08-26 09:37:23 -07:00
2024-06-01 07:28:21 +02:00
2024-09-01 20:26:05 -07:00
2024-09-16 23:50:52 +02:00
2024-08-19 22:36:26 -04:00
2024-09-06 08:31:40 -06:00
2024-08-12 17:50:34 -07:00
2025-01-08 13:18:11 +01:00
2025-01-23 13:05:06 -06:00
2024-10-24 13:54:51 +02:00
2025-01-09 16:23:17 +01:00
2024-10-09 19:55:40 -07:00
2024-11-05 10:24:16 +00:00
2024-11-06 12:59:44 -05:00