Skip to content

Commit

Permalink
Runtime test kprobe_offset_module_error fix for power
Browse files Browse the repository at this point in the history
Expected string on power: cannot attach kprobe, Invalid argument

Signed-off-by: Abhishek Dubey <[email protected]>
  • Loading branch information
Abhishek Dubey committed Jan 24, 2025
1 parent 9ccaa5d commit d05738a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/runtime/probe
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ WILL_FAIL
NAME kprobe_offset_module_error
RUN {{BPFTRACE}} -e 'kprobe:nft_trans_alloc_gfp+0x1 { printf("hit\n"); exit(); }'
EXPECT cannot attach kprobe, Invalid argument
ARCH aarch64
ARCH aarch64|ppc64le|ppc64
REQUIRES lsmod | grep '^nf_tables'
WILL_FAIL

Expand Down

0 comments on commit d05738a

Please sign in to comment.