linux_dsm_epyc7002/include/uapi
Josef Bacik 9802d86585 bpf: add a bpf_override_function helper
Error injection is sloppy and very ad-hoc.  BPF could fill this niche
perfectly with it's kprobe functionality.  We could make sure errors are
only triggered in specific call chains that we care about with very
specific situations.  Accomplish this with the bpf_override_funciton
helper.  This will modify the probe'd callers return value to the
specified value and set the PC to an override function that simply
returns, bypassing the originally probed function.  This gives us a nice
clean way to implement systematic error injection for all of our code
paths.

Acked-by: Alexei Starovoitov <ast@kernel.org>
Acked-by: Ingo Molnar <mingo@kernel.org>
Signed-off-by: Josef Bacik <jbacik@fb.com>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
2017-12-12 09:02:34 -08:00
..
asm-generic libnvdimm for 4.15 2017-11-17 09:51:57 -08:00
drm main drm pull request for v4.15 2017-11-15 20:42:10 -08:00
linux bpf: add a bpf_override_function helper 2017-12-12 09:02:34 -08:00
misc
mtd
rdma Updates for 4.15 kernel merge window 2017-11-15 14:54:53 -08:00
scsi
sound
video
xen