Go to file
Donald Hunter 3c90fd2baa netlink: specs: fix up truthy values
Clean up all truthy value warnings reported by yamllint in the
netlink specs:

    warning  truthy value should be one of [false, true]  (truthy)

Signed-off-by: Donald Hunter <donald.hunter@gmail.com>
Reviewed-by: Chuck Lever <chuck.lever@oracle.com>
Reviewed-by: Matthieu Baerts (NGI0) <matttbe@kernel.org> # mptcp_pm.yaml
Link: https://patch.msgid.link/20250610125944.85265-5-donald.hunter@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
2025-06-11 14:01:19 -07:00
Documentation netlink: specs: fix up truthy values 2025-06-11 14:01:19 -07:00
LICENSES
arch Notable changes: 2025-06-05 11:45:33 -07:00
block
certs
crypto
drivers net: airoha: Add PPPoE offload support 2025-06-10 17:57:14 -07:00
fs
include linux-can-next-for-6.17-20250610 2025-06-10 15:44:47 -07:00
init
io_uring
ipc
kernel
lib
mm
net net: stop napi kthreads when THREADED napi is disabled 2025-06-10 17:52:03 -07:00
rust
samples
scripts
security
sound
tools selftests/vsock: add initial vmtest.sh for vsock 2025-06-11 13:17:59 -07:00
usr
virt
.clang-format
.clippy.toml
.cocciconfig
.editorconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.pylintrc
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS selftests/vsock: add initial vmtest.sh for vsock 2025-06-11 13:17:59 -07:00
Makefile
README

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.