Go to file
CKI KWF Bot aefaab0f82 [redhat] kernel-6.12.0-133.el10
Signed-off-by: CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com>
2025-09-23 06:10:05 -04:00
Documentation
LICENSES
arch
block
certs
crypto
drivers Merge: drm/virtio: implement virtio_gpu_shutdown 2025-09-23 06:10:03 -04:00
fs
include Merge: Backport more upstream MANA patches to RHEL 10.2 2025-09-19 06:09:01 -04:00
init
io_uring Merge: CVE-2025-39698: io_uring/futex: ensure io_futex_wait() cleans up properly on failure 2025-09-23 06:10:02 -04:00
ipc
kernel
lib
mm
net Merge: tunnels: reset the GSO metadata before reusing the skb 2025-09-19 06:09:00 -04:00
redhat [redhat] kernel-6.12.0-133.el10 2025-09-23 06:10:05 -04:00
rust
samples
scripts
security
sound
tools
usr
virt
.clang-format
.cocciconfig
.editorconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.gitlab-ci.yml
.mailmap
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
Kconfig.redhat
MAINTAINERS
Makefile
Makefile.rhelver [redhat] kernel-6.12.0-133.el10 2025-09-23 06:10:05 -04: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 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.