No description
Find a file
Daniel Borkmann f528819334 bpf: Move sanitize_val_alu out of op switch
Add a small sanitize_needed() helper function and move sanitize_val_alu()
out of the main opcode switch. In upcoming work, we'll move sanitize_ptr_alu()
as well out of its opcode switch so this helps to streamline both.

Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Reviewed-by: John Fastabend <john.fastabend@gmail.com>
Acked-by: Alexei Starovoitov <ast@kernel.org>
2021-04-16 23:51:57 +02:00
arch bpf, x86: Validate computation of branch displacements for x86-32 2021-04-08 16:24:53 +02:00
block
certs
crypto
Documentation docs: ethtool: fix some copy-paste errors 2021-04-06 16:55:41 -07:00
drivers virt_wifi: Return micros for BSS TSF values 2021-04-08 10:14:57 +02:00
fs
include Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf 2021-04-08 14:10:53 -07:00
init
ipc
kernel bpf: Move sanitize_val_alu out of op switch 2021-04-16 23:51:57 +02:00
lib
LICENSES
mm
net net: sched: sch_teql: fix null-pointer dereference 2021-04-08 14:14:42 -07:00
samples
scripts
security
sound
tools libbpf: Fix potential NULL pointer dereference 2021-04-08 23:36:46 +02: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.