Linux kernel source tree
Find a file
Lucas Bates d37e56df23 tc-testing: Add command timeout feature to tdc
Using an attribute set in the tdc_config.py file, limit the
amount of time tdc will wait for an executed command to
complete and prevent the script from hanging entirely.

This timeout will be applied to all executed commands.

Signed-off-by: Lucas Bates <lucasb@mojatatu.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2018-12-07 16:39:03 -08:00
arch
block
certs
crypto
Documentation neighbor: Improve garbage collection 2018-12-07 16:03:10 -08:00
drivers net: hns3: add handling of RDMA RAS errors 2018-12-07 15:57:01 -08:00
firmware
fs
include neighbor: Improve garbage collection 2018-12-07 16:03:10 -08:00
init
ipc
kernel
lib
LICENSES
mm
net net: call sk_dst_reset when set SO_DONTROUTE 2018-12-07 16:11:54 -08:00
samples
scripts
security
sound
tools tc-testing: Add command timeout feature to tdc 2018-12-07 16:39:03 -08: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.