The source for the Linux kernel used in Windows Subsystem for Linux 2 (WSL2)
Перейти к файлу
Sven Peter 2c71811c96 usb: typec: tipd: Remove WARN_ON in tps6598x_block_read
[ Upstream commit b7a0a63f3f ]

Calling tps6598x_block_read with a higher than allowed len can be
handled by just returning an error. There's no need to crash systems
with panic-on-warn enabled.

Reviewed-by: Heikki Krogerus <heikki.krogerus@linux.intel.com>
Signed-off-by: Sven Peter <sven@svenpeter.dev>
Link: https://lore.kernel.org/r/20210914140235.65955-3-sven@svenpeter.dev
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2021-11-25 09:48:25 +01:00
Documentation
LICENSES
arch arm64: dts: hisilicon: fix arm,sp805 compatible string 2021-11-25 09:48:24 +01:00
block block: Hold invalidate_lock in BLKRESETZONE ioctl 2021-11-18 19:17:15 +01:00
certs
crypto
drivers usb: typec: tipd: Remove WARN_ON in tps6598x_block_read 2021-11-25 09:48:25 +01:00
fs btrfs: zoned: allow preallocation for relocation inodes 2021-11-21 13:44:13 +01:00
include bus: ti-sysc: Add quirk handling for reinit on context lost 2021-11-25 09:48:24 +01:00
init init: make unknown command line param message clearer 2021-11-18 19:17:11 +01:00
ipc
kernel perf/core: Avoid put_page() when GUP fails 2021-11-21 13:44:14 +01:00
lib string: uninline memcpy_and_pad 2021-11-21 13:44:12 +01:00
mm mm, oom: do not trigger out_of_memory from the #PF 2021-11-18 19:17:16 +01:00
net SUNRPC: Partial revert of commit 6f9f17287e 2021-11-18 19:17:20 +01:00
samples
scripts
security fortify: Explicitly disable Clang support 2021-11-21 13:44:13 +01:00
sound ASoC: mediatek: mt8195: Add missing of_node_put() 2021-11-25 09:48:24 +01:00
tools selftests/bpf: Fix also no-alu32 strobemeta selftest 2021-11-18 19:17:21 +01:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile Linux 5.15.4 2021-11-21 13:44:15 +01: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.