Go to file
Andrew Lunn d4602a9f47 net: devlink: region: Pass the region ops to the snapshot function
Pass the region to be snapshotted to the function performing the
snapshot. This allows one function to operate on numerous regions.

v4:
Add missing kerneldoc for ICE

Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Reviewed-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2020-09-18 18:17:45 -07:00
arch
block
certs
crypto
Documentation dt-binding: ptp_qoriq: support fsl,tmr-fiper3 property 2020-09-18 17:49:20 -07:00
drivers net: devlink: region: Pass the region ops to the snapshot function 2020-09-18 18:17:45 -07:00
fs
include net: devlink: region: Pass the region ops to the snapshot function 2020-09-18 18:17:45 -07:00
init
ipc
kernel
lib
LICENSES
mm
net net: devlink: region: Pass the region ops to the snapshot function 2020-09-18 18:17:45 -07:00
samples
scripts
security
sound
tools selftests: Set default protocol for raw sockets in nettest 2020-09-17 17:07:15 -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.