No description
Find a file
Jon Maloy 5c8349503d tipc: remove some unnecessary warnings
We move some warning printouts to more strategic locations to avoid
duplicates and yield more detailed information about the reported
problem.

Signed-off-by: Jon Maloy <jmaloy@redhat.com>
Acked-by: Ying Xue <ying.xue@windriver.com>
Acked-by: Hoang Le <hoang.h.le@dektech.com.au>
Acked-by: Tung Nguyen <tung.q.nguyen@dektech.com.au>
Acked-by: Xin Long <lucien.xin@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2021-03-17 11:51:05 -07:00
arch
block
certs
crypto
Documentation Documentation: networking: switchdev: fix command for static FDB entries 2021-03-16 15:13:45 -07:00
drivers ionic: Update driver to use ethtool_sprintf 2021-03-17 11:42:31 -07:00
fs
include ethtool: Add common function for filling out strings 2021-03-17 11:42:30 -07:00
init
ipc
kernel
lib
LICENSES
mm
net tipc: remove some unnecessary warnings 2021-03-17 11:51:05 -07:00
samples
scripts
security
sound
tools selftests: mlxsw: Test egress sampling limitation on Spectrum-1 only 2021-03-16 15:32:23 -07: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.