No description
Find a file
Lucas Bates 0eba31ef5c tc-testing: Clarify the use of tdc's -d option
The -d command line argument to tdc requires the name of a physical device
on the system where the tests will be run. If -d has not been used, tdc
will skip tests that require a physical device.

This patch is intended to better document what the -d option does and how
it is used.

Signed-off-by: Lucas Bates <lucasb@mojatatu.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2019-07-31 18:54:34 -04:00
arch
block
certs
crypto
Documentation dt-bindings: net: dsa: ksz: document Microchip KSZ87xx family switches 2019-07-30 15:12:50 -07:00
drivers mlx5-updates-2019-07-29 2019-07-31 18:48:01 -04:00
fs
include We have a reasonably large number of changes: 2019-07-31 08:59:41 -07:00
init
ipc
kernel
lib
LICENSES
mm
net We have a reasonably large number of changes: 2019-07-31 08:59:41 -07:00
samples
scripts
security
sound
tools tc-testing: Clarify the use of tdc's -d option 2019-07-31 18:54:34 -04:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS NFC: nxp-nci: Get rid of platform data 2019-07-29 08:56:26 -07:00
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.