Linux kernel source tree
Go to file
Florian Westphal 645546a05b xfrm: policy: remove last remnants of pernet inexact list
xfrm_net still contained the no-longer-used inexact policy list heads,
remove them.

Fixes: a54ad727f7 ("xfrm: policy: remove remaining use of inexact list")
Signed-off-by: Florian Westphal <fw@strlen.de>
Signed-off-by: Steffen Klassert <steffen.klassert@secunet.com>
2024-09-24 09:58:16 +02:00
arch Networking changes for 6.12. 2024-09-16 06:02:27 +02:00
block
certs
crypto
Documentation
drivers net: seeq: Fix use after free vulnerability in ether3 Driver Due to Race Condition 2024-09-19 15:17:30 +02:00
fs fix for packet signing of write 2024-09-14 11:43:24 +02:00
include xfrm: policy: remove last remnants of pernet inexact list 2024-09-24 09:58:16 +02:00
init
io_uring
ipc
kernel Networking changes for 6.12. 2024-09-16 06:02:27 +02:00
lib
LICENSES
mm
net xfrm: policy: remove last remnants of pernet inexact list 2024-09-24 09:58:16 +02:00
rust
samples
scripts
security
sound sound fixes for 6.11 2024-09-14 11:54:24 +02:00
tools
usr
virt
.clang-format
.cocciconfig
.editorconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap sound fixes for 6.11 2024-09-14 11:54:24 +02:00
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS MAINTAINERS: adjust file entry of the oa_tc6 header 2024-09-22 19:55:04 +01:00
Makefile Linux 6.11 2024-09-15 16:57:56 +02: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 reStructuredText 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.