No description
Find a file
Anastasia Belova 558b1fa01c xfrm: compat: change expression for switch in xfrm_xlate64
[ Upstream commit eb6c59b735 ]

Compare XFRM_MSG_NEWSPDINFO (value from netlink
configuration messages enum) with nlh_src->nlmsg_type
instead of nlh_src->nlmsg_type - XFRM_MSG_BASE.

Found by Linux Verification Center (linuxtesting.org) with SVACE.

Fixes: 4e9505064f ("net/xfrm/compat: Copy xfrm_spdattr_type_t atributes")
Signed-off-by: Anastasia Belova <abelova@astralinux.ru>
Acked-by: Dmitry Safonov <0x7f454c46@gmail.com>
Tested-by: Dmitry Safonov <0x7f454c46@gmail.com>
Signed-off-by: Steffen Klassert <steffen.klassert@secunet.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2023-02-14 19:17:57 +01:00
arch powerpc/imc-pmu: Revert nest_init_lock to being a mutex 2023-02-09 11:26:47 +01:00
block block, bfq: fix uaf for bfqq in bic_set_bfqq() 2023-02-09 11:26:36 +01:00
certs
crypto
Documentation docs: Fix path paste-o for /sys/kernel/warn_count 2023-02-01 08:27:22 +01:00
drivers of/address: Return an error when no valid dma-ranges are found 2023-02-14 19:17:57 +01:00
fs btrfs: zlib: zero-initialize zlib workspace 2023-02-14 19:17:56 +01:00
include mm/migration: return errno when isolate_huge_page failed 2023-02-14 19:17:56 +01:00
init
io_uring io_uring/rw: remove leftover debug statement 2023-01-24 07:22:49 +01:00
ipc
kernel tracing: Fix poll() and select() do not work on per_cpu trace_pipe and trace_pipe_raw 2023-02-14 19:17:57 +01:00
lib netlink: prevent potential spectre v1 gadgets 2023-02-01 08:27:26 +01:00
LICENSES
mm migrate: hugetlb: check for hugetlb shared PMD in node migration 2023-02-14 19:17:56 +01:00
net xfrm: compat: change expression for switch in xfrm_xlate64 2023-02-14 19:17:57 +01:00
samples
scripts kbuild: Allow kernel installation packaging to override pkg-config 2023-02-01 08:27:30 +01:00
security tomoyo: fix broken dependency on *.conf.default 2023-02-01 08:27:05 +01:00
sound ALSA: hda/realtek: Enable mute/micmute LEDs on HP Elitebook, 645 G9 2023-02-14 19:17:57 +01:00
tools selftests: net: udpgso_bench_tx: Cater for pending datagrams zerocopy benchmarking 2023-02-09 11:26:38 +01:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile Linux 5.15.93 2023-02-09 11:26:48 +01:00
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.