No description
Find a file
Matthieu Baerts 9a2dbb59eb selftests: mptcp: pm: rm the right tmp file
"$err" is a variable pointing to a temp file. "$out" is not: only used
as a local variable in "check()" and representing the output of a
command line.

Fixes: eedbc68532 (selftests: add PM netlink functional tests)
Signed-off-by: Matthieu Baerts <matthieu.baerts@tessares.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
2020-05-15 10:33:56 -07:00
arch net: ethernet: ti: Remove TI_CPTS_MOD workaround 2020-05-12 12:33:27 -07:00
block
certs
crypto
Documentation
drivers dpaa2-eth: properly handle buffer size restrictions 2020-05-15 10:30:47 -07:00
fs
include net: phy: broadcom: fix BCM54XX_SHD_SCR3_TRDDAPD value for BCM54810 2020-05-14 17:40:06 -07:00
init
ipc
kernel umh: fix memory leak on execve failure 2020-05-08 19:06:55 -07:00
lib
LICENSES
mm
net ipmr: Add lockdep expression to ipmr_for_each_table macro 2020-05-14 18:01:07 -07:00
samples
scripts
security
sound
tools selftests: mptcp: pm: rm the right tmp file 2020-05-15 10:33:56 -07:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS MAINTAINERS: Mark networking drivers as Maintained. 2020-05-14 18:04:41 -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.