No description
Find a file
Herbert Xu ce9b362bf6 rhashtable: Restore RCU marking on rhash_lock_head
This patch restores the RCU marking on bucket_table->buckets as
it really does need RCU protection.  Its removal had led to a fatal
bug.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
2020-07-28 17:09:49 -07:00
arch RISC-V Fixes for 5.8-rc7 2020-07-25 14:42:11 -07:00
block
certs
crypto
Documentation
drivers net: ethernet: mtk_eth_soc: Always call mtk_gmac0_rgmii_adjust() for mt7623 2020-07-28 17:04:30 -07:00
fs
include rhashtable: Restore RCU marking on rhash_lock_head 2020-07-28 17:09:49 -07:00
init
ipc
kernel Fix a interaction/regression between uprobes based shared library tracing & GDB. 2020-07-25 13:55:38 -07:00
lib rhashtable: Restore RCU marking on rhash_lock_head 2020-07-28 17:09:49 -07:00
LICENSES
mm
net fix a braino in cmsghdr_from_user_compat_to_kern() 2020-07-27 13:25:39 -07:00
samples
scripts
security
sound
tools selftests/net: tcp_mmap: fix clang warning for target arch PowerPC 2020-07-27 12:56:59 -07: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.