Go to file
Greg Kroah-Hartman c1bd6fce53 Linux 6.6.100
Link: https://lore.kernel.org/r/20250722134333.375479548@linuxfoundation.org
Tested-by: Brett A C Sheffield <bacs@librecast.net>
Tested-by: Florian Fainelli <florian.fainelli@broadcom.com>
Tested-by: Shuah Khan <skhan@linuxfoundation.org>
Tested-by: Miguel Ojeda <ojeda@kernel.org>
Tested-by: Peter Schneider <pschneider1968@googlemail.com>
Tested-by: Mark Brown <broonie@kernel.org>
Tested-by: Harshit Mogalapalli <harshit.m.mogalapalli@oracle.com>
Tested-by: Jon Hunter <jonathanh@nvidia.com>
Tested-by: Linux Kernel Functional Testing <lkft@linaro.org>
Tested-by: Hardik Garg <hargar@linux.microsoft.com>
Tested-by: Ron Economos <re@w6rz.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
(cherry picked from commit dbcb8d8e4163e46066f43e2bd9a6779e594ec900)
2025-07-28 15:19:09 +08:00
.github/workflows CI: Add patch check by using build kernel sw8a 2025-07-11 02:39:50 +08:00
Documentation arch: add ARCH_HAS_KERNEL_FPU_SUPPORT 2025-07-24 23:36:39 +08:00
LICENSES
arch KVM: x86/xen: Fix cleanup logic in emulation of Xen schedop poll hypercalls 2025-07-28 15:19:09 +08:00
block block: fix kobject leak in blk_unregister_queue 2025-07-28 15:19:05 +08:00
certs
crypto crypto: ecdsa - Harden against integer overflows in DIV_ROUND_UP() 2025-07-22 16:16:48 +08:00
deepin
drivers nvmem: layouts: u-boot-env: remove crc32 endianness conversion 2025-07-28 15:19:09 +08:00
fs clone_private_mnt(): make sure that caller has CAP_SYS_ADMIN in the right userns 2025-07-28 15:19:07 +08:00
include rxrpc: Fix recv-recv race of completed call 2025-07-28 15:19:07 +08:00
init
io_uring io_uring/poll: fix POLLERR handling 2025-07-28 15:19:02 +08:00
ipc
kernel sched: Change nr_uninterruptible type to unsigned long 2025-07-28 15:19:07 +08:00
lib selftests/fpu: allow building on other architectures 2025-07-24 23:36:39 +08:00
mm kasan: remove kasan_find_vm_area() to prevent possible deadlock 2025-07-22 16:16:48 +08:00
net ipv6: make addrconf_wq single threaded 2025-07-28 15:19:07 +08:00
rust rust: module: place cleanup_module() in .exit.text section 2025-07-09 09:49:55 +08:00
samples
scripts scripts/gdb: fix interrupts.py after maple tree conversion 2025-07-22 16:16:42 +08:00
security
sound ASoC: fsl_sai: Force a software reset when starting in consumer mode 2025-07-28 15:19:08 +08:00
tools Revert "selftests/bpf: dummy_st_ops should reject 0 for non-nullable params" 2025-07-28 15:19:09 +08:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile Linux 6.6.100 2025-07-28 15:19:09 +08: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 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.