Linux kernel source tree
Go to file
Linus Torvalds 769ca7d4d2 Kernel Concurrency Sanitizer (KCSAN) updates for v6.13
- Fixes to make KCSAN compatible with PREEMPT_RT
 
 - Minor cleanups
 
 All changes have been in linux-next for the past 4 weeks.
 -----BEGIN PGP SIGNATURE-----
 
 iIcEABYIAC8WIQR7t4b/75lzOR3l5rcxsLN3bbyLnwUCZzMoFREcZWx2ZXJAZ29v
 Z2xlLmNvbQAKCRAxsLN3bbyLn6cVAP4l4IzMyRm+kAW8yqnMjfZBl2+cJ15J5Huy
 jQLqPSdruwD/W8ciiJvz9FhKtQQwVXtZF3WcNdkNgGLqhHbEkPBw4gA=
 =Lx19
 -----END PGP SIGNATURE-----

Merge tag 'kcsan-20241112-v6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/melver/linux

Pull Kernel Concurrency Sanitizer (KCSAN) updates from Marco Elver:

 - Make KCSAN compatible with PREEMPT_RT

 - Minor cleanup

* tag 'kcsan-20241112-v6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/melver/linux:
  kcsan: Remove redundant call of kallsyms_lookup_name()
  kcsan: Turn report_filterlist_lock into a raw_spinlock
2024-11-19 11:44:17 -08:00
arch Random number generator updates for Linux 6.13-rc1. 2024-11-19 10:43:44 -08:00
block for-6.13/block-20241118 2024-11-18 16:50:08 -08:00
certs
crypto Random number generator updates for Linux 6.13-rc1. 2024-11-19 10:43:44 -08:00
Documentation RCU pull request for v6.13 2024-11-19 11:27:07 -08:00
drivers hmon updates for v6.13-rc1 2024-11-19 11:23:52 -08:00
fs Random number generator updates for Linux 6.13-rc1. 2024-11-19 10:43:44 -08:00
include RCU pull request for v6.13 2024-11-19 11:27:07 -08:00
init vfs-6.13.misc 2024-11-18 09:35:30 -08:00
io_uring for-6.13/io_uring-20241118 2024-11-18 17:02:57 -08:00
ipc fdget(), more trivial conversions 2024-11-03 01:28:06 -05:00
kernel Kernel Concurrency Sanitizer (KCSAN) updates for v6.13 2024-11-19 11:44:17 -08:00
lib Random number generator updates for Linux 6.13-rc1. 2024-11-19 10:43:44 -08:00
LICENSES
mm arm64 updates for 6.13: 2024-11-18 18:10:37 -08:00
net Random number generator updates for Linux 6.13-rc1. 2024-11-19 10:43:44 -08:00
rust vfs-6.13.rust.file 2024-11-18 09:51:32 -08:00
samples Including fixes from bluetooth. 2024-11-14 10:05:33 -08:00
scripts selinux/stable-6.13 PR 20241112 2024-11-18 17:30:52 -08:00
security This update includes the following changes: 2024-11-19 10:28:41 -08:00
sound the bulk of struct fd memory safety stuff 2024-11-18 12:24:06 -08:00
tools RCU pull request for v6.13 2024-11-19 11:27:07 -08:00
usr
virt the bulk of struct fd memory safety stuff 2024-11-18 12:24:06 -08:00
.clang-format
.cocciconfig
.editorconfig
.get_maintainer.ignore MAINTAINERS: Retire Ralf Baechle 2024-11-12 15:48:59 +01:00
.gitattributes
.gitignore
.mailmap mailmap: add entry for Thorsten Blum 2024-11-07 14:14:59 -08:00
.rustfmt.toml
COPYING
CREDITS just cleanups and fixes 2024-11-18 17:48:39 -08:00
Kbuild
Kconfig
MAINTAINERS hmon updates for v6.13-rc1 2024-11-19 11:23:52 -08:00
Makefile Linux 6.12 2024-11-17 14:15:08 -08: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 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.