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
Ilya Leoshkevich f07f150346 libbpf: Fix accessing syscall arguments on powerpc
powerpc does not select ARCH_HAS_SYSCALL_WRAPPER, so its syscall
handlers take "unpacked" syscall arguments. Indicate this to libbpf
using PT_REGS_SYSCALL_REGS macro.

Reported-by: Heiko Carstens <hca@linux.ibm.com>
Signed-off-by: Ilya Leoshkevich <iii@linux.ibm.com>
Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
Tested-by: Naveen N. Rao <naveen.n.rao@linux.vnet.ibm.com>
Link: https://lore.kernel.org/bpf/20220209021745.2215452-5-iii@linux.ibm.com
2022-02-08 21:16:14 -08:00
arch bpf: Fix leftover header->pages in sparc and powerpc code. 2022-02-08 14:52:05 -08:00
block
certs
crypto
Documentation bpf, docs: Better document the atomic instructions 2022-02-03 09:29:37 -08:00
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
LICENSES
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 accessing syscall arguments on powerpc 2022-02-08 21:16:14 -08: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.