We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14d8435 commit 3f8ad18Copy full SHA for 3f8ad18
tools/testing/selftests/bpf/progs/verifier_private_stack.c
@@ -27,7 +27,7 @@ __description("Private stack, single prog")
27
__success
28
__arch_x86_64
29
__jited(" movabsq $0x{{.*}}, %r9")
30
-__jited(" addq %gs:0x{{.*}}, %r9")
+__jited(" addq %gs:{{.*}}, %r9")
31
__jited(" movl $0x2a, %edi")
32
__jited(" movq %rdi, -0x100(%r9)")
33
__naked void private_stack_single_prog(void)
@@ -74,7 +74,7 @@ __success
74
75
/* private stack fp for the main prog */
76
77
78
79
__jited(" movq %rdi, -0x200(%r9)")
80
__jited(" pushq %r9")
@@ -122,7 +122,7 @@ __jited(" pushq %rbp")
122
__jited(" movq %rsp, %rbp")
123
__jited(" endbr64")
124
125
126
127
__jited(" callq")
128
__jited(" popq %r9")
0 commit comments