No description
Find a file
Eduard Zingerman 4741c371aa selftests/bpf: check nullness propagation for reg to reg comparisons
Verify that nullness information is porpagated in the branches of
register to register JEQ and JNE operations.

Signed-off-by: Eduard Zingerman <eddyz87@gmail.com>
Acked-by: Yonghong Song <yhs@fb.com>
Link: https://lore.kernel.org/r/20221115224859.2452988-3-eddyz87@gmail.com
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
2022-11-15 17:38:36 -08:00
arch net: remove skb->vlan_present 2022-11-11 18:18:05 -08:00
block
certs
crypto
Documentation bpf/docs: Document how to run CI without patch submission 2022-11-15 15:33:27 +01:00
drivers mlx5-updates-2022-11-12 2022-11-14 11:35:28 +00:00
fs
include bpf: Expand map key argument of bpf_redirect_map to u64 2022-11-15 09:00:27 -08:00
init
io_uring
ipc
kernel bpf: propagate nullness information for reg to reg comparisons 2022-11-15 17:38:36 -08:00
lib net: remove skb->vlan_present 2022-11-11 18:18:05 -08:00
LICENSES
mm
net bpf: Expand map key argument of bpf_redirect_map to u64 2022-11-15 09:00:27 -08:00
rust
samples
scripts
security
sound
tools selftests/bpf: check nullness propagation for reg to reg comparisons 2022-11-15 17:38:36 -08:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS MAINTAINERS: update MEDIATEK ETHERNET entry 2022-11-11 08:09:32 +00:00
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.