No description
Find a file
Yafang Shao 90a5527d76 bpf: add new map ops ->map_mem_usage
Add a new map ops ->map_mem_usage to print the memory usage of a
bpf map.

This is a preparation for the followup change.

Signed-off-by: Yafang Shao <laoar.shao@gmail.com>
Link: https://lore.kernel.org/r/20230305124615.12358-2-laoar.shao@gmail.com
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
2023-03-07 09:33:41 -08:00
arch bpf-next-for-netdev 2023-03-06 20:36:39 -08:00
block
certs Kbuild updates for v6.3 2023-02-26 11:53:25 -08:00
crypto
Documentation bpf-next-for-netdev 2023-03-06 20:36:39 -08:00
drivers Including fixes from wireless and netfilter. 2023-02-27 14:05:08 -08:00
fs ARM: SoC drivers for 6.3 2023-02-27 10:04:49 -08:00
include bpf: add new map ops ->map_mem_usage 2023-03-07 09:33:41 -08:00
init Kbuild updates for v6.3 2023-02-26 11:53:25 -08:00
io_uring
ipc
kernel bpf: add new map ops ->map_mem_usage 2023-03-07 09:33:41 -08:00
lib
LICENSES
mm memblock: small optimizations 2023-02-27 09:34:53 -08:00
net bpf-next-for-netdev 2023-03-06 20:36:39 -08:00
rust Kbuild updates for v6.3 2023-02-26 11:53:25 -08:00
samples
scripts Kbuild updates for v6.3 2023-02-26 11:53:25 -08:00
security
sound ARM: SoC drivers for 6.3 2023-02-27 10:04:49 -08:00
tools bpf-next-for-netdev 2023-03-06 20:36:39 -08:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS ARM: SoC fixes for 6.3, part 1 2023-02-27 10:09:40 -08:00
Makefile Kbuild updates for v6.3 2023-02-26 11:53:25 -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.