Go to file
Greg Kroah-Hartman acb7cf4c11 Linux 6.18.35
Link: https://lore.kernel.org/r/20260607095727.528828913@linuxfoundation.org
Tested-by: Miguel Ojeda <ojeda@kernel.org>
Tested-by: Peter Schneider <pschneider1968@googlemail.com>
Tested-by: Wentao Guan <guanwentao@uniontech.com>
Tested-by: Ron Economos <re@w6rz.net>
Tested-by: Florian Fainelli <florian.fainelli@broadcom.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2026-06-09 12:28:53 +02:00
arch KVM: arm64: Reassign nested_mmus array behind mmu_lock 2026-06-09 12:28:53 +02:00
block cgroup/rstat: validate cpu before css_rstat_cpu() access 2026-06-01 17:51:03 +02:00
certs extract-cert: Wrap key_pass with '#ifdef USE_PKCS11_ENGINE' 2026-05-07 06:11:46 +02:00
crypto crypto/krb5, rxrpc: Fix lack of pre-decrypt/pre-verify length checks 2026-06-01 17:51:06 +02:00
Documentation tools: ynl: add scope qualifier for definitions 2026-06-09 12:28:53 +02:00
drivers usb: core: Fix SuperSpeed root hub wMaxPacketSize 2026-06-09 12:28:53 +02:00
fs ksmbd: OOB read regression in smb_check_perm_dacl() ACE-walk loops 2026-06-09 12:28:42 +02:00
include mailbox: Fix NULL message support in mbox_send_message() 2026-06-09 12:28:52 +02:00
init randomize_kstack: Maintain kstack_offset per task 2026-05-07 06:11:47 +02:00
io_uring io_uring/nop: pass all errors to userspace 2026-06-01 17:51:08 +02:00
ipc ipc: limit next_id allocation to the valid ID range 2026-06-09 12:28:34 +02:00
kernel tracing: Avoid NULL return from hist_field_name() on truncation 2026-06-01 17:51:05 +02:00
lib iommu, debugobjects: avoid gcc-16.1 section mismatch warnings 2026-06-09 12:28:41 +02:00
LICENSES LICENSES: Replace the obsolete address of the FSF in the GFDL-1.2 2025-07-24 11:15:39 +02:00
mm mm/slub: hold cpus_read_lock around flush_rcu_sheaves_on_cache() 2026-06-09 12:28:52 +02:00
net xfrm: iptfs: reset runtime state when cloning SAs 2026-06-09 12:28:51 +02:00
rust rust: sync: atomic: Remove bound T: Sync for Atomic::from_ptr() 2026-05-23 13:06:25 +02:00
samples samples/ftrace: Adjust LoongArch register restore order in direct calls 2026-01-08 10:17:11 +01:00
scripts kbuild: pacman-pkg: make "rc" releases adhere to pacman versioning scheme 2026-06-01 17:51:03 +02:00
security security/keys: fix missed RCU read section on lookup 2026-06-01 17:51:08 +02:00
sound ALSA: hda/realtek: Fix speaker output on ASUS ROG Strix G615LP 2026-06-09 12:28:42 +02:00
tools tools: ynl: add scope qualifier for definitions 2026-06-09 12:28:53 +02:00
usr gen_init_cpio: Ignore fsync() returning EINVAL on pipes 2025-10-07 09:53:05 -07:00
virt KVM: Reject wrapped offset in kvm_reset_dirty_gfn() 2026-05-23 13:07:16 +02:00
.clang-format memblock: drop for_each_free_mem_pfn_range_in_zone_from() 2025-09-14 08:49:03 +03:00
.clippy.toml rust: clean Rust 1.88.0's warning about clippy::disallowed_macros configuration 2025-05-07 00:11:47 +02:00
.cocciconfig
.editorconfig .editorconfig: remove trim_trailing_whitespace option 2024-06-13 16:47:52 +02:00
.get_maintainer.ignore MAINTAINERS: remove Alyssa Rosenzweig 2025-09-18 21:17:31 +02:00
.gitattributes .gitattributes: set diff driver for Rust source code files 2023-05-31 17:48:25 +02:00
.gitignore .gitignore: ignore compile_commands.json globally 2025-08-12 15:53:55 -07:00
.mailmap 8 hotfixes. 4 are cc:stable, 7 are against mm/. 2025-11-26 12:38:05 -08:00
.pylintrc tools: docs: parse-headers.py: move it from sphinx dir 2025-08-29 15:54:42 -06:00
.rustfmt.toml rust: add .rustfmt.toml 2022-09-28 09:02:20 +02:00
COPYING COPYING: state that all contributions really are covered by this file 2020-02-10 13:32:20 -08:00
CREDITS MAINTAINERS: mark ISDN subsystem as orphan 2025-10-27 17:49:45 -07:00
Kbuild sched: Make migrate_{en,dis}able() inline 2025-09-25 09:57:16 +02:00
Kconfig io_uring: Rename KConfig to Kconfig 2025-02-19 14:53:27 -07:00
MAINTAINERS kho: make debugfs interface optional 2026-05-23 13:06:41 +02:00
Makefile Linux 6.18.35 2026-06-09 12:28:53 +02:00
README README: Fix spelling 2024-03-18 03:36:32 -06:00

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.