No description
Find a file
John Johansen 4c546abf22 apparmor: Fix ref count leak in task_kill
[ Upstream commit 2cb54a19ac ]

apparmor_task_kill was not putting the task_cred reference tc, or the
cred_label reference tc when dealing with a passed in cred, fix this
by using a single fn exit.

Fixes: 90c436a64a ("apparmor: pass cred through to audit info.")
Signed-off-by: John Johansen <john.johansen@canonical.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2024-01-25 15:45:23 -08:00
arch arm64: dts: qcom: qrb5165-rb5: use u16 for DP altmode svid 2024-01-25 15:45:23 -08:00
block block: Remove special-casing of compound pages 2024-01-25 15:45:14 -08:00
certs
crypto crypto: scomp - fix req->dst buffer overflow 2024-01-25 15:44:43 -08:00
Documentation rcu: Restrict access to RCU CPU stall notifiers 2024-01-25 15:45:18 -08:00
drivers vdpa: Fix an error handling path in eni_vdpa_probe() 2024-01-25 15:45:23 -08:00
fs ceph: select FS_ENCRYPTION_ALGS if FS_ENCRYPTION 2024-01-25 15:45:13 -08:00
include bus: mhi: ep: Pass mhi_ep_buf_info struct to read/write APIs 2024-01-25 15:45:22 -08:00
init rootfs: Fix support for rootfstype= when root= is given 2024-01-25 15:45:15 -08:00
io_uring io_uring: ensure local task_work is run on wait timeout 2024-01-25 15:45:13 -08:00
ipc
kernel rcu: Restrict access to RCU CPU stall notifiers 2024-01-25 15:45:18 -08:00
lib test_bpf: Rename second ALU64_SMOD_X to ALU64_SMOD_K 2024-01-25 15:44:50 -08:00
LICENSES
mm
net Revert "net: rtnetlink: Enslave device before bringing it up" 2024-01-25 15:45:16 -08:00
rust rust: Ignore preserve-most functions 2024-01-25 15:45:09 -08:00
samples
scripts
security apparmor: Fix ref count leak in task_kill 2024-01-25 15:45:23 -08:00
sound ALSA: hda/realtek: Enable headset mic on Lenovo M70 Gen5 2024-01-25 15:45:12 -08:00
tools perf vendor events: Remove UTF-8 characters from cmn.json 2024-01-25 15:45:23 -08: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.