Go to file
Augusto Caringi 6c4a30f494 Merge: landlock: update landlock-lsm headers for api v5 and v6 in RHEL-9
MR: https://gitlab.com/redhat/centos-stream/src/kernel/centos-stream-9/-/merge_requests/7037

JIRA: https://issues.redhat.com/browse/RHEL-94688

Customer request to update landlock-lsm headers to better match RHEL-10

Omitted-fix: 8d6650646ce4 ("bpf: syzkaller found null ptr deref in unix_bpf proto add")
Omitted-fix: 16b2f264983d ("bpf: sockmap, fix proto update hook to avoid dup calls")

Signed-off-by: Ryan Sullivan <rysulliv@redhat.com>

Approved-by: Felix Maurer <fmaurer@redhat.com>
Approved-by: Jay Shin <jaeshin@redhat.com>
Approved-by: Ondrej Mosnáček <omosnacek@gmail.com>
Approved-by: CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com>

Merged-by: Augusto Caringi <acaringi@redhat.com>
2025-07-30 15:15:21 -03:00
Documentation Merge: landlock: update landlock-lsm headers for api v5 and v6 in RHEL-9 2025-07-30 15:15:21 -03:00
LICENSES LICENSES: Add the copyleft-next-0.3.1 license 2025-06-18 10:35:27 -03:00
arch Merge: Update rcu to v6.12 2025-07-30 15:15:18 -03:00
block Merge: FOP_ flags: lockd is not sending NLM_GRANTED messages 2025-07-21 18:52:52 -03:00
certs certs: Add support for using elliptic curve keys for signing modules 2025-03-05 22:29:46 +08:00
crypto crypto: algif_hash - fix double free in hash_accept 2025-07-08 05:09:28 +00:00
drivers Merge: mlxsw: Update the driver to upstream v6.15 2025-07-30 15:15:21 -03:00
fs Merge: NFSv4: xattr handlers should check for absent nfs filehandles 2025-07-28 12:55:39 -03:00
include Merge: landlock: update landlock-lsm headers for api v5 and v6 in RHEL-9 2025-07-30 15:15:21 -03:00
init Merge: cgroup: Backport upstream cgroup commits up to v6.12 2025-05-26 10:33:48 +02:00
io_uring Merge: io_uring: ensure deferred completions are flushed for multishot 2025-07-28 12:55:36 -03:00
ipc ipc/sem: use flexible array in 'struct sem_undo' 2025-03-21 11:02:00 -04:00
kernel Merge: watchdog/perf: properly initialize the turbo mode timestamp and rearm counter 2025-07-30 15:15:20 -03:00
lib Merge: Update rcu to v6.12 2025-07-30 15:15:18 -03:00
mm Merge: Revert "mm: fix BUG splat with kvmalloc + GFP_ATOMIC" 2025-07-28 12:55:35 -03:00
net Merge: landlock: update landlock-lsm headers for api v5 and v6 in RHEL-9 2025-07-30 15:15:21 -03:00
redhat Merge: Fix kdump problem on s390x 2025-07-30 15:15:16 -03:00
samples samples/landlock: Add support for abstract UNIX socket scoping 2025-06-24 10:59:41 -04:00
scripts checkpatch: Complain about unexpected uses of RCU Tasks Trace 2025-07-10 06:54:23 +02:00
security Merge: landlock: update landlock-lsm headers for api v5 and v6 in RHEL-9 2025-07-30 15:15:21 -03:00
sound ASoC: SOF: Intel: hda: do not use missing devm_kmalloc_array() 2025-06-13 20:11:54 +02:00
tools Merge: landlock: update landlock-lsm headers for api v5 and v6 in RHEL-9 2025-07-30 15:15:21 -03:00
usr kexec.h: add linux/kexec.h to UAPI compile-test coverage 2024-05-15 13:58:51 +08:00
virt kvm/vfio: Constify struct kvm_device_ops 2025-04-08 12:33:50 -06:00
.clang-format media: subdev: Add for_each_active_route() macro 2024-11-27 09:40:34 +08:00
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore redhat: rhdocs: delete .get_maintainer.conf 2024-06-06 09:36:57 -04:00
.gitlab-ci.yml Merge tag 'kernel-5.14.0-570.3.1.el9_6' into 'main' 2025-03-10 17:24:30 -04:00
.mailmap
COPYING
CREDITS MAINTAINERS: Remove Mathieu Poirier as coresight maintainer 2025-01-04 13:51:08 -05:00
Kbuild
Kconfig
Kconfig.redhat
MAINTAINERS Merge: Rebase the Bluetooth driver to sync with recent upstream branch v6.15 2025-07-28 12:55:37 -03:00
Makefile Merge: USB/TBT code rebase of supported drivers to upstream v6.14 2025-07-03 12:52:01 -03:00
Makefile.rhelver [redhat] kernel-5.14.0-602.el9 2025-07-28 12:56:11 -03:00
README
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 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.