Skip to content

Commit 03b4a70

Browse files
committed
fix test
1 parent 7152970 commit 03b4a70

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

tools/testing/selftests/bpf/progs/verifier_live_stack.c

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -302,15 +302,17 @@ struct {
302302

303303
SEC("socket")
304304
__log_level(2)
305-
__msg("10: (85) call bpf_tail_call#12")
306-
__msg("(2,5) frame 0 insn 5 +written -16")
307-
__msg("(2,5) live stack update done in 2 iterations")
308-
__msg("4: (95) exit")
309-
__msg("(0) frame 0 insn 3 +live -24")
305+
__msg("19: (85) call bpf_tail_call#12")
306+
__msg("(0) frame 0 insn 1 +written -8")
307+
__msg("(0) live stack update done in 2 iterations")
308+
__msg("14: (95) exit")
309+
__msg("(0) frame 0 insn 13 +live -8")
310310
__msg("(0) live stack update done in 2 iterations")
311-
__msg("13: (95) exit")
312-
__msg("(2,5) frame 0 insn 11 +written -8")
313-
__msg("(2,5) live stack update done in 2 iterations")
311+
__msg("22: (95) exit")
312+
__msg("(9,15) frame 0 insn 20 +written -8")
313+
__msg("(9,15) live stack update done in 2 iterations")
314+
__msg("14: (95) exit")
315+
__msg("(0) frame 0 insn 13 +live -16")
314316
__naked unsigned long caller_stack_write_tail_call(void)
315317
{
316318
asm volatile (

0 commit comments

Comments
 (0)