1
0
Fork 0
mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git synced 2025-01-23 08:35:19 -05:00
No description
Find a file
Eric Dumazet c7d52737e7 net-sysfs: use dev_addr_sem to remove races in address_show()
Using dev_base_lock is not preventing from reading garbage.

Use dev_addr_sem instead.

v4: place dev_addr_sem extern in net/core/dev.h (Jakub Kicinski)
 Link: https://lore.kernel.org/netdev/20240212175845.10f6680a@kernel.org/

Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2024-02-14 11:20:13 +00:00
arch
block
certs
crypto
Documentation eventpoll: Add epoll ioctl for epoll_params 2024-02-14 11:01:01 +00:00
drivers net: ena: Remove redundant assignment 2024-02-14 10:57:25 +00:00
fs eventpoll: Add epoll ioctl for epoll_params 2024-02-14 11:01:01 +00:00
include net: convert dev->reg_state to u8 2024-02-14 11:20:13 +00:00
init
io_uring
ipc
kernel
lib
LICENSES
mm
net net-sysfs: use dev_addr_sem to remove races in address_show() 2024-02-14 11:20:13 +00:00
rust
samples
scripts
security
sound
tools selftests/net: Adding test cases of replacing routes and route advertisements. 2024-02-12 10:24:13 +00:00
usr
virt
.clang-format
.cocciconfig
.editorconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS linux-can-next-for-6.9-20240213 2024-02-14 10:00:35 +00: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.