The source for the Linux kernel used in Windows Subsystem for Linux 2 (WSL2)
Перейти к файлу
Takashi Iwai 95cc637c1a ALSA: timer: Use deferred fasync helper
For avoiding the potential deadlock via kill_fasync() call, use the
new fasync helpers to defer the invocation from PCI API.  Note that
it's merely a workaround.

Reported-by: syzbot+1ee0910eca9c94f71f25@syzkaller.appspotmail.com
Reported-by: syzbot+49b10793b867871ee26f@syzkaller.appspotmail.com
Reported-by: syzbot+8285e973a41b5aa68902@syzkaller.appspotmail.com
Link: https://lore.kernel.org/r/20220728125945.29533-3-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
2022-07-29 12:57:11 +02:00
Documentation ASoC: Updates for v5.20 2022-07-15 16:11:58 +02:00
LICENSES
arch virtio,vdpa: fixes 2022-06-11 16:32:47 -07:00
block
certs
crypto
drivers ACPI: scan: Add CLSA0101 Laptop Support 2022-07-28 11:36:18 +02:00
fs 3 smb3 reconnect fixes 2022-06-12 11:05:44 -07:00
include ALSA: core: Add async signal helpers 2022-07-29 12:57:10 +02:00
init
ipc
kernel Workqueue fixes for v5.19-rc1 2022-06-12 11:16:00 -07:00
lib Random number generator fixes for Linux 5.19-rc2. 2022-06-12 10:33:38 -07:00
mm
net Notable changes: 2022-06-10 17:28:43 -07:00
samples
scripts Kbuild fixes for v5.19 2022-06-12 11:10:07 -07:00
security
sound ALSA: timer: Use deferred fasync helper 2022-07-29 12:57:11 +02:00
tools Random number generator fixes for Linux 5.19-rc2. 2022-06-12 10:33:38 -07:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS ASoC: Updates for v5.20 2022-07-15 16:11:58 +02:00
Makefile Linux 5.19-rc2 2022-06-12 16:11:37 -07:00
README

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.