The source for the Linux kernel used in Windows Subsystem for Linux 2 (WSL2)
Перейти к файлу
Leo Yan 42c66d1675 connector/cn_proc: Use task_is_in_init_pid_ns()
This patch replaces open code with task_is_in_init_pid_ns() to check if
a task is in root PID namespace.

Signed-off-by: Leo Yan <leo.yan@linaro.org>
Acked-by: Balbir Singh <bsingharora@gmail.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
2022-01-26 18:57:09 -08:00
Documentation dt-bindings: can: tcan4x5x: fix mram-cfg RX FIFO config 2022-01-24 18:27:43 +01:00
LICENSES
arch
block
certs
crypto
drivers connector/cn_proc: Use task_is_in_init_pid_ns() 2022-01-26 18:57:09 -08:00
fs
include pid: Introduce helper task_is_in_init_pid_ns() 2022-01-26 18:57:09 -08:00
init
ipc
kernel
lib
mm
net sch_htb: Fail on unsupported parameters when offload is requested 2022-01-25 20:00:02 -08:00
samples
scripts
security
sound
tools selftests: net: ioam: expect support for Queue depth data 2022-01-21 19:26:39 -08:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap mailmap: update email address of Brian Silverman 2022-01-24 18:27:23 +01:00
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile
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.