Go to file
Ido Schimmel 5b88823bfe devlink: Add a tracepoint for trap reports
Add a tracepoint for trap reports so that drop monitor could register
its probe on it. Use trace_devlink_trap_report_enabled() to avoid
wasting cycles setting the trap metadata if the tracepoint is not
enabled.

Signed-off-by: Ido Schimmel <idosch@mellanox.com>
Reviewed-by: Jiri Pirko <jiri@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2020-09-30 18:01:26 -07:00
Documentation dt-binding: can: mcp251xfd: narrow down wildcards in device tree bindings to "microchip,mcp251xfd" 2020-09-30 11:22:26 +02:00
LICENSES
arch net: mscc: ocelot: add definitions for VCAP ES0 keys, actions and target 2020-09-29 18:26:12 -07:00
block
certs
crypto
drivers linux-can-next-for-5.10-20200930 2020-09-30 15:21:43 -07:00
fs
include devlink: Add a tracepoint for trap reports 2020-09-30 18:01:26 -07:00
init
ipc
kernel
lib
mm
net devlink: Add a tracepoint for trap reports 2020-09-30 18:01:26 -07:00
samples
scripts
security
sound
tools selftests: mlxsw: Add a PFC test 2020-09-30 14:06:54 -07:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile
README

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.