The source for the Linux kernel used in Windows Subsystem for Linux 2 (WSL2)
Перейти к файлу
Jakub Kicinski 78ade619c1 genetlink: use .start callback for dumppolicy
The structure of ctrl_dumppolicy() is clearly split into
init and dumping. Move the init to a .start callback
for clarity, it's a more idiomatic netlink dump code structure.

Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Reviewed-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
2020-10-02 19:11:12 -07:00
Documentation devlink: add parser error drop packet traps 2020-10-02 16:31:55 -07:00
LICENSES
arch Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next 2020-10-01 14:29:01 -07:00
block
certs
crypto
drivers genetlink: move to smaller ops wherever possible 2020-10-02 19:11:11 -07:00
fs genetlink: move to smaller ops wherever possible 2020-10-02 19:11:11 -07:00
include genetlink: add a structure for dump state 2020-10-02 19:11:12 -07:00
init
ipc
kernel genetlink: move to smaller ops wherever possible 2020-10-02 19:11:11 -07:00
lib
mm
net genetlink: use .start callback for dumppolicy 2020-10-02 19:11:12 -07:00
samples bpf, selftests: Use bpf_tail_call_static where appropriate 2020-09-30 11:50:35 -07:00
scripts
security
sound
tools selftests: ocelot: add some example VCAP IS1, IS2 and ES0 tc offloads 2020-10-02 15:40:30 -07:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS selftests: ocelot: add some example VCAP IS1, IS2 and ES0 tc offloads 2020-10-02 15:40:30 -07:00
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.