No description
Find a file
Vineet Gupta eb29739aa3 tools/bpf: fix perf build error with uClibc (seen on ARC)
[ Upstream commit ca31ca8247 ]

When build perf for ARC recently, there was a build failure due to lack
of __NR_bpf.

| Auto-detecting system features:
|
| ...                     get_cpuid: [ OFF ]
| ...                           bpf: [ on  ]
|
| #  error __NR_bpf not defined. libbpf does not support your arch.
    ^~~~~
| bpf.c: In function 'sys_bpf':
| bpf.c:66:17: error: '__NR_bpf' undeclared (first use in this function)
|  return syscall(__NR_bpf, cmd, attr, size);
|                 ^~~~~~~~
|                 sys_bpf

Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
Acked-by: Yonghong Song <yhs@fb.com>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2019-05-31 06:47:15 -07:00
arch arm64/iommu: handle non-remapped addresses in ->mmap and ->get_sgtable 2019-05-31 06:47:11 -07:00
block
certs
crypto crypto: ccm - fix incompatibility between "ccm" and "ccm_base" 2019-05-21 18:50:20 +02:00
Documentation x86/speculation/mds: Improve CPU buffer clear documentation 2019-05-21 18:50:13 +02:00
drivers mmc: core: Verify SD bus width 2019-05-31 06:47:15 -07:00
firmware
fs gfs2: Fix occasional glock use-after-free 2019-05-31 06:47:14 -07:00
include hugetlb: use same fault hash key for shared and private mappings 2019-05-31 06:47:12 -07:00
init init: initialize jump labels before command line option parsing 2019-05-16 19:42:23 +02:00
ipc
kernel bpf: devmap: fix use-after-free Read in __dev_map_entry_free 2019-05-31 06:47:13 -07:00
lib sbitmap: fix improper use of smp_mb__before_atomic() 2019-05-31 06:47:10 -07:00
mm hugetlb: use same fault hash key for shared and private mappings 2019-05-31 06:47:12 -07:00
net net: erspan: fix use-after-free 2019-05-31 06:47:14 -07:00
samples
scripts
security apparmorfs: fix use-after-free on symlink traversal 2019-05-25 18:25:35 +02:00
sound ALSA: hda/realtek - Fix for Lenovo B50-70 inverted internal microphone bug 2019-05-21 18:50:20 +02:00
tools tools/bpf: fix perf build error with uClibc (seen on ARC) 2019-05-31 06:47:15 -07:00
usr
virt KVM: arm/arm64: Ensure vcpu target is unset on reset failure 2019-05-25 18:25:35 +02:00
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile Linux 4.14.122 2019-05-25 18:25:38 +02:00
README

Linux kernel
============

This file was moved to Documentation/admin-guide/README.rst

Please notice that there are several guides for kernel developers and users.
These guides can be rendered in a number of formats, like HTML and PDF.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.
See Documentation/00-INDEX for a list of what is contained in each file.

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.