Linux kernel source tree
Go to file
Tales Aparecida 4bba2a04ef lib: stackinit: update reference to kunit-tool
Replace URL with an updated path to the full Documentation page

Signed-off-by: Tales Aparecida <tales.aparecida@gmail.com>
Reviewed-by: David Gow <davidgow@google.com>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
2022-09-30 13:21:22 -06:00
arch arm64 fixes for -rc7 2022-09-23 15:28:51 -07:00
block block-6.0-2022-09-22 2022-09-24 08:22:53 -07:00
certs certs: make system keyring depend on built-in x509 parser 2022-09-24 04:31:18 +09:00
crypto
Documentation Documentation: KUnit: update links in the index page 2022-09-30 13:21:08 -06:00
drivers dax-and-nvdimm-fixes-v6.0-final 2022-09-25 08:53:52 -07:00
fs Ext4 regression and bug fixes: 2022-09-25 09:03:31 -07:00
include kunit: no longer call module_info(test, "Y") for kunit modules 2022-09-30 13:17:49 -06:00
init
io_uring io_uring-6.0-2022-09-23 2022-09-24 08:27:08 -07:00
ipc
kernel Cgroup fixes for v6.0-rc6 2022-09-24 08:36:10 -07:00
lib lib: stackinit: update reference to kunit-tool 2022-09-30 13:21:22 -06:00
LICENSES
mm
net
samples
scripts Makefile.debug: re-enable debug info for .S files 2022-09-24 11:19:19 +09:00
security
sound
tools kunit: add kunit.enable to enable/disable KUnit test 2022-09-30 13:17:39 -06:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS I2C driver bugfixes for mlxbf and imx, a few documentation fixes after 2022-09-25 08:44:46 -07:00
Makefile Linux 6.0-rc7 2022-09-25 14:01:02 -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.