io_uring: improve io_double_lock_ctx fail handling
Pavel Begunkov authored
commit 4c979eae

 upstream.

msg_ring will fail the request if it can't lock rings, instead punt it
to io-wq as was originally intended.

Cc: stable@vger.kernel.org
Signed-off-by: default avatarPavel Begunkov <asml.silence@gmail.com>
Link: https://lore.kernel.org/r/4697f05afcc37df5c8f89e2fe6d9c7c19f0241f9.1670384893.git.asml.silence@gmail.com

Signed-off-by: default avatarJens Axboe <axboe@kernel.dk>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
e2c22a38
Name Last commit Last update
Documentation dt-bindings: input: iqs7222: Add support for IQS7222A v1.13+
LICENSES LICENSES/LGPL-2.1: Add LGPL-2.1-or-later as valid identifiers
arch arm64: dts: qcom: sm8250: fix USB-DP PHY registers
block blk-iolatency: Fix memory leak on add_disk() failures
certs certs: make system keyring depend on built-in x509 parser
crypto crypto: tcrypt - Fix multibuffer skcipher speed test mem leak
drivers scsi: qla2xxx: Fix crash when I/O abort times out
fs btrfs: do not BUG_ON() on ENOMEM when dropping extent items for a range
include io_uring/net: introduce IORING_SEND_ZC_REPORT_USAGE flag
init init/Kconfig: fix CC_HAS_ASM_GOTO_TIED_OUTPUT test with dash
io_uring io_uring: improve io_double_lock_ctx fail handling
ipc ipc: fix memory leak in init_mqueue_fs()
kernel gcov: add support for checksum field
lib maple_tree: fix mas_spanning_rebalance() on insufficient data
mm mm/gup: disallow FOLL_FORCE|FOLL_WRITE on hugetlb mappings
net 9p: set req refcount to zero to avoid uninitialized usage
rust Kbuild: add Rust support
samples samples: vfio-mdev: Fix missing pci_disable_device() in mdpy_fb_probe()
scripts Merge tag 'objtool_urgent_for_v6.1_rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
security security: Restrict CONFIG_ZERO_CALL_USED_REGS to gcc or clang > 15.0.6
sound ALSA: hda/hdmi: Add HP Device 0x8711 to force connect list
tools perf test: Fix "all PMU test" to skip parametrized events
usr usr/gen_init_cpio.c: remove unnecessary -1 values from int file
virt Merge branch 'kvm-dwmw2-fixes' into HEAD
.clang-format inet: ping: use hlist_nulls rcu iterator during lookup
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile
README
Linux kernel
============

There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.  The formatted documentation can also be read online at:

    https://www.kernel.org/doc/html/latest/

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.

Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.