Go to file
Yue Haibing 526bc5ba19 bpf: lru: Remove unused declaration bpf_lru_promote()
Commit 3a08c2fd76 ("bpf: LRU List") declared but never implemented this.

Signed-off-by: Yue Haibing <yuehaibing@huawei.com>
Link: https://lore.kernel.org/r/20230808145531.19692-1-yuehaibing@huawei.com
Signed-off-by: Martin KaFai Lau <martin.lau@kernel.org>
2023-08-08 17:21:42 -07:00
Documentation bpf, docs: Fix small typo and define semantics of sign extension 2023-08-08 16:29:20 -07:00
LICENSES
arch pull-request: bpf-next 2023-08-03 2023-08-03 15:34:36 -07:00
block
certs
crypto
drivers eth: dpaa: add missing net/xdp.h include 2023-08-03 16:17:34 -07:00
fs
include bpf: Add support for bpf_get_func_ip helper for uprobe program 2023-08-07 16:42:58 -07:00
init
io_uring
ipc
kernel bpf: lru: Remove unused declaration bpf_lru_promote() 2023-08-08 17:21:42 -07:00
lib Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net 2023-08-03 14:34:37 -07:00
mm
net pull-request: bpf-next 2023-08-03 2023-08-03 15:34:36 -07:00
rust
samples
scripts
security Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net 2023-08-03 14:34:37 -07:00
sound
tools selftests/bpf: relax expected log messages to allow emitting BPF_ST 2023-08-08 17:02:22 -07:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS pull-request: bpf-next 2023-08-03 2023-08-03 15:34:36 -07:00
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.