Go to file
Augusto Caringi b8b966e8b0 [redhat] kernel-5.14.0-587.el9
Signed-off-by: Augusto Caringi <acaringi@redhat.com>
2025-05-21 18:47:25 -03:00
Documentation Merge: CNB97: RDMA: update to v6.15 2025-05-21 18:34:50 -03:00
LICENSES
arch Merge: Performance regression in LinuxBridge test case up to 45% throughput drop on kernel-5.14.0-530.el9 [rhel-9.7] 2025-05-21 18:34:45 -03:00
block Merge: block: three misc fixes 2025-05-06 11:46:15 -03:00
certs
crypto crypto,fs: Separate out hkdf_extract() and hkdf_expand() 2025-05-09 07:27:10 +02:00
drivers Merge: iSCSI driver updates 2025-05-21 18:34:53 -03:00
fs Merge: CVE-2025-21962: cifs: Fix integer overflow while processing closetimeo mount option 2025-05-21 18:34:52 -03:00
include Merge: net/other: phase-2 backports for RHEL-9.7 2025-05-21 18:34:54 -03:00
init jump_label,module: Don't alloc static_key_mod for __ro_after_init keys 2025-04-20 19:52:43 -04:00
io_uring Merge: CVE-2025-21863: io_uring: prevent opcode speculation 2025-05-21 18:34:45 -03:00
ipc
kernel Merge: CVE-2022-49648: tracing/histograms: Fix memory leak problem 2025-05-21 18:34:48 -03:00
lib Merge: objtool: enable CONFIG_OBJTOOL_WERROR 2025-05-06 11:46:13 -03:00
mm Merge: [RHEL 9.7] IOMMU and DMA Mapping API subsystem updates 2025-05-09 16:20:06 -03:00
net Merge: net/other: phase-2 backports for RHEL-9.7 2025-05-21 18:34:54 -03:00
redhat [redhat] kernel-5.14.0-587.el9 2025-05-21 18:47:25 -03:00
samples
scripts Merge: objtool: enable CONFIG_OBJTOOL_WERROR 2025-05-06 11:46:13 -03:00
security Merge: CVE-2024-50301: security/keys: fix slab-out-of-bounds in key_task_permission 2025-05-21 18:34:49 -03:00
sound Merge: ALSA - update drivers for 9.7 - upstream 6.13 2025-05-06 11:46:15 -03:00
tools Merge: perf trace: Add missing perf_tool__init() 2025-05-21 18:34:54 -03:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.gitlab-ci.yml
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
Kconfig.redhat
MAINTAINERS Merge: [RHEL 9.7] DMAEngine subsystem update 2025-05-14 12:37:30 -03:00
Makefile
Makefile.rhelver [redhat] kernel-5.14.0-587.el9 2025-05-21 18:47:25 -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.