No description
Find a file
Nathan Chancellor ddb93087c0 kbuild: Add CONFIG_PAHOLE_VERSION
commit 613fe16923 upstream.

There are a few different places where pahole's version is turned into a
three digit form with the exact same command. Move this command into
scripts/pahole-version.sh to reduce the amount of duplication across the
tree.

Create CONFIG_PAHOLE_VERSION so the version code can be used in Kconfig
to enable and disable configuration options based on the pahole version,
which is already done in a couple of places.

Signed-off-by: Nathan Chancellor <nathan@kernel.org>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Acked-by: Andrii Nakryiko <andrii@kernel.org>
Link: https://lore.kernel.org/bpf/20220201205624.652313-3-nathan@kernel.org
Signed-off-by: Matthias Maennich <maennich@google.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2023-04-19 17:59:33 +08:00
arch powerpc/64s/radix: Fix RWX mapping with relocated kernel 2023-04-19 17:59:32 +08:00
block block, bfq: fix uaf for bfqq in bic_set_bfqq() 2023-04-19 17:59:10 +08:00
certs certs/blacklist_hashes.c: fix const confusion in certs blacklist 2023-04-19 17:50:34 +08:00
crypto crypto: tcrypt - Fix multibuffer skcipher speed test mem leak 2023-04-19 17:57:39 +08:00
Documentation Documentation/hw-vuln: Add documentation for Cross-Thread Return Predictions 2023-04-19 17:59:23 +08:00
drivers wifi: mwifiex: Add missing compatible string for SD8787 2023-04-19 17:59:33 +08:00
fs ext4: Fix function prototype mismatch for ext4_feat_ktype 2023-04-19 17:59:33 +08:00
include uaccess: Add speculation barrier to copy_from_user() 2023-04-19 17:59:32 +08:00
init kbuild: Add CONFIG_PAHOLE_VERSION 2023-04-19 17:59:33 +08:00
io_uring io_uring/rw: remove leftover debug statement 2023-04-19 17:58:49 +08:00
ipc ipc/sem: Fix dangling sem_array access in semtimedop race 2023-04-19 17:56:54 +08:00
kernel uaccess: Add speculation barrier to copy_from_user() 2023-04-19 17:59:32 +08:00
lib uaccess: Add speculation barrier to copy_from_user() 2023-04-19 17:59:32 +08:00
LICENSES
mm mm/filemap: fix page end in filemap_get_read_batch 2023-04-19 17:59:29 +08:00
net net: sched: sch: Fix off by one in htb_activate_prios() 2023-04-19 17:59:30 +08:00
samples samples: vfio-mdev: Fix missing pci_disable_device() in mdpy_fb_probe() 2023-04-19 17:57:46 +08:00
scripts kbuild: Add CONFIG_PAHOLE_VERSION 2023-04-19 17:59:33 +08:00
security tomoyo: fix broken dependency on *.conf.default 2023-04-19 17:58:50 +08:00
sound ASoC: SOF: Intel: hda-dai: fix possible stream_tag leak 2023-04-19 17:59:30 +08:00
tools selftest/lkdtm: Skip stack-entropy test if lkdtm is not available 2023-04-19 17:59:28 +08:00
usr usr/include/Makefile: add linux/nfc.h to the compile-test coverage 2023-04-19 17:44:58 +08:00
virt kvm: Add support for arch compat vm ioctls 2023-04-19 17:55:40 +08:00
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap mailmap: add Andrej Shadura 2021-10-18 20:22:03 -10:00
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS kbuild: Add CONFIG_PAHOLE_VERSION 2023-04-19 17:59:33 +08:00
Makefile Linux 5.15.95 2023-04-19 17:59:30 +08:00
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.