The source for the Linux kernel used in Windows Subsystem for Linux 2 (WSL2)
Перейти к файлу
Andrii Nakryiko dc37dc617f libbpf: Fix compilation warning due to mismatched printf format
On ppc64le architecture __s64 is long int and requires %ld. Cast to
ssize_t and use %zd to avoid architecture-specific specifiers.

Fixes: 4172843ed4 ("libbpf: Fix signedness bug in btf_dump_array_data()")
Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Link: https://lore.kernel.org/bpf/20220209063909.1268319-1-andrii@kernel.org
2022-02-09 14:33:32 +01:00
Documentation
LICENSES
arch bpf: Fix leftover header->pages in sparc and powerpc code. 2022-02-08 14:52:05 -08:00
block
certs
crypto
drivers
fs
include bpf: Introduce bpf_jit_binary_pack_[alloc|finalize|free] 2022-02-07 18:13:01 -08:00
init
ipc
kernel bpf: Fix bpf_prog_pack build HPAGE_PMD_SIZE 2022-02-08 18:37:10 -08:00
lib
mm
net bpf: test_run: Fix overflow in bpf_test_finish frags parsing 2022-02-07 18:26:13 -08:00
samples
scripts
security
sound
tools libbpf: Fix compilation warning due to mismatched printf format 2022-02-09 14:33:32 +01:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
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.