selftests/bpf: add bpf_call test
Alexei Starovoitov authored

strip always_inline from test_l4lb.c and compile it with -fno-inline
to let verifier go through 11 function with various function arguments
and return values
Signed-off-by: default avatarAlexei Starovoitov <ast@kernel.org>
Acked-by: default avatarDaniel Borkmann <daniel@iogearbox.net>
Signed-off-by: default avatarDaniel Borkmann <daniel@iogearbox.net>
3bc35c63
Name Last commit Last update
Documentation Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
arch bpf: add a bpf_override_function helper
block Merge branch 'for-linus' of git://git.kernel.dk/linux-block
certs License cleanup: add SPDX GPL-2.0 license identifier to files with no license
crypto Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
drivers nfp: bpf: correct printk formats for size_t
firmware kbuild: remove all dummy assignments to obj-
fs btrfs: allow us to inject errors at io_ctl_init
include bpf: teach verifier to recognize zero initialized stack
init EXPERT Kconfig menu: fix broken EXPERT menu
ipc Rename superblock flags (MS_xyz -> SB_xyz)
kernel bpf: teach verifier to recognize zero initialized stack
lib Merge tag 'riscv-for-linus-4.15-rc2_cleanups' of git://git.kernel.org/pub/scm/linux/kernel/git/palmer/linux
mm Merge branch 'for-linus' of git://git.kernel.dk/linux-block
net Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
samples samples/bpf: add a test for bpf_override_return
scripts Merge branch 'akpm' (patches from Andrew)
security Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
sound Revert "ALSA: usb-audio: Fix potential zero-division at parsing FU"
tools selftests/bpf: add bpf_call test
usr initramfs: fix initramfs rebuilds w/ compression after disabling
virt Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
.cocciconfig scripts: add Linux .cocciconfig for coccinelle
.get_maintainer.ignore Add hch to .get_maintainer.ignore
.gitattributes .gitattributes: set git diff driver for C source code files
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile
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.