diff options
author | Alexei Starovoitov <[email protected]> | 2016-09-01 18:37:21 -0700 |
---|---|---|
committer | David S. Miller <[email protected]> | 2016-09-02 10:46:44 -0700 |
commit | ea2e7ce5d0fc878463ba39deb46cf2ab20398fd2 (patch) | |
tree | 7b67c9e451afca1b570835bbd75d9be7aebc931e /tools/perf/scripts/python/failed-syscalls-by-pid.py | |
parent | 569e937e0100c8841619bd2150d15682141a6b0b (diff) |
bpf: support 8-byte metafield access
The verifier supported only 4-byte metafields in
struct __sk_buff and struct xdp_md. The metafields in upcoming
struct bpf_perf_event are 8-byte to match register width in struct pt_regs.
Teach verifier to recognize 8-byte metafield access.
The patch doesn't affect safety of sockets and xdp programs.
They check for 4-byte only ctx access before these conditions are hit.
Signed-off-by: Alexei Starovoitov <[email protected]>
Acked-by: Daniel Borkmann <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/failed-syscalls-by-pid.py')
0 files changed, 0 insertions, 0 deletions