syzkaller/sys
Paul Chaignon c9364a4648 sys/linux: support for loopkup-free map value accesses
A new BPF instruction that allows lookup-free map value accesses was added
in Linux v5.2, with commit d8eca5b ("bpf: implement lookup-free direct
value access for maps").  It enables direct access to map values without
having to call a BPF helper.  It is currently used to implement global
variable support.

This commit adds support for that new instruction.

Signed-off-by: Paul Chaignon <paul.chaignon@orange.com>
2019-09-17 14:41:41 +02:00
..
akaros .golangci.yml: add codeanalysis build tag 2019-05-15 11:39:31 +02:00
android sys/linux: add ion and ashmem devices support 2018-01-09 21:24:28 +01:00
freebsd sys/freebsd/sys.txt: update sendfile description 2019-09-16 10:39:16 +02:00
fuchsia sys/fuchsia: update socket syscalls 2019-08-14 09:34:25 +02:00
linux sys/linux: support for loopkup-free map value accesses 2019-09-17 14:41:41 +02:00
netbsd executor: add network packet injection for NetBSD 2019-07-14 17:59:29 +03:00
openbsd sys/openbsd: add ktrace description 2019-08-12 11:16:16 +02:00
syz-extract sys/syz-extract: fix too long line 2019-07-16 16:34:29 +02:00
syz-sysgen .golangci.yml: add codeanalysis build tag 2019-05-15 11:39:31 +02:00
targets sys/targets: fix Fuchsia builds 2019-08-19 15:02:45 -07:00
test prog: implemented argument and call priorities 2019-09-04 10:46:46 +02:00
trusty .golangci.yml: add codeanalysis build tag 2019-05-15 11:39:31 +02:00
windows .golangci.yml: add codeanalysis build tag 2019-05-15 11:39:31 +02:00
sys.go dashboard/app: properly handle build failures 2019-03-25 17:00:25 +01:00