No description
Find a file
Shigeru Yoshida 703e5f7083 kcm: Destroy mutex in kcm_exit_net()
[ Upstream commit 6ad40b36cd ]

kcm_exit_net() should call mutex_destroy() on knet->mutex. This is especially
needed if CONFIG_DEBUG_MUTEXES is enabled.

Fixes: ab7ac4eb98 ("kcm: Kernel Connection Multiplexor module")
Signed-off-by: Shigeru Yoshida <syoshida@redhat.com>
Link: https://lore.kernel.org/r/20230902170708.1727999-1-syoshida@redhat.com
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2023-09-19 12:30:18 +02:00
arch x86/virt: Drop unnecessary check on extended CPUID level in cpu_has_svm() 2023-09-19 12:30:14 +02:00
block blk-throttle: consider 'carryover_ios/bytes' in throtl_trim_slice() 2023-09-19 12:30:16 +02:00
certs
crypto
Documentation
drivers veth: Fixing transmit return status for dropped packets 2023-09-19 12:30:18 +02:00
fs smb: propagate error code of extract_sharename() 2023-09-19 12:30:16 +02:00
include af_unix: Fix msg_controllen test in scm_pidfd_recv() for MSG_CMSG_COMPAT. 2023-09-19 12:30:18 +02:00
init
io_uring
ipc
kernel netfilter: nf_tables: Audit log rule reset 2023-09-19 12:30:16 +02:00
lib
LICENSES
mm
net kcm: Destroy mutex in kcm_exit_net() 2023-09-19 12:30:18 +02:00
rust
samples
scripts kconfig: fix possible buffer overflow 2023-09-19 12:30:13 +02:00
security
sound
tools selftests/bpf: Fix a CI failure caused by vsock write 2023-09-19 12:30:18 +02:00
usr
virt
.clang-format
.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.