No description
Find a file
Taehee Yoo 928f353cb8 amt: use READ_ONCE() in amt module
There are some data races in the amt module.
amt->ready4, amt->ready6, and amt->status can be accessed concurrently
without locks.
So, it uses READ_ONCE() and WRITE_ONCE().

Fixes: cbc21dc1cf ("amt: add data plane of amt interface")
Signed-off-by: Taehee Yoo <ap420073@gmail.com>
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
2022-07-19 12:37:02 +02:00
arch x86/speculation: Use DECLARE_PER_CPU for x86_spec_ctrl_current 2022-07-14 14:52:43 -07:00
block
certs
crypto
Documentation docs: net: dsa: mention that VLANs are now refcounted on shared ports 2022-07-18 12:44:37 +01:00
drivers amt: use READ_ONCE() in amt module 2022-07-19 12:37:02 +02:00
fs three smb3 client fixes: 2 related to multichannel, one for working around a negotiate protocol bug in some Samba servers 2022-07-14 12:35:15 -07:00
include amt: use workqueue for gateway side message handling 2022-07-19 12:37:02 +02:00
init
ipc
kernel Including fixes from netfilter, bpf and wireless. 2022-07-14 12:48:07 -07:00
lib
LICENSES
mm
net net: dsa: fix NULL pointer dereference in dsa_port_reset_vlan_filtering 2022-07-18 20:14:23 -07:00
samples
scripts
security integrity-v5.19-fix 2022-07-14 12:15:42 -07:00
sound
tools Including fixes from netfilter, bpf and wireless. 2022-07-14 12:48:07 -07:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS Including fixes from netfilter, bpf and wireless. 2022-07-14 12:48:07 -07:00
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.