No description
Find a file
Al Viro 20f45ad50d spufs: constify path
Reviewed-by: Christian Brauner (Microsoft) <brauner@kernel.org>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
2022-09-01 17:40:14 -04:00
arch spufs: constify path 2022-09-01 17:40:14 -04:00
block
certs
crypto
Documentation
drivers
fs nd_jump_link(): constify path 2022-09-01 17:39:49 -04:00
include nd_jump_link(): constify path 2022-09-01 17:39:49 -04:00
init
io_uring __io_setxattr(): constify path 2022-09-01 17:39:05 -04:00
ipc
kernel audit_init_parent(): constify path 2022-09-01 17:39:30 -04:00
lib
LICENSES
mm
net
samples
scripts
security ->getprocattr(): attribute name is const char *, TYVM... 2022-09-01 17:34:39 -04:00
sound
tools
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile Linux 6.0-rc1 2022-08-14 15:50:18 -07: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 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.