Go to file
Andrew Morton 3e35102666 fs/cramfs/inode.c: initialize file_ra_state
file_ra_state_init() assumes that the file_ra_state has been zeroed out. 
Fixes a KMSAN used-unintialized issue (at least).

Fixes: cf948cbc35 ("cramfs: read_mapping_page() is synchronous")
Reported-by: syzbot <syzbot+8ce7f8308d91e6b8bbe2@syzkaller.appspotmail.com>
  Link: https://lkml.kernel.org/r/0000000000008f74e905f56df987@google.com
Cc: Matthew Wilcox <willy@infradead.org>
Cc: Nicolas Pitre <nico@fluxnic.net>
Cc: <stable@vger.kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
2023-03-02 21:54:23 -08:00
arch kasan, x86: don't rename memintrinsics in uninstrumented files 2023-03-02 21:54:22 -08:00
block Driver core changes for 6.3-rc1 2023-02-24 12:58:55 -08:00
certs
crypto
Documentation We have one small patch to the clk core this time around. It fixes a corner 2023-02-25 15:16:23 -08:00
drivers We have one small patch to the clk core this time around. It fixes a corner 2023-02-25 15:16:23 -08:00
fs fs/cramfs/inode.c: initialize file_ra_state 2023-03-02 21:54:23 -08:00
include mm/hwpoison: convert TTU_IGNORE_HWPOISON to TTU_HWPOISON 2023-02-27 17:00:14 -08:00
init There is no particular theme here - mainly quick hits all over the tree. 2023-02-23 17:55:40 -08:00
io_uring - Daniel Verkamp has contributed a memfd series ("mm/memfd: add 2023-02-23 17:09:35 -08:00
ipc Merge branch 'work.namespace' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs 2023-02-24 19:20:07 -08:00
kernel panic: fix the panic_print NMI backtrace setting 2023-03-02 21:54:23 -08:00
lib lib: parser: update documentation for match_NUMBER functions 2023-03-02 21:54:22 -08:00
LICENSES
mm kasan: test: fix test for new meminstrinsic instrumentation 2023-03-02 21:54:22 -08:00
net TTY/Serial driver updates for 6.3-rc1 2023-02-24 12:17:14 -08:00
rust
samples VFIO updates for v6.3-rc1 2023-02-25 11:52:57 -08:00
scripts kasan: treat meminstrinsic as builtins in uninstrumented files 2023-03-02 21:54:22 -08:00
security powerpc updates for 6.3 2023-02-25 11:00:06 -08:00
sound soundwire updates for 6.3 2023-02-24 17:29:52 -08:00
tools virtio,vhost,vdpa: features, fixes 2023-02-25 11:48:02 -08:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap mailmap: map Georgi Djakov's old Linaro address to his current one 2023-02-27 17:00:15 -08:00
.rustfmt.toml
COPYING
CREDITS There is no particular theme here - mainly quick hits all over the tree. 2023-02-23 17:55:40 -08:00
Kbuild
Kconfig
MAINTAINERS We have one small patch to the clk core this time around. It fixes a corner 2023-02-25 15:16:23 -08:00
Makefile Devicetree updates for v6.3: 2023-02-24 13:31:53 -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 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.