Go to file
Greg Kroah-Hartman cbb31f77b8 Linux 6.6.121
Link: https://lore.kernel.org/r/20260115164146.312481509@linuxfoundation.org
Tested-by: Brett A C Sheffield <bacs@librecast.net>
Tested-by: Slade Watkins <sr@sladewatkins.com>
Tested-by: Francesco Dolcini <francesco.dolcini@toradex.com>
Tested-by: Florian Fainelli <florian.fainelli@broadcom.com>
Tested-by: Shuah Khan <skhan@linuxfoundation.org>
Tested-by: Ron Economos <re@w6rz.net>
Tested-by: Jon Hunter <jonathanh@nvidia.com>
Tested-by: Peter Schneider <pschneider1968@googlemail.com>
Tested-by: Mark Brown <broonie@kernel.org>
Tested-by: Miguel Ojeda <ojeda@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2026-01-17 16:30:02 +01:00
arch riscv: Replace function-like macro by static inline function 2026-01-17 16:30:02 +01:00
block blk-mq: setup queue ->tag_set before initializing hctx 2026-01-11 15:22:33 +01:00
certs sign-file,extract-cert: use pkcs11 provider for OPENSSL MAJOR >= 3 2025-04-25 10:45:58 +02:00
crypto crypto: seqiv - Do not use req->iv after crypto_aead_encrypt 2026-01-11 15:22:05 +01:00
Documentation tty: fix tty_port_tty_*hangup() kernel-doc 2026-01-11 15:22:33 +01:00
drivers gpio: pca953x: fix wrong error probe return value 2026-01-17 16:30:02 +01:00
fs NFSD: Remove NFSERR_EAGAIN 2026-01-17 16:30:00 +01:00
include netfilter: nf_tables: avoid chain re-validation if possible 2026-01-17 16:30:01 +01:00
init init: handle bootloader identifier in kernel parameters 2025-10-19 16:30:50 +02:00
io_uring io_uring/poll: correctly handle io_poll_add() return value on update 2026-01-11 15:22:03 +01:00
ipc ipc: fix to protect IPCS lookups using RCU 2025-06-27 11:08:49 +01:00
kernel sched/fair: Proportional newidle balance 2026-01-11 15:22:30 +01:00
lib lib/crypto: aes: Fix missing MMU protection for AES S-box 2026-01-17 16:29:52 +01:00
LICENSES
mm ksm: use range-walk function to jump over holes in scan_get_next_rmap_item 2026-01-17 16:29:54 +01:00
net bpf: test_run: Fix ctx leak in bpf_prog_test_run_xdp error path 2026-01-17 16:30:02 +01:00
rust mm/ksm: fix flag-dropping behavior in ksm_madvise 2025-10-23 16:16:44 +02:00
samples samples/ftrace: Adjust LoongArch register restore order in direct calls 2026-01-11 15:22:17 +01:00
scripts kbuild: Use objtree for module signing key path 2026-01-11 15:21:43 +01:00
security KEYS: trusted: Fix a memory leak in tpm2_load_cmd 2026-01-11 15:21:54 +01:00
sound ASoC: fsl_sai: Add missing registers to cache default 2026-01-17 16:30:02 +01:00
tools bpf: Support specifying linear xdp packet data size for BPF_PROG_TEST_RUN 2026-01-17 16:30:01 +01:00
usr kbuild: uapi: Strip comments before size type check 2025-11-24 10:29:49 +01:00
virt KVM: Use dedicated mutex to protect kvm_usage_count to avoid deadlock 2024-10-04 16:29:47 +02:00
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore Remove *.orig pattern from .gitignore 2024-10-04 16:29:44 +02:00
.mailmap 20 hotfixes. 12 are cc:stable and the remainder address post-6.5 issues 2023-10-24 09:52:16 -10:00
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS staging: rtl8712: Remove driver using deprecated API wext 2025-12-07 06:18:54 +09:00
Makefile Linux 6.6.121 2026-01-17 16:30:02 +01:00
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.