The source for the Linux kernel used in Windows Subsystem for Linux 2 (WSL2)
Перейти к файлу
Paul E. McKenney 791875d16e rcu: Eliminate the unused __rcu_is_watching() function
The __rcu_is_watching() function is currently not used, aside from
to implement the rcu_is_watching() function.  This commit therefore
eliminates __rcu_is_watching(), which has the beneficial side-effect
of shrinking include/linux/rcupdate.h a bit.

Reported-by: Ingo Molnar <mingo@kernel.org>
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
2017-06-08 18:52:30 -07:00
Documentation doc: Take tail recursion into account in RCU requirements 2017-06-08 08:25:34 -07:00
arch
block
certs
crypto
drivers TTY fix for 4.12-rc4 2017-06-04 11:41:41 -07:00
firmware
fs fs/ufs: Set UFS default maximum bytes per file 2017-06-04 16:33:54 -07:00
include rcu: Eliminate the unused __rcu_is_watching() function 2017-06-08 18:52:30 -07:00
init srcu: Make SRCU be once again optional 2017-06-08 08:25:38 -07:00
ipc
kernel rcu: Eliminate the unused __rcu_is_watching() function 2017-06-08 18:52:30 -07:00
lib
mm
net NFS client bugfixes for Linux 4.12 2017-06-04 11:56:53 -07:00
samples
scripts checkpatch: Remove checks for expedited grace periods 2017-06-08 08:25:27 -07:00
security
sound
tools rcutorture: Add "git diff" output to testid.txt file 2017-06-08 08:25:33 -07:00
usr
virt
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile Linux 4.12-rc4 2017-06-04 16:47:43 -07:00
README

README

Linux kernel
============

This file was moved to Documentation/admin-guide/README.rst

Please notice that there are several guides for kernel developers and users.
These guides can be rendered in a number of formats, like HTML and PDF.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.
See Documentation/00-INDEX for a list of what is contained in each file.

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.