Find a file
Takashi Iwai c4e51e424e ALSA: line6: Zero-initialize message buffers
For shutting up spurious KMSAN uninit-value warnings, just replace
kmalloc() calls with kzalloc() for the buffers used for
communications.  There should be no real issue with the original code,
but it's still better to cover.

Reported-by: syzbot+7fb05ccf7b3d2f9617b3@syzkaller.appspotmail.com
Closes: https://lore.kernel.org/r/00000000000084b18706150bcca5@google.com
Message-ID: <20240402063628.26609-1-tiwai@suse.de>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
2024-04-02 15:01:27 +02:00
arch KVM GUEST_MEMFD fixes for 6.8: 2024-03-10 09:27:39 -07:00
block
certs
crypto
Documentation ASoC: Fixes for v6.9 2024-03-21 14:07:27 +01:00
drivers ASoC: Fixes for v6.9 2024-03-21 14:07:27 +01:00
fs Changes since last update: 2024-03-07 09:31:47 -08:00
include ASoC: tas2781: mark dvc_tlv with __maybe_unused 2024-03-29 08:34:38 +01:00
init
io_uring
ipc
kernel Tracing fixes for v6.8-rc7: 2024-03-10 11:53:21 -07:00
lib iov_iter: get rid of 'copy_mc' flag 2024-03-06 10:52:12 +01:00
LICENSES
mm 6 hotfixes. 4 are cc:stable and the remainder pertain to post-6.7 2024-03-07 17:16:38 -08:00
net A follow-up for sparse read fixes that went into -rc4 -- msgr2 case was 2024-03-08 18:05:21 -08:00
rust
samples
scripts 6 hotfixes. 4 are cc:stable and the remainder pertain to post-6.7 2024-03-07 17:16:38 -08:00
security integrity-v6.8-fix 2024-03-05 13:21:30 -08:00
sound ALSA: line6: Zero-initialize message buffers 2024-04-02 15:01:27 +02:00
tools KVM GUEST_MEMFD fixes for 6.8: 2024-03-10 09:27:39 -07:00
usr
virt
.clang-format
.cocciconfig
.editorconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap drm fixes for 6.8 final 2024-03-08 12:44:56 -08:00
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS ASoC: Fixes for v6.9 2024-03-21 14:07:27 +01:00
Makefile Linux 6.8 2024-03-10 13:38:09 -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 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.