From bccec180ce9593ccdf652ce3a625f6e0542ccf78 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sun, 31 Jan 2021 17:17:10 -0500 Subject: [PATCH] sim: bpf: fix mainloop extract call The extract function takes the argbuf, not the scache. --- sim/bpf/ChangeLog | 4 ++++ sim/bpf/mloop.in | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/sim/bpf/ChangeLog b/sim/bpf/ChangeLog index dc3db5ac5aa..5b6a8070283 100644 --- a/sim/bpf/ChangeLog +++ b/sim/bpf/ChangeLog @@ -1,3 +1,7 @@ +2021-01-31 Mike Frysinger + + * mloop.in (xextract-scache): Call SEM_ARGBUF. + 2021-01-31 Mike Frysinger * decode-be.c (bpfbf_ebpfbe_decode): Change TRACE_EXTRACT to diff --git a/sim/bpf/mloop.in b/sim/bpf/mloop.in index 14325a221a7..e666835ed1b 100644 --- a/sim/bpf/mloop.in +++ b/sim/bpf/mloop.in @@ -137,7 +137,7 @@ cat <