1
0
Fork 0
mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git synced 2025-01-26 18:43:33 -05:00
No description
Find a file
Dan Carpenter b0294bc1ad samples: bpf: ensure that we don't load over MAX_PROGS programs
I can't see that we check prog_cnt to ensure it doesn't go over
MAX_PROGS.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
2018-07-16 15:00:56 -07:00
arch ARM: net: bpf: improve 64-bit ALU implementation 2018-07-13 15:26:42 +02:00
block
certs
crypto
Documentation docs: networking: Fix failover build warnings 2018-07-16 11:23:54 -07:00
drivers cxgb4: collect ASIC LA dumps from ULP TX 2018-07-16 14:46:16 -07:00
firmware
fs
include net: convert gro_count to bitmask 2018-07-16 13:40:54 -07:00
init
ipc
kernel
lib
LICENSES
mm
net sch_cake: Fix tin order when set through skb->priority 2018-07-16 14:47:45 -07:00
samples samples: bpf: ensure that we don't load over MAX_PROGS programs 2018-07-16 15:00:56 -07:00
scripts
security
sound
tools selftests: tls: add selftests for TLS sockets 2018-07-16 13:33:10 -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.
See Documentation/00-INDEX for a list of what is contained in each file.

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.