1
Go to file
Simon Horman 731733c623 bpf, sockmap: Correct spelling skmsg.c
Correct spelling in skmsg.c. As reported by codespell.

Signed-off-by: Simon Horman <horms@kernel.org>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Acked-by: Stanislav Fomichev <sdf@fomichev.me>
Link: https://lore.kernel.org/bpf/20240829-sockmap-spell-v1-1-a614d76564cc@kernel.org
2024-09-02 18:43:58 +02:00
arch
block
certs
crypto
Documentation dpll: add Embedded SYNC feature for a pin 2024-08-26 19:21:14 -07:00
drivers netkit: Disable netpoll support 2024-08-27 11:37:45 -07:00
fs Changes since last update: 2024-08-22 06:06:09 +08:00
include dpll: add Embedded SYNC feature for a pin 2024-08-26 19:21:14 -07:00
init
io_uring
ipc
kernel
lib
LICENSES
mm
net bpf, sockmap: Correct spelling skmsg.c 2024-09-02 18:43:58 +02:00
rust
samples
scripts Kbuild fixes for v6.11 (2nd) 2024-08-23 07:43:15 +08:00
security
sound Kbuild fixes for v6.11 (2nd) 2024-08-23 07:43:15 +08:00
tools selftests: tc_actions: test egress 2nd vlan push 2024-08-27 11:37:43 +02:00
usr
virt
.clang-format
.cocciconfig
.editorconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS net: netconsole: selftests: Create a new netconsole selftest 2024-08-26 09:27:15 -07:00
Makefile Kbuild fixes for v6.11 (2nd) 2024-08-23 07:43:15 +08:00
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 reStructuredText 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.