No description
Find a file
Linus Torvalds 86b405ad8d Landlock security fix for v6.11-rc1
-----BEGIN PGP SIGNATURE-----
 
 iIYEABYKAC4WIQSVyBthFV4iTW/VU1/l49DojIL20gUCZqFEchAcbWljQGRpZ2lr
 b2QubmV0AAoJEOXj0OiMgvbSULcBAPEV5Viu/zox2FdS87EGTqWxEQJcBRvc3ahj
 MQk44WtMAP4o2CnwrOoMyZXeq9npteL5lQsVhEzeI+p8oN9C9bThBg==
 =zizo
 -----END PGP SIGNATURE-----

Merge tag 'landlock-6.11-rc1-houdini-fix' of git://git.kernel.org/pub/scm/linux/kernel/git/mic/linux

Pull landlock fix from Mickaël Salaün:
 "Jann Horn reported a sandbox bypass for Landlock. This includes the
  fix and new tests. This should be backported"

* tag 'landlock-6.11-rc1-houdini-fix' of git://git.kernel.org/pub/scm/linux/kernel/git/mic/linux:
  selftests/landlock: Add cred_transfer test
  landlock: Don't lose track of restrictions on cred_transfer
2024-07-27 13:16:53 -07:00
arch Devicetree fixes for 6.11, part 1 2024-07-27 12:46:16 -07:00
block
certs
crypto
Documentation Devicetree fixes for 6.11, part 1 2024-07-27 12:46:16 -07:00
drivers gpio fixes for v6.11-rc1 2024-07-27 12:54:06 -07:00
fs 11 hotfixes, 7 of which are cc:stable. 7 are MM, 4 are other. 2024-07-27 10:26:41 -07:00
include Devicetree fixes for 6.11, part 1 2024-07-27 12:46:16 -07:00
init
io_uring
ipc
kernel Fixes and minor updates for the timer migration code: 2024-07-27 10:19:55 -07:00
lib 11 hotfixes, 7 of which are cc:stable. 7 are MM, 4 are other. 2024-07-27 10:26:41 -07:00
LICENSES
mm mm/page_alloc: fix pcp->count race between drain_pages_zone() vs __rmqueue_pcplist() 2024-07-26 14:33:09 -07:00
net
rust
samples
scripts
security Landlock security fix for v6.11-rc1 2024-07-27 13:16:53 -07:00
sound Devicetree fixes for 6.11, part 1 2024-07-27 12:46:16 -07:00
tools Landlock security fix for v6.11-rc1 2024-07-27 13:16:53 -07:00
usr
virt
.clang-format
.cocciconfig
.editorconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap MAINTAINERS: mailmap: update James Clark's email address 2024-07-26 14:32:35 -07:00
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS I3C for 6.11 2024-07-27 10:53:06 -07:00
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 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.