1
0
Fork 0
mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git synced 2025-01-26 02:25:00 -05:00
No description
Find a file
Kent Overstreet 4a8f8fafbd bcachefs: Add extra padding in bkey_make_mut_noupdate()
This fixes a kasan splat in propagate_key_to_snapshot_leaves() -
varint_decode_fast() does reads (that it never uses) up to 7 bytes past
the end of the integer.

Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
2024-09-27 21:46:34 -04:00
arch minmax: add a few more MIN_T/MAX_T users 2024-07-28 13:41:14 -07:00
block
certs
crypto
Documentation bcachefs: Fix a spelling error in docs 2024-09-09 09:41:48 -04:00
drivers minmax: add a few more MIN_T/MAX_T users 2024-07-28 13:41:14 -07:00
fs bcachefs: Add extra padding in bkey_make_mut_noupdate() 2024-09-27 21:46:34 -04:00
include lib/generic-radix-tree.c: add preallocation 2024-09-09 09:41:47 -04:00
init
io_uring
ipc
kernel lockdep: Fix lockdep_set_notrack_class() for CONFIG_LOCK_STAT 2024-08-07 08:31:10 -04:00
lib lib/generic-radix-tree.c: add preallocation 2024-09-09 09:41:47 -04:00
LICENSES
mm
net minmax: add a few more MIN_T/MAX_T users 2024-07-28 13:41:14 -07:00
rust
samples
scripts Kbuild fixes for v6.11 2024-07-28 14:02:48 -07:00
security
sound
tools
usr
virt
.clang-format
.cocciconfig
.editorconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile Linux 6.11-rc1 2024-07-28 14:19:55 -07: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.