No description
Find a file
David Gow 8a5124c0f3 kunit: Remove the unused all_tests.config
This isn't used anywhere. While it's possible that people were manually
referencing it, the new default config (in default.config in the same
path) provides equivalent functionality.

Signed-off-by: David Gow <davidgow@google.com>
Reviewed-by: Brendan Higgins <brendanhiggins@google.com>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
2021-06-23 17:49:41 -06:00
arch kunit: Move default config from arch/um -> tools/testing/kunit 2021-06-23 17:49:17 -06:00
block
certs
crypto
Documentation kunit: Move default config from arch/um -> tools/testing/kunit 2021-06-23 17:49:17 -06:00
drivers thunderbolt: test: Remove some casts which are no longer required 2021-06-23 16:40:18 -06:00
fs
include kunit: Add gnu_printf specifiers 2021-06-23 17:06:04 -06:00
init
ipc
kernel kernel/sysctl-test: Remove some casts which are no-longer required 2021-06-23 16:41:24 -06:00
lib kunit: Add gnu_printf specifiers 2021-06-23 17:06:04 -06:00
LICENSES
mm
net
samples
scripts
security
sound
tools kunit: Remove the unused all_tests.config 2021-06-23 17:49:41 -06:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
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.