No description
Find a file
Ilya Leoshkevich 01a0f9e449 selftests/bpf: fix "valid read map access into a read-only array 1" on s390
This test looks up a 32-bit map element and then loads it using a 64-bit
load. This does not work on s390, which is a big-endian machine.

Since the point of this test doesn't seem to be loading a smaller value
using a larger load, simply use a 32-bit load.

Signed-off-by: Ilya Leoshkevich <iii@linux.ibm.com>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
2019-07-18 13:49:21 -07:00
arch
block
certs
crypto
Documentation
drivers
fs
include bpf: allow wide aligned loads for bpf_sock_addr user_ip6 and msg_src_ip6 2019-07-15 23:15:53 +02:00
init
ipc
kernel bpf: fix BTF verifier size resolution logic 2019-07-15 23:02:17 +02:00
lib
LICENSES
mm
net bpf: allow wide aligned loads for bpf_sock_addr user_ip6 and msg_src_ip6 2019-07-15 23:15:53 +02:00
samples samples/bpf: build with -D__TARGET_ARCH_$(SRCARCH) 2019-07-15 23:13:17 +02:00
scripts
security
sound
tools selftests/bpf: fix "valid read map access into a read-only array 1" on s390 2019-07-18 13:49:21 -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.