Linux mainline fork with MSM8998 patches | https://mainline.space | Currently supported devices: OnePlus 5/5T, Xiaomi Mi 6, F(x)tec Pro¹ (2019 QX1000 model) & Sony Xperia XZ Premium (UNTESTED!)
Find a file
Delyan Kratunov c4cac71fc8 libbpf: add support for sleepable uprobe programs
Add section mappings for u(ret)probe.s programs.

Acked-by: Andrii Nakryiko <andrii@kernel.org>
Signed-off-by: Delyan Kratunov <delyank@fb.com>
Link: https://lore.kernel.org/r/aedbc3b74f3523f00010a7b0df8f3388cca59f16.1655248076.git.delyank@fb.com
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
2022-06-16 19:27:30 -07:00
arch bpf, arm: Remove unused function emit_a32_alu_r() 2022-06-14 22:04:16 +02:00
block
certs
crypto
Documentation bpf, docs: Fix typo "BFP_ALU" to "BPF_ALU" 2022-06-09 14:06:41 +02:00
drivers Networking fixes for 5.19-rc1, including fixes from bpf, and netfilter. 2022-06-02 12:50:16 -07:00
fs
include bpf: implement sleepable uprobes by chaining gps 2022-06-16 19:27:29 -07:00
init
ipc
kernel bpf: allow sleepable uprobe programs to attach 2022-06-16 19:27:29 -07:00
lib
LICENSES
mm
net bpf, test_run: Remove unnecessary prog type checks 2022-06-03 14:53:33 -07:00
samples samples/bpf: Check detach prog exist or not in xdp_fwd 2022-06-15 17:26:20 -07:00
scripts
security
sound
tools libbpf: add support for sleepable uprobe programs 2022-06-16 19:27:30 -07:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
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.