Revision 0a35d1622d5cd7693d75b7124913c75a7e3fabd0 authored by Linus Torvalds on 01 July 2022, 17:52:01 UTC, committed by Linus Torvalds on 01 July 2022, 17:52:01 UTC
Pull io_uring fixes from Jens Axboe:
 "Two minor tweaks:

   - While we still can, adjust the send/recv based flags to be in
     ->ioprio rather than in ->addr2. This is consistent with eg accept,
     and also doesn't waste a full 64-bit field for flags (Pavel)

   - 5.18-stable fix for re-importing provided buffers. Not much real
     world relevance here as it'll only impact non-pollable files gone
     async, which is more of a practical test case rather than something
     that is used in the wild (Dylan)"

* tag 'io_uring-5.19-2022-07-01' of git://git.kernel.dk/linux-block:
  io_uring: fix provided buffer import
  io_uring: keep sendrecv flags in ioprio
2 parent s d516e22 + 09007af
History
File Mode Size
fse_compress.c -rw-r--r-- 22.6 KB
hist.c -rw-r--r-- 6.6 KB
hist.h -rw-r--r-- 3.4 KB
huf_compress.c -rw-r--r-- 37.2 KB
zstd_compress.c -rw-r--r-- 214.7 KB
zstd_compress_internal.h -rw-r--r-- 47.8 KB
zstd_compress_literals.c -rw-r--r-- 6.1 KB
zstd_compress_literals.h -rw-r--r-- 1.2 KB
zstd_compress_sequences.c -rw-r--r-- 19.4 KB
zstd_compress_sequences.h -rw-r--r-- 2.1 KB
zstd_compress_superblock.c -rw-r--r-- 42.5 KB
zstd_compress_superblock.h -rw-r--r-- 1.1 KB
zstd_cwksp.h -rw-r--r-- 16.4 KB
zstd_double_fast.c -rw-r--r-- 24.7 KB
zstd_double_fast.h -rw-r--r-- 1.2 KB
zstd_fast.c -rw-r--r-- 21.8 KB
zstd_fast.h -rw-r--r-- 1.1 KB
zstd_lazy.c -rw-r--r-- 62.1 KB
zstd_lazy.h -rw-r--r-- 3.4 KB
zstd_ldm.c -rw-r--r-- 26.1 KB
zstd_ldm.h -rw-r--r-- 4.2 KB
zstd_ldm_geartab.h -rw-r--r-- 5.8 KB
zstd_opt.c -rw-r--r-- 61.7 KB
zstd_opt.h -rw-r--r-- 1.9 KB

back to top