Main-line Linux kernel tree http://www.kernel.org
Go to file
Oleksij Rempel 4a52dd8fef net: selftest: fix build issue if INET is disabled
In case ethernet driver is enabled and INET is disabled, selftest will
fail to build.

Reported-by: Randy Dunlap <rdunlap@infradead.org>
Fixes: 3e1e58d64c ("net: add generic selftest support")
Signed-off-by: Oleksij Rempel <o.rempel@pengutronix.de>
Acked-by: Randy Dunlap <rdunlap@infradead.org> # build-tested
Reviewed-by: Florian Fainelli <f.fainelli@gmail.com>
Link: https://lore.kernel.org/r/20210428130947.29649-1-o.rempel@pengutronix.de
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
2021-04-28 14:06:45 -07:00
arch
block
certs
crypto
Documentation Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next 2021-04-28 11:59:31 -07:00
drivers net: selftest: fix build issue if INET is disabled 2021-04-28 14:06:45 -07:00
fs seq_file: Add a seq_bprintf function 2021-04-27 15:50:15 -07:00
include net: selftest: fix build issue if INET is disabled 2021-04-28 14:06:45 -07:00
init bpf: Implement formatted output helpers with bstr_printf 2021-04-27 15:56:31 -07:00
ipc
kernel bpf: Add batched ops support for percpu array 2021-04-28 01:17:45 +02:00
lib
LICENSES
mm
net net: selftest: fix build issue if INET is disabled 2021-04-28 14:06:45 -07:00
samples
scripts
security
sound
tools bpf, selftests: Update array map tests for per-cpu batched ops 2021-04-28 01:18:12 +02: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.