rxrpc: Fix some missing _bh annotations on locking conn->state_lock
David Howells authored
[ Upstream commit fa1d113a ]

conn->state_lock may be taken in softirq mode, but a previous patch
replaced an outer lock in the response-packet event handling code, and lost
the _bh from that when doing so.

Fix this by applying the _bh annotation to the state_lock locking.

Fixes: a1399f8b

 ("rxrpc: Call channels should have separate call number spaces")
Signed-off-by: default avatarDavid Howells <dhowells@redhat.com>
Signed-off-by: default avatarSasha Levin <sashal@kernel.org>
513dd160
Name Last commit Last update
Documentation block/diskstats: more accurate approximation of io_ticks for slow disks
LICENSES LICENSES: Rename other to deprecated
arch arm64: dts: stratix10: add status to qspi dts node
block block/diskstats: more accurate approximation of io_ticks for slow disks
certs PKCS#7: Refactor verify_pkcs7_signature()
crypto crypto: af_alg - Work around empty control messages without MSG_MORE
drivers net/mlx5e: Fix VLAN create flow
fs cifs: Fix incomplete memory allocation on setxattr path
include net/mlx5: Avoid possible free of command entry while timeout comp handler
init kprobes: tracing/kprobes: Fix to kill kprobes on initmem after boot
ipc ipc/util.c: sysvipc_find_ipc() incorrectly updates position index
kernel bpf: Fix sysfs export of empty BTF section
lib Fonts: Support FONT_EXTRA_WORDS macros for built-in fonts
mm mm/khugepaged: fix filemap page_to_pgoff(page) != offset
net rxrpc: Fix some missing _bh annotations on locking conn->state_lock
samples bpf: Fix fds_example SIGSEGV error
scripts scripts/dtc: only append to HOST_EXTRACFLAGS instead of overwriting
security device_cgroup: Fix RCU list debugging warning
sound ALSA: hda/realtek: Enable front panel headset LED on Lenovo ThinkStation P520
tools perf top: Fix stdio interface input handling with glibc 2.28+
usr initramfs: restore default compression behavior
virt KVM: arm64: Assume write fault on S1PTW permission fault on instruction fetch
.clang-format clang-format: Update with the latest for_each macro list
.cocciconfig scripts: add Linux .cocciconfig for coccinelle
.get_maintainer.ignore Opt out of scripts/get_maintainer.pl
.gitattributes .gitattributes: set git diff driver for C source code files
.gitignore Merge tag 'modules-for-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linux
.mailmap Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
COPYING COPYING: use the new text with points to the license files
CREDITS MAINTAINERS: Remove Simon as Renesas SoC Co-Maintainer
Kbuild kbuild: do not descend to ./Kbuild when cleaning
Kconfig docs: kbuild: convert docs to ReST and rename to *.rst
MAINTAINERS Documentation/llvm: add documentation on building w/ Clang/LLVM
Makefile Linux 5.4.70
README Drop all 00-INDEX files from Documentation/
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.