Go to file
Christian Brauner e566bff963
ovl: port ovl_create_or_link() to new ovl_override_creator_creds cleanup guard
This clearly indicates the double-credential override and makes the code
a lot easier to grasp with one glance.

Link: https://patch.msgid.link/20251117-work-ovl-cred-guard-prepare-v2-5-bd1c97a36d7b@kernel.org
Reviewed-by: Amir Goldstein <amir73il@gmail.com>
Signed-off-by: Christian Brauner <brauner@kernel.org>
2025-11-19 21:58:26 +01:00
Documentation Merge branch 'vfs-6.19.directory.locking' into base.vfs-6.19.ovl 2025-11-19 21:56:47 +01:00
LICENSES
arch Shared branch between Kbuild and other trees for enabling '-fms-extensions' for 6.19 2025-11-10 10:38:07 +01:00
block
certs
crypto
drivers Merge branch 'kbuild-6.19.fms.extension' 2025-11-19 21:56:17 +01:00
fs ovl: port ovl_create_or_link() to new ovl_override_creator_creds cleanup guard 2025-11-19 21:58:26 +01:00
include Merge branch 'vfs-6.19.directory.locking' into base.vfs-6.19.ovl 2025-11-19 21:56:47 +01:00
init cred: make init_cred static 2025-11-04 12:36:02 +01:00
io_uring
ipc VFS: change vfs_mkdir() to unlock on failure. 2025-11-14 13:15:58 +01:00
kernel trace: use override credential guard 2025-11-05 23:11:52 +01:00
lib
mm
net net/dns_resolver: use credential guards in dns_query() 2025-11-04 12:36:51 +01:00
rust
samples
scripts Kbuild: enable -fms-extensions 2025-10-29 16:23:47 -07:00
security Merge branch 'vfs-6.19.directory.locking' into base.vfs-6.19.ovl 2025-11-19 21:56:47 +01:00
sound
tools - Fix x32 build due to wrong format specifier on that sub-arch 2025-10-26 09:44:36 -07:00
usr
virt
.clang-format
.clippy.toml
.cocciconfig
.editorconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.pylintrc
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile Shared branch between Kbuild and other trees for enabling '-fms-extensions' for 6.19 2025-11-10 10:38:07 +01:00
README

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.