Go to file
Greg Kroah-Hartman 1e89a1be4f Linux 6.6.117
Link: https://lore.kernel.org/r/20251121130230.985163914@linuxfoundation.org
Tested-by: Jon Hunter <jonathanh@nvidia.com>
Tested-by: Florian Fainelli <florian.fainelli@broadcom.com>
Tested-by: Linux Kernel Functional Testing <lkft@linaro.org>
Tested-by: Brett A C Sheffield <bacs@librecast.net>
Tested-by: Peter Schneider <pschneider1968@googlemail.com>
Tested-by: Ron Economos <re@w6rz.net>
Tested-by: Miguel Ojeda <ojeda@kernel.org>
Tested-by: Mark Brown <broonie@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2025-11-24 10:30:14 +01:00
arch LoongArch: Use physical addresses for CSR_MERRENTRY/CSR_TLBRENTRY 2025-11-24 10:30:09 +01:00
block blk-cgroup: fix possible deadlock while configuring policy 2025-11-24 10:29:22 +01:00
certs sign-file,extract-cert: use pkcs11 provider for OPENSSL MAJOR >= 3 2025-04-25 10:45:58 +02:00
crypto crypto: essiv - Check ssize for decryption and in-place encryption 2025-10-19 16:30:45 +02:00
Documentation mm: memcg: add THP swap out info for anonymous reclaim 2025-11-24 10:30:12 +01:00
drivers ACPI: HMAT: Remove register of memory node for generic target 2025-11-24 10:30:14 +01:00
fs f2fs: fix to avoid overflow while left shift operation 2025-11-24 10:30:11 +01:00
include mm/memory-tier: fix abstract distance calculation overflow 2025-11-24 10:30:14 +01:00
init init: handle bootloader identifier in kernel parameters 2025-10-19 16:30:50 +02:00
io_uring io_uring: correct __must_hold annotation in io_install_fixed_file 2025-10-29 14:07:04 +01:00
ipc ipc: fix to protect IPCS lookups using RCU 2025-06-27 11:08:49 +01:00
kernel gcov: add support for GCC 15 2025-11-24 10:30:06 +01:00
lib lib/crypto: curve25519-hacl64: Fix older clang KASAN workaround for GCC 2025-11-24 10:29:55 +01:00
LICENSES
mm memcg: fix data-race KCSAN bug in rstats 2025-11-24 10:30:14 +01:00
net net: netpoll: ensure skb_pool list is always initialized 2025-11-24 10:30:13 +01:00
rust mm/ksm: fix flag-dropping behavior in ksm_madvise 2025-10-23 16:16:44 +02:00
samples ftrace/samples: Fix function size computation 2025-09-19 16:32:02 +02:00
scripts gcc-plugins: Remove TODO_verify_il for GCC >= 16 2025-10-06 11:16:59 +02:00
security ima: don't clear IMA_DIGSIG flag when setting or removing non-IMA xattr 2025-11-24 10:29:46 +01:00
sound ALSA: usb-audio: Fix potential overflow of PCM transfer buffer 2025-11-24 10:30:08 +01:00
tools Revert "perf dso: Add missed dso__put to dso__load_kcore" 2025-11-24 10:30:10 +01:00
usr kbuild: uapi: Strip comments before size type check 2025-11-24 10:29:49 +01:00
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS netdevsim: add Makefile for selftests 2025-11-24 10:29:51 +01:00
Makefile Linux 6.6.117 2025-11-24 10:30:14 +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.