A mirror of the official Linux kernel repository just in case
Go to file
Paolo Abeni 7565c39da8 Merge branch 'bonding-fix-xfrm-offload-bugs'
Nikolay Aleksandrov says:

====================
bonding: fix xfrm offload bugs

I noticed these problems while reviewing a bond xfrm patch recently.
The fixes are straight-forward, please review carefully the last one
because it has side-effects. This set has passed bond's selftests
and my custom bond stress tests which crash without these fixes.

Note the first patch is not critical, but it simplifies the next fix.
====================

Link: https://patch.msgid.link/20240816114813.326645-1-razor@blackwall.org
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
2024-08-20 15:30:37 +02:00
arch KVM: x86: Disallow read-only memslots for SEV-ES and SEV-SNP (and TDX) 2024-08-14 12:28:24 -04:00
block
certs
crypto
Documentation Including fixes from wireless and netfilter 2024-08-15 10:35:20 -07:00
drivers bonding: fix xfrm state handling when clearing active slave 2024-08-20 15:29:29 +02:00
fs for-6.11-rc3-tag 2024-08-14 17:56:15 -07:00
include kcm: Serialise kcm_sendmsg() for the same socket. 2024-08-19 18:36:12 -07:00
init
io_uring
ipc
kernel vfs-6.11-rc4.fixes 2024-08-14 09:06:28 -07:00
lib
LICENSES
mm
net ip6_tunnel: Fix broken GRO 2024-08-20 13:21:10 +02:00
rust
samples
scripts
security
sound
tools selftests: udpgro: no need to load xdp for gro 2024-08-19 09:54:24 +01:00
usr
virt KVM: x86: Disallow read-only memslots for SEV-ES and SEV-SNP (and TDX) 2024-08-14 12:28:24 -04:00
.clang-format
.cocciconfig
.editorconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS MAINTAINERS: add selftests to network drivers 2024-08-15 19:13:12 -07:00
Makefile Linux 6.11-rc3 2024-08-11 14:27:14 -07: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.