No description
Find a file
Amol Grover a7a9456e8d net: hsr: Pass lockdep expression to RCU lists
node_db is traversed using list_for_each_entry_rcu
outside an RCU read-side critical section but under the protection
of hsr->list_lock.

Hence, add corresponding lockdep expression to silence false-positive
warnings, and harden RCU lists.

Signed-off-by: Amol Grover <frextrite@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2020-02-19 10:55:42 -08:00
arch
block
certs
crypto
Documentation
drivers net/mlx5: DR, Handle reformat capability over sw-steering tables 2020-02-18 19:01:20 -08:00
fs
include mlx5-fixes-2020-02-18 2020-02-19 10:31:26 -08:00
init
ipc
kernel
lib
LICENSES
mm
net net: hsr: Pass lockdep expression to RCU lists 2020-02-19 10:55:42 -08:00
samples
scripts
security
sound
tools selftests: forwarding: vxlan_bridge_1d: use more proper tos value 2020-02-17 22:41:10 -08:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile
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.