bfc_hash
stringclasses
350 values
bic_hash
stringclasses
199 values
commit_hash
stringclasses
293 values
commit_type
stringclasses
2 values
filename
stringclasses
154 values
func_name
stringlengths
1
43
asm
stringlengths
58
48k
explanation
stringlengths
317
6.32k
commit_message
stringclasses
293 values
02e425668f5c9deb42787d10001a3b605993ad15
715bd9d12f84d8f5cc8ad21d888f9bc304a8eb0b
02e425668f5c9deb42787d10001a3b605993ad15
bfc
tools/testing/selftests/x86/test_vdso.c
sys_getcpu.constprop.0
0000000000000620 <sys_getcpu.constprop.0>: 620: mov %rsi,%rdx 623: xor %ecx,%ecx 625: mov %rdi,%rsi 628: xor %eax,%eax 62a: mov $0x135,%edi 62f: jmp 634 <sys_getcpu.constprop.0+0x14> 634: data16 cs nopw 0x0(%rax,%rax,1) 63f: nop
[Bug-Fix Commit (BFC)] Function: sys_getcpu.constprop.0 Author: Andy Lutomirski Date: Wed Oct 3 16:23:49 2018 -0700 Commit message: x86/vdso: Fix vDSO syscall fallback asm constraint regression When I added the missing memory outputs, I failed to update the index of the first argument (ebx) on 32-bit builds, which bro...
x86/vdso: Fix vDSO syscall fallback asm constraint regression When I added the missing memory outputs, I failed to update the index of the first argument (ebx) on 32-bit builds, which broke the fallbacks. Somehow I must have screwed up my testing or gotten lucky. Add another test to cover gettimeofday() as well. Si...
02e425668f5c9deb42787d10001a3b605993ad15
715bd9d12f84d8f5cc8ad21d888f9bc304a8eb0b
02e425668f5c9deb42787d10001a3b605993ad15
bfc
tools/testing/selftests/x86/test_vdso.c
test_getcpu
0000000000000640 <test_getcpu>: 640: push %rbp 641: lea 0x0(%rip),%rdi # 648 <test_getcpu+0x8> 648: mov %rsp,%rbp 64b: push %r15 64d: push %r14 64f: lea -0xc0(%rbp),%r14 656: push %r13 658: push %r12 65a: push %rbx 65b: xor %ebx,%ebx 65d: sub $0xd8,%rsp 664: mov %fs:0x28...
[Bug-Fix Commit (BFC)] Function: test_getcpu Author: Andy Lutomirski Date: Wed Oct 3 16:23:49 2018 -0700 Commit message: x86/vdso: Fix vDSO syscall fallback asm constraint regression When I added the missing memory outputs, I failed to update the index of the first argument (ebx) on 32-bit builds, which broke the fall...
x86/vdso: Fix vDSO syscall fallback asm constraint regression When I added the missing memory outputs, I failed to update the index of the first argument (ebx) on 32-bit builds, which broke the fallbacks. Somehow I must have screwed up my testing or gotten lucky. Add another test to cover gettimeofday() as well. Si...
02e425668f5c9deb42787d10001a3b605993ad15
715bd9d12f84d8f5cc8ad21d888f9bc304a8eb0b
02e425668f5c9deb42787d10001a3b605993ad15
bfc
tools/testing/selftests/x86/test_vdso.c
main
0000000000000000 <main>: 0: endbr64 4: push %rbp 5: xor %eax,%eax 7: mov %rsp,%rbp a: call f <main+0xf> f: call 14 <main+0x14> 14: call 19 <main+0x19> 19: call 1e <main+0x1e> 1e: mov 0x0(%rip),%edx # 24 <main+0x24> 24: xor %eax,%eax 26: pop %rbp 27: test ...
[Bug-Fix Commit (BFC)] Function: main Author: Andy Lutomirski Date: Wed Oct 3 16:23:49 2018 -0700 Commit message: x86/vdso: Fix vDSO syscall fallback asm constraint regression When I added the missing memory outputs, I failed to update the index of the first argument (ebx) on 32-bit builds, which broke the fallbacks. ...
x86/vdso: Fix vDSO syscall fallback asm constraint regression When I added the missing memory outputs, I failed to update the index of the first argument (ebx) on 32-bit builds, which broke the fallbacks. Somehow I must have screwed up my testing or gotten lucky. Add another test to cover gettimeofday() as well. Si...
12a2ea962c06efb30764c47b140d2ec9d3cd7cb0
3a687bef148d94da13dc25981bb7b1e26a1ab125
3a687bef148d94da13dc25981bb7b1e26a1ab125
bic
tools/testing/selftests/net/udpgso_bench_rx.c
sigint_handler
0000000000000000 <sigint_handler>: 0: endbr64 4: cmp $0x2,%edi 7: je 10 <sigint_handler+0x10> 9: ret a: nopw 0x0(%rax,%rax,1) 10: movb $0x1,0x0(%rip) # 17 <sigint_handler+0x17> 17: ret 18: nopl 0x0(%rax,%rax,1)
[Bug-Introducing Commit (BIC)] Function: sigint_handler Author: Willem de Bruijn Date: Thu Apr 26 13:42:25 2018 -0400 Commit message: selftests: udp gso benchmark Send udp data between a source and sink, optionally with udp gso. The two processes are expected to be run on separate hosts. A script is included that run...
selftests: udp gso benchmark Send udp data between a source and sink, optionally with udp gso. The two processes are expected to be run on separate hosts. A script is included that runs them together over loopback in a single namespace for functionality testing. Signed-off-by: Willem de Bruijn <willemb@google.com> S...
12a2ea962c06efb30764c47b140d2ec9d3cd7cb0
3a687bef148d94da13dc25981bb7b1e26a1ab125
3a687bef148d94da13dc25981bb7b1e26a1ab125
bic
tools/testing/selftests/net/udpgso_bench_rx.c
sanitized_char
0000000000000020 <sanitized_char>: 20: lea -0x61(%rdi),%eax 23: cmp $0x1a,%al 25: mov $0x2e,%eax 2a: cmovb %edi,%eax 2d: ret 2e: xchg %ax,%ax
[Bug-Introducing Commit (BIC)] Function: sanitized_char Author: Willem de Bruijn Date: Thu Apr 26 13:42:25 2018 -0400 Commit message: selftests: udp gso benchmark Send udp data between a source and sink, optionally with udp gso. The two processes are expected to be run on separate hosts. A script is included that run...
selftests: udp gso benchmark Send udp data between a source and sink, optionally with udp gso. The two processes are expected to be run on separate hosts. A script is included that runs them together over loopback in a single namespace for functionality testing. Signed-off-by: Willem de Bruijn <willemb@google.com> S...
12a2ea962c06efb30764c47b140d2ec9d3cd7cb0
3a687bef148d94da13dc25981bb7b1e26a1ab125
3a687bef148d94da13dc25981bb7b1e26a1ab125
bic
tools/testing/selftests/net/udpgso_bench_rx.c
__bswap_16
0000000000000030 <__bswap_16>: static __inline __uint16_t __bswap_16 (__uint16_t __bsx) { #if __GNUC_PREREQ (4, 8) return __builtin_bswap16 (__bsx); 30: mov %edi,%eax 32: rol $0x8,%ax #else return __bswap_constant_16 (__bsx); #endif } 36: ret 37: nopw 0x0(%rax,%rax,1)
[Bug-Introducing Commit (BIC)] Function: __bswap_16 Author: Willem de Bruijn Date: Thu Apr 26 13:42:25 2018 -0400 Commit message: selftests: udp gso benchmark Send udp data between a source and sink, optionally with udp gso. The two processes are expected to be run on separate hosts. A script is included that runs th...
selftests: udp gso benchmark Send udp data between a source and sink, optionally with udp gso. The two processes are expected to be run on separate hosts. A script is included that runs them together over loopback in a single namespace for functionality testing. Signed-off-by: Willem de Bruijn <willemb@google.com> S...
12a2ea962c06efb30764c47b140d2ec9d3cd7cb0
3a687bef148d94da13dc25981bb7b1e26a1ab125
3a687bef148d94da13dc25981bb7b1e26a1ab125
bic
tools/testing/selftests/net/udpgso_bench_rx.c
usage
0000000000000040 <usage>: 40: push %rbp 41: mov %rdi,%rcx realizes that, too. */ __extern_always_inline void error (int __status, int __errnum, const char *__format, ...) { if (__builtin_constant_p (__status) && __status != 0) __error_noreturn (__status, __errnum, __format, __va_arg_pack ()); 44: l...
[Bug-Introducing Commit (BIC)] Function: usage Author: Willem de Bruijn Date: Thu Apr 26 13:42:25 2018 -0400 Commit message: selftests: udp gso benchmark Send udp data between a source and sink, optionally with udp gso. The two processes are expected to be run on separate hosts. A script is included that runs them to...
selftests: udp gso benchmark Send udp data between a source and sink, optionally with udp gso. The two processes are expected to be run on separate hosts. A script is included that runs them together over loopback in a single namespace for functionality testing. Signed-off-by: Willem de Bruijn <willemb@google.com> S...
12a2ea962c06efb30764c47b140d2ec9d3cd7cb0
3a687bef148d94da13dc25981bb7b1e26a1ab125
3a687bef148d94da13dc25981bb7b1e26a1ab125
bic
tools/testing/selftests/net/udpgso_bench_rx.c
parse_opts
0000000000000060 <parse_opts>: 60: push %rbp 61: mov %rsp,%rbp 64: push %r13 66: lea 0x0(%rip),%r13 # 6d <parse_opts+0xd> 6d: push %r12 6f: mov %rsi,%r12 72: push %rbx 73: mov %edi,%ebx 75: sub $0x8,%rsp 79: nopl 0x0(%rax) 80: mov %r13,%rdx 83: mov %r12,%rsi...
[Bug-Introducing Commit (BIC)] Function: parse_opts Author: Willem de Bruijn Date: Thu Apr 26 13:42:25 2018 -0400 Commit message: selftests: udp gso benchmark Send udp data between a source and sink, optionally with udp gso. The two processes are expected to be run on separate hosts. A script is included that runs th...
selftests: udp gso benchmark Send udp data between a source and sink, optionally with udp gso. The two processes are expected to be run on separate hosts. A script is included that runs them together over loopback in a single namespace for functionality testing. Signed-off-by: Willem de Bruijn <willemb@google.com> S...
12a2ea962c06efb30764c47b140d2ec9d3cd7cb0
3a687bef148d94da13dc25981bb7b1e26a1ab125
3a687bef148d94da13dc25981bb7b1e26a1ab125
bic
tools/testing/selftests/net/udpgso_bench_rx.c
do_poll
0000000000000130 <do_poll>: 130: push %rbp 131: mov %rsp,%rbp 134: push %rbx 135: lea -0x20(%rbp),%rbx 139: sub $0x18,%rsp 13d: mov %fs:0x28,%rax 146: mov %rax,-0x18(%rbp) 14a: xor %eax,%eax 14c: movl $0x1,-0x1c(%rbp) 153: mov %edi,-0x20(%rbp) 156: cs nopw 0x0(%rax,%rax,1) __warn...
[Bug-Introducing Commit (BIC)] Function: do_poll Author: Willem de Bruijn Date: Thu Apr 26 13:42:25 2018 -0400 Commit message: selftests: udp gso benchmark Send udp data between a source and sink, optionally with udp gso. The two processes are expected to be run on separate hosts. A script is included that runs them ...
selftests: udp gso benchmark Send udp data between a source and sink, optionally with udp gso. The two processes are expected to be run on separate hosts. A script is included that runs them together over loopback in a single namespace for functionality testing. Signed-off-by: Willem de Bruijn <willemb@google.com> S...
12a2ea962c06efb30764c47b140d2ec9d3cd7cb0
3a687bef148d94da13dc25981bb7b1e26a1ab125
3a687bef148d94da13dc25981bb7b1e26a1ab125
bic
tools/testing/selftests/net/udpgso_bench_rx.c
do_socket
00000000000001f0 <do_socket>: 1f0: push %rbp 1f1: mov $0x2,%esi 1f6: pxor %xmm0,%xmm0 1fa: xor %edx,%edx 1fc: mov %rsp,%rbp 1ff: push %r13 201: push %r12 203: push %rbx 204: mov %edi,%ebx 206: mov $0xa,%edi 20b: sub $0x48,%rsp 20f: mov %fs:0x28,%rax 218: mov %rax,-0x28(%rb...
[Bug-Introducing Commit (BIC)] Function: do_socket Author: Willem de Bruijn Date: Thu Apr 26 13:42:25 2018 -0400 Commit message: selftests: udp gso benchmark Send udp data between a source and sink, optionally with udp gso. The two processes are expected to be run on separate hosts. A script is included that runs the...
selftests: udp gso benchmark Send udp data between a source and sink, optionally with udp gso. The two processes are expected to be run on separate hosts. A script is included that runs them together over loopback in a single namespace for functionality testing. Signed-off-by: Willem de Bruijn <willemb@google.com> S...
12a2ea962c06efb30764c47b140d2ec9d3cd7cb0
3a687bef148d94da13dc25981bb7b1e26a1ab125
3a687bef148d94da13dc25981bb7b1e26a1ab125
bic
tools/testing/selftests/net/udpgso_bench_rx.c
do_flush_tcp
0000000000000410 <do_flush_tcp>: 410: push %rbp 411: mov %rsp,%rbp 414: push %rbx 415: mov %edi,%ebx 417: sub $0x8,%rsp 41b: jmp 435 <do_flush_tcp+0x25> 41d: nopl (%rax) 420: test %eax,%eax 422: je 470 <do_flush_tcp+0x60> 424: cltq 426: addq $0x1,0x0(%rip) # 42e <do_flush_...
[Bug-Introducing Commit (BIC)] Function: do_flush_tcp Author: Willem de Bruijn Date: Thu Apr 26 13:42:25 2018 -0400 Commit message: selftests: udp gso benchmark Send udp data between a source and sink, optionally with udp gso. The two processes are expected to be run on separate hosts. A script is included that runs ...
selftests: udp gso benchmark Send udp data between a source and sink, optionally with udp gso. The two processes are expected to be run on separate hosts. A script is included that runs them together over loopback in a single namespace for functionality testing. Signed-off-by: Willem de Bruijn <willemb@google.com> S...
12a2ea962c06efb30764c47b140d2ec9d3cd7cb0
3a687bef148d94da13dc25981bb7b1e26a1ab125
3a687bef148d94da13dc25981bb7b1e26a1ab125
bic
tools/testing/selftests/net/udpgso_bench_rx.c
gettimeofday_ms
0000000000000490 <gettimeofday_ms>: 490: push %rbp 491: xor %esi,%esi 493: mov %rsp,%rbp 496: sub $0x20,%rsp 49a: mov %fs:0x28,%rax 4a3: mov %rax,-0x8(%rbp) 4a7: xor %eax,%eax 4a9: lea -0x20(%rbp),%rdi 4ad: call 4b2 <gettimeofday_ms+0x22> 4b2: mov -0x18(%rbp),%rcx 4b6: movabs $0x2...
[Bug-Introducing Commit (BIC)] Function: gettimeofday_ms Author: Willem de Bruijn Date: Thu Apr 26 13:42:25 2018 -0400 Commit message: selftests: udp gso benchmark Send udp data between a source and sink, optionally with udp gso. The two processes are expected to be run on separate hosts. A script is included that ru...
selftests: udp gso benchmark Send udp data between a source and sink, optionally with udp gso. The two processes are expected to be run on separate hosts. A script is included that runs them together over loopback in a single namespace for functionality testing. Signed-off-by: Willem de Bruijn <willemb@google.com> S...
12a2ea962c06efb30764c47b140d2ec9d3cd7cb0
3a687bef148d94da13dc25981bb7b1e26a1ab125
3a687bef148d94da13dc25981bb7b1e26a1ab125
bic
tools/testing/selftests/net/udpgso_bench_rx.c
do_verify_udp.constprop.0
0000000000000500 <do_verify_udp.constprop.0>: 500: push %rbp 501: movzbl 0x0(%rip),%edx # 508 <do_verify_udp.constprop.0+0x8> 508: lea -0x61(%rdx),%eax 50b: mov %rsp,%rbp 50e: cmp $0x19,%al 510: ja 59f <do_verify_udp.constprop.0+0x9f> 516: mov %edi,%r8d 519: mov $0x1,%eax 51e: lea ...
[Bug-Introducing Commit (BIC)] Function: do_verify_udp.constprop.0 Author: Willem de Bruijn Date: Thu Apr 26 13:42:25 2018 -0400 Commit message: selftests: udp gso benchmark Send udp data between a source and sink, optionally with udp gso. The two processes are expected to be run on separate hosts. A script is includ...
selftests: udp gso benchmark Send udp data between a source and sink, optionally with udp gso. The two processes are expected to be run on separate hosts. A script is included that runs them together over loopback in a single namespace for functionality testing. Signed-off-by: Willem de Bruijn <willemb@google.com> S...
12a2ea962c06efb30764c47b140d2ec9d3cd7cb0
3a687bef148d94da13dc25981bb7b1e26a1ab125
3a687bef148d94da13dc25981bb7b1e26a1ab125
bic
tools/testing/selftests/net/udpgso_bench_rx.c
do_flush_udp
00000000000005c0 <do_flush_udp>: 5c0: push %rbp 5c1: mov %rsp,%rbp 5c4: push %r15 5c6: lea 0x0(%rip),%r15 # 5cd <do_flush_udp+0xd> 5cd: push %r14 5cf: push %r13 5d1: mov %edi,%r13d 5d4: push %r12 5d6: push %rbx 5d7: mov $0x100,%ebx 5dc: sub $0x18,%rsp 5e0: movzbl 0x0(%rip),...
[Bug-Introducing Commit (BIC)] Function: do_flush_udp Author: Willem de Bruijn Date: Thu Apr 26 13:42:25 2018 -0400 Commit message: selftests: udp gso benchmark Send udp data between a source and sink, optionally with udp gso. The two processes are expected to be run on separate hosts. A script is included that runs ...
selftests: udp gso benchmark Send udp data between a source and sink, optionally with udp gso. The two processes are expected to be run on separate hosts. A script is included that runs them together over loopback in a single namespace for functionality testing. Signed-off-by: Willem de Bruijn <willemb@google.com> S...
12a2ea962c06efb30764c47b140d2ec9d3cd7cb0
3a687bef148d94da13dc25981bb7b1e26a1ab125
3a687bef148d94da13dc25981bb7b1e26a1ab125
bic
tools/testing/selftests/net/udpgso_bench_rx.c
do_recv
00000000000006b0 <do_recv>: 6b0: push %rbp 6b1: mov %rsp,%rbp 6b4: push %r15 6b6: lea 0x0(%rip),%r15 # 6bd <do_recv+0xd> 6bd: push %r14 6bf: push %r13 # ifdef __va_arg_pack __fortify_function int fprintf (FILE *__restrict __stream, const char *__restrict __fmt, ...) { return __fprintf_chk ...
[Bug-Introducing Commit (BIC)] Function: do_recv Author: Willem de Bruijn Date: Thu Apr 26 13:42:25 2018 -0400 Commit message: selftests: udp gso benchmark Send udp data between a source and sink, optionally with udp gso. The two processes are expected to be run on separate hosts. A script is included that runs them ...
selftests: udp gso benchmark Send udp data between a source and sink, optionally with udp gso. The two processes are expected to be run on separate hosts. A script is included that runs them together over loopback in a single namespace for functionality testing. Signed-off-by: Willem de Bruijn <willemb@google.com> S...
12a2ea962c06efb30764c47b140d2ec9d3cd7cb0
3a687bef148d94da13dc25981bb7b1e26a1ab125
3a687bef148d94da13dc25981bb7b1e26a1ab125
bic
tools/testing/selftests/net/udpgso_bench_rx.c
main
0000000000000000 <main>: 0: endbr64 4: push %rbp 5: mov %rsp,%rbp 8: call d <main+0xd> d: lea 0x0(%rip),%rsi # 14 <main+0x14> 14: mov $0x2,%edi 19: call 1e <main+0x1e> 1e: call 23 <main+0x23> 23: xor %eax,%eax 25: pop %rbp 26: ret
[Bug-Introducing Commit (BIC)] Function: main Author: Willem de Bruijn Date: Thu Apr 26 13:42:25 2018 -0400 Commit message: selftests: udp gso benchmark Send udp data between a source and sink, optionally with udp gso. The two processes are expected to be run on separate hosts. A script is included that runs them tog...
selftests: udp gso benchmark Send udp data between a source and sink, optionally with udp gso. The two processes are expected to be run on separate hosts. A script is included that runs them together over loopback in a single namespace for functionality testing. Signed-off-by: Willem de Bruijn <willemb@google.com> S...
12a2ea962c06efb30764c47b140d2ec9d3cd7cb0
3a687bef148d94da13dc25981bb7b1e26a1ab125
3a687bef148d94da13dc25981bb7b1e26a1ab125
bic
tools/testing/selftests/net/udpgso_bench_tx.c
sigint_handler
0000000000000000 <sigint_handler>: 0: endbr64 4: cmp $0x2,%edi 7: je 10 <sigint_handler+0x10> 9: ret a: nopw 0x0(%rax,%rax,1) 10: movb $0x1,0x0(%rip) # 17 <sigint_handler+0x17> 17: ret 18: nopl 0x0(%rax,%rax,1)
[Bug-Introducing Commit (BIC)] Function: sigint_handler Author: Willem de Bruijn Date: Thu Apr 26 13:42:25 2018 -0400 Commit message: selftests: udp gso benchmark Send udp data between a source and sink, optionally with udp gso. The two processes are expected to be run on separate hosts. A script is included that run...
selftests: udp gso benchmark Send udp data between a source and sink, optionally with udp gso. The two processes are expected to be run on separate hosts. A script is included that runs them together over loopback in a single namespace for functionality testing. Signed-off-by: Willem de Bruijn <willemb@google.com> S...
12a2ea962c06efb30764c47b140d2ec9d3cd7cb0
3a687bef148d94da13dc25981bb7b1e26a1ab125
3a687bef148d94da13dc25981bb7b1e26a1ab125
bic
tools/testing/selftests/net/udpgso_bench_tx.c
send_udp_segment_cmsg
0000000000000020 <send_udp_segment_cmsg>: 20: movabs $0x6700000011,%rax 2a: movq $0x12,(%rdi) 31: mov %rax,0x8(%rdi) 35: movzwl 0x0(%rip),%eax # 3c <send_udp_segment_cmsg+0x1c> 3c: mov %ax,0x10(%rdi) 40: ret 41: data16 cs nopw 0x0(%rax,%rax,1) 4c: nopl 0x0(%rax)
[Bug-Introducing Commit (BIC)] Function: send_udp_segment_cmsg Author: Willem de Bruijn Date: Thu Apr 26 13:42:25 2018 -0400 Commit message: selftests: udp gso benchmark Send udp data between a source and sink, optionally with udp gso. The two processes are expected to be run on separate hosts. A script is included t...
selftests: udp gso benchmark Send udp data between a source and sink, optionally with udp gso. The two processes are expected to be run on separate hosts. A script is included that runs them together over loopback in a single namespace for functionality testing. Signed-off-by: Willem de Bruijn <willemb@google.com> S...
12a2ea962c06efb30764c47b140d2ec9d3cd7cb0
3a687bef148d94da13dc25981bb7b1e26a1ab125
3a687bef148d94da13dc25981bb7b1e26a1ab125
bic
tools/testing/selftests/net/udpgso_bench_tx.c
__bswap_16
0000000000000050 <__bswap_16>: static __inline __uint16_t __bswap_16 (__uint16_t __bsx) { #if __GNUC_PREREQ (4, 8) return __builtin_bswap16 (__bsx); 50: mov %edi,%eax 52: rol $0x8,%ax #else return __bswap_constant_16 (__bsx); #endif } 56: ret 57: nopw 0x0(%rax,%rax,1)
[Bug-Introducing Commit (BIC)] Function: __bswap_16 Author: Willem de Bruijn Date: Thu Apr 26 13:42:25 2018 -0400 Commit message: selftests: udp gso benchmark Send udp data between a source and sink, optionally with udp gso. The two processes are expected to be run on separate hosts. A script is included that runs th...
selftests: udp gso benchmark Send udp data between a source and sink, optionally with udp gso. The two processes are expected to be run on separate hosts. A script is included that runs them together over loopback in a single namespace for functionality testing. Signed-off-by: Willem de Bruijn <willemb@google.com> S...
12a2ea962c06efb30764c47b140d2ec9d3cd7cb0
3a687bef148d94da13dc25981bb7b1e26a1ab125
3a687bef148d94da13dc25981bb7b1e26a1ab125
bic
tools/testing/selftests/net/udpgso_bench_tx.c
gettimeofday_ms
0000000000000060 <gettimeofday_ms>: 60: push %rbp 61: xor %esi,%esi 63: mov %rsp,%rbp 66: sub $0x20,%rsp 6a: mov %fs:0x28,%rax 73: mov %rax,-0x8(%rbp) 77: xor %eax,%eax 79: lea -0x20(%rbp),%rdi 7d: call 82 <gettimeofday_ms+0x22> 82: mov -0x18(%rbp),%rcx 86: movabs $0x20...
[Bug-Introducing Commit (BIC)] Function: gettimeofday_ms Author: Willem de Bruijn Date: Thu Apr 26 13:42:25 2018 -0400 Commit message: selftests: udp gso benchmark Send udp data between a source and sink, optionally with udp gso. The two processes are expected to be run on separate hosts. A script is included that ru...
selftests: udp gso benchmark Send udp data between a source and sink, optionally with udp gso. The two processes are expected to be run on separate hosts. A script is included that runs them together over loopback in a single namespace for functionality testing. Signed-off-by: Willem de Bruijn <willemb@google.com> S...
12a2ea962c06efb30764c47b140d2ec9d3cd7cb0
3a687bef148d94da13dc25981bb7b1e26a1ab125
3a687bef148d94da13dc25981bb7b1e26a1ab125
bic
tools/testing/selftests/net/udpgso_bench_tx.c
usage
00000000000000d0 <usage>: d0: push %rbp d1: mov %rdi,%rcx realizes that, too. */ __extern_always_inline void error (int __status, int __errnum, const char *__format, ...) { if (__builtin_constant_p (__status) && __status != 0) __error_noreturn (__status, __errnum, __format, __va_arg_pack ()); d4: l...
[Bug-Introducing Commit (BIC)] Function: usage Author: Willem de Bruijn Date: Thu Apr 26 13:42:25 2018 -0400 Commit message: selftests: udp gso benchmark Send udp data between a source and sink, optionally with udp gso. The two processes are expected to be run on separate hosts. A script is included that runs them to...
selftests: udp gso benchmark Send udp data between a source and sink, optionally with udp gso. The two processes are expected to be run on separate hosts. A script is included that runs them together over loopback in a single namespace for functionality testing. Signed-off-by: Willem de Bruijn <willemb@google.com> S...
12a2ea962c06efb30764c47b140d2ec9d3cd7cb0
3a687bef148d94da13dc25981bb7b1e26a1ab125
3a687bef148d94da13dc25981bb7b1e26a1ab125
bic
tools/testing/selftests/net/udpgso_bench_tx.c
set_pmtu_discover
00000000000000f0 <set_pmtu_discover>: f0: push %rbp f1: mov $0x4,%r8d f7: mov %rsp,%rbp fa: sub $0x10,%rsp fe: mov %fs:0x28,%rax 107: mov %rax,-0x8(%rbp) 10b: xor %eax,%eax 10d: cmp $0x1,%sil 111: lea -0xc(%rbp),%rcx 115: movl $0x2,-0xc(%rbp) 11c: sbb %edx,%edx 11e: and ...
[Bug-Introducing Commit (BIC)] Function: set_pmtu_discover Author: Willem de Bruijn Date: Thu Apr 26 13:42:25 2018 -0400 Commit message: selftests: udp gso benchmark Send udp data between a source and sink, optionally with udp gso. The two processes are expected to be run on separate hosts. A script is included that ...
selftests: udp gso benchmark Send udp data between a source and sink, optionally with udp gso. The two processes are expected to be run on separate hosts. A script is included that runs them together over loopback in a single namespace for functionality testing. Signed-off-by: Willem de Bruijn <willemb@google.com> S...
12a2ea962c06efb30764c47b140d2ec9d3cd7cb0
3a687bef148d94da13dc25981bb7b1e26a1ab125
3a687bef148d94da13dc25981bb7b1e26a1ab125
bic
tools/testing/selftests/net/udpgso_bench_tx.c
send_tcp
0000000000000170 <send_tcp>: 170: push %rbp 171: mov 0x0(%rip),%edx # 177 <send_tcp+0x7> 177: mov %rsp,%rbp 17a: push %r14 17c: push %r13 17e: push %r12 180: push %rbx 181: test %edx,%edx 183: jle 1d0 <send_tcp+0x60> 185: mov %edi,%ebx 187: mov %rsi,%r13 18a: xor %r12d,%...
[Bug-Introducing Commit (BIC)] Function: send_tcp Author: Willem de Bruijn Date: Thu Apr 26 13:42:25 2018 -0400 Commit message: selftests: udp gso benchmark Send udp data between a source and sink, optionally with udp gso. The two processes are expected to be run on separate hosts. A script is included that runs them...
selftests: udp gso benchmark Send udp data between a source and sink, optionally with udp gso. The two processes are expected to be run on separate hosts. A script is included that runs them together over loopback in a single namespace for functionality testing. Signed-off-by: Willem de Bruijn <willemb@google.com> S...
12a2ea962c06efb30764c47b140d2ec9d3cd7cb0
3a687bef148d94da13dc25981bb7b1e26a1ab125
3a687bef148d94da13dc25981bb7b1e26a1ab125
bic
tools/testing/selftests/net/udpgso_bench_tx.c
send_udp_segment
00000000000001f0 <send_udp_segment>: 1f0: push %rbp 1f1: pxor %xmm0,%xmm0 1f5: mov %edi,%r8d 1f8: mov %rsp,%rbp 1fb: sub $0x70,%rsp 1ff: mov %fs:0x28,%rax 208: mov %rax,-0x8(%rbp) 20c: xor %eax,%eax 20e: movslq 0x0(%rip),%rax # 215 <send_udp_segment+0x25> 215: lea -0x20(%rbp),%...
[Bug-Introducing Commit (BIC)] Function: send_udp_segment Author: Willem de Bruijn Date: Thu Apr 26 13:42:25 2018 -0400 Commit message: selftests: udp gso benchmark Send udp data between a source and sink, optionally with udp gso. The two processes are expected to be run on separate hosts. A script is included that r...
selftests: udp gso benchmark Send udp data between a source and sink, optionally with udp gso. The two processes are expected to be run on separate hosts. A script is included that runs them together over loopback in a single namespace for functionality testing. Signed-off-by: Willem de Bruijn <willemb@google.com> S...
12a2ea962c06efb30764c47b140d2ec9d3cd7cb0
3a687bef148d94da13dc25981bb7b1e26a1ab125
3a687bef148d94da13dc25981bb7b1e26a1ab125
bic
tools/testing/selftests/net/udpgso_bench_tx.c
send_udp_sendmmsg
00000000000002e0 <send_udp_sendmmsg>: 2e0: push %rbp 2e1: mov %edi,%r9d 2e4: mov %rsi,%r10 2e7: mov %rsp,%rbp 2ea: push %r14 2ec: push %rbx 2ed: sub $0x10,%rsp 2f1: mov %fs:0x28,%rax 2fa: mov %rax,-0x18(%rbp) 2fe: mov %rsp,%rax 301: cmp %rax,%rsp 304: je 31b <send_udp_sendm...
[Bug-Introducing Commit (BIC)] Function: send_udp_sendmmsg Author: Willem de Bruijn Date: Thu Apr 26 13:42:25 2018 -0400 Commit message: selftests: udp gso benchmark Send udp data between a source and sink, optionally with udp gso. The two processes are expected to be run on separate hosts. A script is included that ...
selftests: udp gso benchmark Send udp data between a source and sink, optionally with udp gso. The two processes are expected to be run on separate hosts. A script is included that runs them together over loopback in a single namespace for functionality testing. Signed-off-by: Willem de Bruijn <willemb@google.com> S...
12a2ea962c06efb30764c47b140d2ec9d3cd7cb0
3a687bef148d94da13dc25981bb7b1e26a1ab125
3a687bef148d94da13dc25981bb7b1e26a1ab125
bic
tools/testing/selftests/net/udpgso_bench_tx.c
send_udp
0000000000000440 <send_udp>: 440: push %rbp 441: mov %rsp,%rbp 444: push %r15 446: push %r14 448: push %r13 44a: push %r12 44c: push %rbx 44d: sub $0x18,%rsp 451: mov 0x0(%rip),%r15d # 458 <send_udp+0x18> 458: test %r15d,%r15d 45b: je 4d8 <send_udp+0x98> 45d: mov %edi,%r...
[Bug-Introducing Commit (BIC)] Function: send_udp Author: Willem de Bruijn Date: Thu Apr 26 13:42:25 2018 -0400 Commit message: selftests: udp gso benchmark Send udp data between a source and sink, optionally with udp gso. The two processes are expected to be run on separate hosts. A script is included that runs them...
selftests: udp gso benchmark Send udp data between a source and sink, optionally with udp gso. The two processes are expected to be run on separate hosts. A script is included that runs them together over loopback in a single namespace for functionality testing. Signed-off-by: Willem de Bruijn <willemb@google.com> S...
12a2ea962c06efb30764c47b140d2ec9d3cd7cb0
3a687bef148d94da13dc25981bb7b1e26a1ab125
3a687bef148d94da13dc25981bb7b1e26a1ab125
bic
tools/testing/selftests/net/udpgso_bench_tx.c
flush_zerocopy
0000000000000520 <flush_zerocopy>: 520: push %rbp 521: pxor %xmm0,%xmm0 525: mov %rsp,%rbp 528: push %r12 52a: push %rbx 52b: lea -0x50(%rbp),%r12 52f: mov %edi,%ebx 531: sub $0x40,%rsp 535: mov %fs:0x28,%rax 53e: mov %rax,-0x18(%rbp) 542: xor %eax,%eax 544: movq $0x0,-0x20(%r...
[Bug-Introducing Commit (BIC)] Function: flush_zerocopy Author: Willem de Bruijn Date: Thu Apr 26 13:42:25 2018 -0400 Commit message: selftests: udp gso benchmark Send udp data between a source and sink, optionally with udp gso. The two processes are expected to be run on separate hosts. A script is included that run...
selftests: udp gso benchmark Send udp data between a source and sink, optionally with udp gso. The two processes are expected to be run on separate hosts. A script is included that runs them together over loopback in a single namespace for functionality testing. Signed-off-by: Willem de Bruijn <willemb@google.com> S...
12a2ea962c06efb30764c47b140d2ec9d3cd7cb0
3a687bef148d94da13dc25981bb7b1e26a1ab125
3a687bef148d94da13dc25981bb7b1e26a1ab125
bic
tools/testing/selftests/net/udpgso_bench_tx.c
setup_sockaddr.constprop.0
00000000000005e0 <setup_sockaddr.constprop.0>: 5e0: push %rbp 5e1: mov %rsp,%rbp 5e4: push %r12 5e6: mov %rsi,%r12 5e9: sub $0x8,%rsp 5ed: cmp $0x2,%edi 5f0: je 640 <setup_sockaddr.constprop.0+0x60> 5f2: cmp $0xa,%edi 5f5: jne 6a5 <setup_sockaddr.constprop.0+0xc5> 5fb: movzwl 0x0(%ri...
[Bug-Introducing Commit (BIC)] Function: setup_sockaddr.constprop.0 Author: Willem de Bruijn Date: Thu Apr 26 13:42:25 2018 -0400 Commit message: selftests: udp gso benchmark Send udp data between a source and sink, optionally with udp gso. The two processes are expected to be run on separate hosts. A script is inclu...
selftests: udp gso benchmark Send udp data between a source and sink, optionally with udp gso. The two processes are expected to be run on separate hosts. A script is included that runs them together over loopback in a single namespace for functionality testing. Signed-off-by: Willem de Bruijn <willemb@google.com> S...
12a2ea962c06efb30764c47b140d2ec9d3cd7cb0
3a687bef148d94da13dc25981bb7b1e26a1ab125
3a687bef148d94da13dc25981bb7b1e26a1ab125
bic
tools/testing/selftests/net/udpgso_bench_tx.c
parse_opts
00000000000006c0 <parse_opts>: 6c0: push %rbp 6c1: mov %rsp,%rbp 6c4: push %r14 6c6: lea 0x0(%rip),%r14 # 6cd <parse_opts+0xd> 6cd: push %r13 6cf: mov %rsi,%r13 6d2: push %r12 6d4: mov %edi,%r12d 6d7: push %rbx 6d8: lea 0x0(%rip),%rbx # 6df <parse_opts+0x1f> 6df: nop 6...
[Bug-Introducing Commit (BIC)] Function: parse_opts Author: Willem de Bruijn Date: Thu Apr 26 13:42:25 2018 -0400 Commit message: selftests: udp gso benchmark Send udp data between a source and sink, optionally with udp gso. The two processes are expected to be run on separate hosts. A script is included that runs th...
selftests: udp gso benchmark Send udp data between a source and sink, optionally with udp gso. The two processes are expected to be run on separate hosts. A script is included that runs them together over loopback in a single namespace for functionality testing. Signed-off-by: Willem de Bruijn <willemb@google.com> S...
12a2ea962c06efb30764c47b140d2ec9d3cd7cb0
3a687bef148d94da13dc25981bb7b1e26a1ab125
3a687bef148d94da13dc25981bb7b1e26a1ab125
bic
tools/testing/selftests/net/udpgso_bench_tx.c
set_cpu.isra.0
0000000000000960 <set_cpu.isra.0>: 960: push %rbp 961: mov $0x10,%ecx 966: mov %rsp,%rbp 969: push %r12 96b: mov %edi,%r12d 96e: lea -0xa0(%rbp),%rdx 975: mov %rdx,%rdi 978: sub $0x98,%rsp 97f: mov %fs:0x28,%rax 988: mov %rax,-0x18(%rbp) 98c: xor %eax,%eax 98e: rep stos %rax,%...
[Bug-Introducing Commit (BIC)] Function: set_cpu.isra.0 Author: Willem de Bruijn Date: Thu Apr 26 13:42:25 2018 -0400 Commit message: selftests: udp gso benchmark Send udp data between a source and sink, optionally with udp gso. The two processes are expected to be run on separate hosts. A script is included that run...
selftests: udp gso benchmark Send udp data between a source and sink, optionally with udp gso. The two processes are expected to be run on separate hosts. A script is included that runs them together over loopback in a single namespace for functionality testing. Signed-off-by: Willem de Bruijn <willemb@google.com> S...
12a2ea962c06efb30764c47b140d2ec9d3cd7cb0
3a687bef148d94da13dc25981bb7b1e26a1ab125
3a687bef148d94da13dc25981bb7b1e26a1ab125
bic
tools/testing/selftests/net/udpgso_bench_tx.c
main
0000000000000000 <main>: 0: endbr64 4: push %rbp 5: mov %rsp,%rbp 8: push %r15 a: push %r14 c: push %r13 e: push %r12 10: push %rbx 11: sub $0x38,%rsp 15: mov %fs:0x28,%rax 1e: mov %rax,-0x38(%rbp) 22: xor %eax,%eax 24: call 29 <main+0x29> 29: mov 0x0(...
[Bug-Introducing Commit (BIC)] Function: main Author: Willem de Bruijn Date: Thu Apr 26 13:42:25 2018 -0400 Commit message: selftests: udp gso benchmark Send udp data between a source and sink, optionally with udp gso. The two processes are expected to be run on separate hosts. A script is included that runs them tog...
selftests: udp gso benchmark Send udp data between a source and sink, optionally with udp gso. The two processes are expected to be run on separate hosts. A script is included that runs them together over loopback in a single namespace for functionality testing. Signed-off-by: Willem de Bruijn <willemb@google.com> S...
262f9d811c7608f1e74258ceecfe1fa213bdf912
941ff6f11c020913f5cddf543a9ec63475d7c082
262f9d811c7608f1e74258ceecfe1fa213bdf912
bfc
tools/testing/selftests/net/reuseport_bpf.c
sockaddr_size
0000000000000000 <sockaddr_size>: 0: mov $0x80,%eax 5: ret 6: cs nopw 0x0(%rax,%rax,1)
[Bug-Fix Commit (BFC)] Function: sockaddr_size Author: Eric Dumazet Date: Fri Oct 5 19:38:46 2018 -0700 Commit message: bpf: do not blindly change rlimit in reuseport net selftest If the current process has unlimited RLIMIT_MEMLOCK, we should should leave it as is. Fixes: 941ff6f11c02 ("bpf: fix rlimit in reuseport n...
bpf: do not blindly change rlimit in reuseport net selftest If the current process has unlimited RLIMIT_MEMLOCK, we should should leave it as is. Fixes: 941ff6f11c02 ("bpf: fix rlimit in reuseport net selftest") Signed-off-by: John Sperbeck <jsperbeck@google.com> Signed-off-by: Eric Dumazet <edumazet@google.com> Acke...
262f9d811c7608f1e74258ceecfe1fa213bdf912
941ff6f11c020913f5cddf543a9ec63475d7c082
262f9d811c7608f1e74258ceecfe1fa213bdf912
bfc
tools/testing/selftests/net/reuseport_bpf.c
attach_cbpf
0000000000000010 <attach_cbpf>: 10: endbr64 14: push %rbp 15: movzwl %si,%esi 18: mov $0x10,%r8d 1e: mov $0x33,%edx 23: mov %rsp,%rbp 26: sub $0x30,%rsp 2a: mov %fs:0x28,%rax 33: mov %rax,-0x8(%rbp) 37: xor %eax,%eax 39: mov $0...
[Bug-Fix Commit (BFC)] Function: attach_cbpf Author: Eric Dumazet Date: Fri Oct 5 19:38:46 2018 -0700 Commit message: bpf: do not blindly change rlimit in reuseport net selftest If the current process has unlimited RLIMIT_MEMLOCK, we should should leave it as is. Fixes: 941ff6f11c02 ("bpf: fix rlimit in reuseport net...
bpf: do not blindly change rlimit in reuseport net selftest If the current process has unlimited RLIMIT_MEMLOCK, we should should leave it as is. Fixes: 941ff6f11c02 ("bpf: fix rlimit in reuseport net selftest") Signed-off-by: John Sperbeck <jsperbeck@google.com> Signed-off-by: Eric Dumazet <edumazet@google.com> Acke...
262f9d811c7608f1e74258ceecfe1fa213bdf912
941ff6f11c020913f5cddf543a9ec63475d7c082
262f9d811c7608f1e74258ceecfe1fa213bdf912
bfc
tools/testing/selftests/net/reuseport_bpf.c
__bswap_32
00000000000000b0 <__bswap_32>: static __inline __uint32_t __bswap_32 (__uint32_t __bsx) { #if __GNUC_PREREQ (4, 3) return __builtin_bswap32 (__bsx); b0: mov %edi,%eax b2: bswap %eax #else return __bswap_constant_32 (__bsx); #endif } b4: ret b5: data16 cs nopw 0x0(%rax,%rax,1)
[Bug-Fix Commit (BFC)] Function: __bswap_32 Author: Eric Dumazet Date: Fri Oct 5 19:38:46 2018 -0700 Commit message: bpf: do not blindly change rlimit in reuseport net selftest If the current process has unlimited RLIMIT_MEMLOCK, we should should leave it as is. Fixes: 941ff6f11c02 ("bpf: fix rlimit in reuseport net ...
bpf: do not blindly change rlimit in reuseport net selftest If the current process has unlimited RLIMIT_MEMLOCK, we should should leave it as is. Fixes: 941ff6f11c02 ("bpf: fix rlimit in reuseport net selftest") Signed-off-by: John Sperbeck <jsperbeck@google.com> Signed-off-by: Eric Dumazet <edumazet@google.com> Acke...
262f9d811c7608f1e74258ceecfe1fa213bdf912
941ff6f11c020913f5cddf543a9ec63475d7c082
262f9d811c7608f1e74258ceecfe1fa213bdf912
bfc
tools/testing/selftests/net/reuseport_bpf.c
__bswap_16
00000000000000c0 <__bswap_16>: return __builtin_bswap16 (__bsx); c0: mov %edi,%eax c2: rol $0x8,%ax } c6: ret c7: nopw 0x0(%rax,%rax,1)
[Bug-Fix Commit (BFC)] Function: __bswap_16 Author: Eric Dumazet Date: Fri Oct 5 19:38:46 2018 -0700 Commit message: bpf: do not blindly change rlimit in reuseport net selftest If the current process has unlimited RLIMIT_MEMLOCK, we should should leave it as is. Fixes: 941ff6f11c02 ("bpf: fix rlimit in reuseport net ...
bpf: do not blindly change rlimit in reuseport net selftest If the current process has unlimited RLIMIT_MEMLOCK, we should should leave it as is. Fixes: 941ff6f11c02 ("bpf: fix rlimit in reuseport net selftest") Signed-off-by: John Sperbeck <jsperbeck@google.com> Signed-off-by: Eric Dumazet <edumazet@google.com> Acke...
262f9d811c7608f1e74258ceecfe1fa213bdf912
941ff6f11c020913f5cddf543a9ec63475d7c082
262f9d811c7608f1e74258ceecfe1fa213bdf912
bfc
tools/testing/selftests/net/reuseport_bpf.c
new_any_sockaddr
00000000000000d0 <new_any_sockaddr>: d0: push %rbp d1: mov %rsp,%rbp d4: push %r12 d6: mov %edi,%r12d d9: mov $0x80,%edi de: push %rbx df: mov %esi,%ebx e1: mov $0x1,%esi e6: call eb <new_any_sockaddr+0x1b> eb: mov %rax,%r8 ee: ...
[Bug-Fix Commit (BFC)] Function: new_any_sockaddr Author: Eric Dumazet Date: Fri Oct 5 19:38:46 2018 -0700 Commit message: bpf: do not blindly change rlimit in reuseport net selftest If the current process has unlimited RLIMIT_MEMLOCK, we should should leave it as is. Fixes: 941ff6f11c02 ("bpf: fix rlimit in reusepor...
bpf: do not blindly change rlimit in reuseport net selftest If the current process has unlimited RLIMIT_MEMLOCK, we should should leave it as is. Fixes: 941ff6f11c02 ("bpf: fix rlimit in reuseport net selftest") Signed-off-by: John Sperbeck <jsperbeck@google.com> Signed-off-by: Eric Dumazet <edumazet@google.com> Acke...
262f9d811c7608f1e74258ceecfe1fa213bdf912
941ff6f11c020913f5cddf543a9ec63475d7c082
262f9d811c7608f1e74258ceecfe1fa213bdf912
bfc
tools/testing/selftests/net/reuseport_bpf.c
new_loopback_sockaddr
0000000000000170 <new_loopback_sockaddr>: 170: push %rbp 171: movzwl %si,%esi 174: mov %rsp,%rbp 177: push %r12 179: mov %edi,%r12d 17c: sub $0x8,%rsp 180: call d0 <new_any_sockaddr> 185: mov %rax,%r8 188: cmp $0x2,%r12d 18c: je 1b0 <new_loopbac...
[Bug-Fix Commit (BFC)] Function: new_loopback_sockaddr Author: Eric Dumazet Date: Fri Oct 5 19:38:46 2018 -0700 Commit message: bpf: do not blindly change rlimit in reuseport net selftest If the current process has unlimited RLIMIT_MEMLOCK, we should should leave it as is. Fixes: 941ff6f11c02 ("bpf: fix rlimit in reu...
bpf: do not blindly change rlimit in reuseport net selftest If the current process has unlimited RLIMIT_MEMLOCK, we should should leave it as is. Fixes: 941ff6f11c02 ("bpf: fix rlimit in reuseport net selftest") Signed-off-by: John Sperbeck <jsperbeck@google.com> Signed-off-by: Eric Dumazet <edumazet@google.com> Acke...
262f9d811c7608f1e74258ceecfe1fa213bdf912
941ff6f11c020913f5cddf543a9ec63475d7c082
262f9d811c7608f1e74258ceecfe1fa213bdf912
bfc
tools/testing/selftests/net/reuseport_bpf.c
build_recv_group
00000000000001e0 <build_recv_group>: 1e0: push %rbp 1e1: mov %rsp,%rbp 1e4: push %r15 1e6: push %r14 1e8: push %r13 1ea: push %r12 1ec: mov %rdi,%r12 1ef: push %rbx 1f0: sub $0x38,%rsp 1f4: mov 0x10(%rbp),%edi 1f7: mov 0x20(%rbp),%rbx ...
[Bug-Fix Commit (BFC)] Function: build_recv_group Author: Eric Dumazet Date: Fri Oct 5 19:38:46 2018 -0700 Commit message: bpf: do not blindly change rlimit in reuseport net selftest If the current process has unlimited RLIMIT_MEMLOCK, we should should leave it as is. Fixes: 941ff6f11c02 ("bpf: fix rlimit in reusepor...
bpf: do not blindly change rlimit in reuseport net selftest If the current process has unlimited RLIMIT_MEMLOCK, we should should leave it as is. Fixes: 941ff6f11c02 ("bpf: fix rlimit in reuseport net selftest") Signed-off-by: John Sperbeck <jsperbeck@google.com> Signed-off-by: Eric Dumazet <edumazet@google.com> Acke...
262f9d811c7608f1e74258ceecfe1fa213bdf912
941ff6f11c020913f5cddf543a9ec63475d7c082
262f9d811c7608f1e74258ceecfe1fa213bdf912
bfc
tools/testing/selftests/net/reuseport_bpf.c
attach_ebpf
00000000000003e0 <attach_ebpf>: 3e0: endbr64 3e4: push %rbp case no work is done at all. We detect these problems by referring non-existing functions. */ __fortify_function void * __NTH (memset (void *__dest, int __ch, size_t __len)) { return __builtin___memset_chk (__dest, __ch, __len, 3e5:...
[Bug-Fix Commit (BFC)] Function: attach_ebpf Author: Eric Dumazet Date: Fri Oct 5 19:38:46 2018 -0700 Commit message: bpf: do not blindly change rlimit in reuseport net selftest If the current process has unlimited RLIMIT_MEMLOCK, we should should leave it as is. Fixes: 941ff6f11c02 ("bpf: fix rlimit in reuseport net...
bpf: do not blindly change rlimit in reuseport net selftest If the current process has unlimited RLIMIT_MEMLOCK, we should should leave it as is. Fixes: 941ff6f11c02 ("bpf: fix rlimit in reuseport net selftest") Signed-off-by: John Sperbeck <jsperbeck@google.com> Signed-off-by: Eric Dumazet <edumazet@google.com> Acke...
262f9d811c7608f1e74258ceecfe1fa213bdf912
941ff6f11c020913f5cddf543a9ec63475d7c082
262f9d811c7608f1e74258ceecfe1fa213bdf912
bfc
tools/testing/selftests/net/reuseport_bpf.c
test_filter_without_bind
0000000000000550 <test_filter_without_bind>: 550: push %rbp # ifdef __va_arg_pack __fortify_function int fprintf (FILE *__restrict __stream, const char *__restrict __fmt, ...) { return __fprintf_chk (__stream, __USE_FORTIFY_LEVEL - 1, __fmt, 551: mov $0x23,%edx 556: mov $0x1,%esi 55b: lea...
[Bug-Fix Commit (BFC)] Function: test_filter_without_bind Author: Eric Dumazet Date: Fri Oct 5 19:38:46 2018 -0700 Commit message: bpf: do not blindly change rlimit in reuseport net selftest If the current process has unlimited RLIMIT_MEMLOCK, we should should leave it as is. Fixes: 941ff6f11c02 ("bpf: fix rlimit in ...
bpf: do not blindly change rlimit in reuseport net selftest If the current process has unlimited RLIMIT_MEMLOCK, we should should leave it as is. Fixes: 941ff6f11c02 ("bpf: fix rlimit in reuseport net selftest") Signed-off-by: John Sperbeck <jsperbeck@google.com> Signed-off-by: Eric Dumazet <edumazet@google.com> Acke...
262f9d811c7608f1e74258ceecfe1fa213bdf912
941ff6f11c020913f5cddf543a9ec63475d7c082
262f9d811c7608f1e74258ceecfe1fa213bdf912
bfc
tools/testing/selftests/net/reuseport_bpf.c
send_from.constprop.0
00000000000006d0 <send_from.constprop.0>: 6d0: push %rbp 6d1: mov %rsp,%rbp 6d4: push %r15 6d6: mov %rsi,%r15 6d9: movzwl %di,%esi 6dc: push %r14 6de: push %r13 6e0: push %r12 6e2: push %rbx 6e3: sub $0x18,%rsp 6e7: mov 0x14(%rbp),%r12d ...
[Bug-Fix Commit (BFC)] Function: send_from.constprop.0 Author: Eric Dumazet Date: Fri Oct 5 19:38:46 2018 -0700 Commit message: bpf: do not blindly change rlimit in reuseport net selftest If the current process has unlimited RLIMIT_MEMLOCK, we should should leave it as is. Fixes: 941ff6f11c02 ("bpf: fix rlimit in reu...
bpf: do not blindly change rlimit in reuseport net selftest If the current process has unlimited RLIMIT_MEMLOCK, we should should leave it as is. Fixes: 941ff6f11c02 ("bpf: fix rlimit in reuseport net selftest") Signed-off-by: John Sperbeck <jsperbeck@google.com> Signed-off-by: Eric Dumazet <edumazet@google.com> Acke...
262f9d811c7608f1e74258ceecfe1fa213bdf912
941ff6f11c020913f5cddf543a9ec63475d7c082
262f9d811c7608f1e74258ceecfe1fa213bdf912
bfc
tools/testing/selftests/net/reuseport_bpf.c
test_recv_order
0000000000000840 <test_recv_order>: 840: push %rbp 841: mov %rsp,%rbp 844: push %r15 846: mov %rdi,%r15 849: mov $0x1,%edi 84e: push %r14 850: push %r13 852: push %r12 854: push %rbx 855: sub $0xa8,%rsp 85c: mov %esi,-0xa8(%rbp) 862:...
[Bug-Fix Commit (BFC)] Function: test_recv_order Author: Eric Dumazet Date: Fri Oct 5 19:38:46 2018 -0700 Commit message: bpf: do not blindly change rlimit in reuseport net selftest If the current process has unlimited RLIMIT_MEMLOCK, we should should leave it as is. Fixes: 941ff6f11c02 ("bpf: fix rlimit in reuseport...
bpf: do not blindly change rlimit in reuseport net selftest If the current process has unlimited RLIMIT_MEMLOCK, we should should leave it as is. Fixes: 941ff6f11c02 ("bpf: fix rlimit in reuseport net selftest") Signed-off-by: John Sperbeck <jsperbeck@google.com> Signed-off-by: Eric Dumazet <edumazet@google.com> Acke...
262f9d811c7608f1e74258ceecfe1fa213bdf912
941ff6f11c020913f5cddf543a9ec63475d7c082
262f9d811c7608f1e74258ceecfe1fa213bdf912
bfc
tools/testing/selftests/net/reuseport_bpf.c
test_reuseport_ebpf
0000000000000b80 <test_reuseport_ebpf>: b80: push %rbp b81: mov %rsp,%rbp b84: push %r15 b86: push %r14 b88: push %r13 b8a: push %r12 b8c: push %rbx b8d: sub $0x18,%rsp b91: mov 0x20(%rbp),%r12 b95: movzwl 0x2a(%rbp),%ebx b99: mov %fs:0x28,%...
[Bug-Fix Commit (BFC)] Function: test_reuseport_ebpf Author: Eric Dumazet Date: Fri Oct 5 19:38:46 2018 -0700 Commit message: bpf: do not blindly change rlimit in reuseport net selftest If the current process has unlimited RLIMIT_MEMLOCK, we should should leave it as is. Fixes: 941ff6f11c02 ("bpf: fix rlimit in reuse...
bpf: do not blindly change rlimit in reuseport net selftest If the current process has unlimited RLIMIT_MEMLOCK, we should should leave it as is. Fixes: 941ff6f11c02 ("bpf: fix rlimit in reuseport net selftest") Signed-off-by: John Sperbeck <jsperbeck@google.com> Signed-off-by: Eric Dumazet <edumazet@google.com> Acke...
262f9d811c7608f1e74258ceecfe1fa213bdf912
941ff6f11c020913f5cddf543a9ec63475d7c082
262f9d811c7608f1e74258ceecfe1fa213bdf912
bfc
tools/testing/selftests/net/reuseport_bpf.c
test_reuseport_cbpf
0000000000000d10 <test_reuseport_cbpf>: d10: push %rbp d11: mov %rsp,%rbp d14: push %r15 d16: push %r14 d18: push %r13 d1a: push %r12 d1c: push %rbx d1d: sub $0x18,%rsp d21: mov 0x20(%rbp),%r12 d25: movzwl 0x2a(%rbp),%ebx d29: mov %fs:0x28,%...
[Bug-Fix Commit (BFC)] Function: test_reuseport_cbpf Author: Eric Dumazet Date: Fri Oct 5 19:38:46 2018 -0700 Commit message: bpf: do not blindly change rlimit in reuseport net selftest If the current process has unlimited RLIMIT_MEMLOCK, we should should leave it as is. Fixes: 941ff6f11c02 ("bpf: fix rlimit in reuse...
bpf: do not blindly change rlimit in reuseport net selftest If the current process has unlimited RLIMIT_MEMLOCK, we should should leave it as is. Fixes: 941ff6f11c02 ("bpf: fix rlimit in reuseport net selftest") Signed-off-by: John Sperbeck <jsperbeck@google.com> Signed-off-by: Eric Dumazet <edumazet@google.com> Acke...
262f9d811c7608f1e74258ceecfe1fa213bdf912
941ff6f11c020913f5cddf543a9ec63475d7c082
262f9d811c7608f1e74258ceecfe1fa213bdf912
bfc
tools/testing/selftests/net/reuseport_bpf.c
test_filter_no_reuseport.isra.0
0000000000000ea0 <test_filter_no_reuseport.isra.0>: ea0: push %rbp ea1: mov %rsp,%rbp ea4: push %r15 ea6: mov %edi,%r15d ea9: push %r14 eab: push %r13 ead: push %r12 eaf: push %rbx eb0: sub $0xe8,%rsp eb7: mov %esi,-0x104(%rbp) ebd: movzwl %...
[Bug-Fix Commit (BFC)] Function: test_filter_no_reuseport.isra.0 Author: Eric Dumazet Date: Fri Oct 5 19:38:46 2018 -0700 Commit message: bpf: do not blindly change rlimit in reuseport net selftest If the current process has unlimited RLIMIT_MEMLOCK, we should should leave it as is. Fixes: 941ff6f11c02 ("bpf: fix rli...
bpf: do not blindly change rlimit in reuseport net selftest If the current process has unlimited RLIMIT_MEMLOCK, we should should leave it as is. Fixes: 941ff6f11c02 ("bpf: fix rlimit in reuseport net selftest") Signed-off-by: John Sperbeck <jsperbeck@google.com> Signed-off-by: Eric Dumazet <edumazet@google.com> Acke...
262f9d811c7608f1e74258ceecfe1fa213bdf912
941ff6f11c020913f5cddf543a9ec63475d7c082
262f9d811c7608f1e74258ceecfe1fa213bdf912
bfc
tools/testing/selftests/net/reuseport_bpf.c
test_extra_filter.isra.0
00000000000010f0 <test_extra_filter.isra.0>: 10f0: push %rbp 10f1: mov %rsp,%rbp 10f4: push %r15 10f6: mov %esi,%r15d 10f9: movzwl %dx,%esi 10fc: push %r14 10fe: push %r13 1100: mov %edi,%r13d 1103: push %r12 1105: sub $0x10,%rsp 1109: mov %fs:0x28,%r...
[Bug-Fix Commit (BFC)] Function: test_extra_filter.isra.0 Author: Eric Dumazet Date: Fri Oct 5 19:38:46 2018 -0700 Commit message: bpf: do not blindly change rlimit in reuseport net selftest If the current process has unlimited RLIMIT_MEMLOCK, we should should leave it as is. Fixes: 941ff6f11c02 ("bpf: fix rlimit in ...
bpf: do not blindly change rlimit in reuseport net selftest If the current process has unlimited RLIMIT_MEMLOCK, we should should leave it as is. Fixes: 941ff6f11c02 ("bpf: fix rlimit in reuseport net selftest") Signed-off-by: John Sperbeck <jsperbeck@google.com> Signed-off-by: Eric Dumazet <edumazet@google.com> Acke...
262f9d811c7608f1e74258ceecfe1fa213bdf912
941ff6f11c020913f5cddf543a9ec63475d7c082
262f9d811c7608f1e74258ceecfe1fa213bdf912
bfc
tools/testing/selftests/net/reuseport_bpf.c
enable_fastopen
00000000000012e0 <enable_fastopen>: 12e0: endbr64 12e4: push %rbp if (__OPEN_NEEDS_MODE (__oflag) && __va_arg_pack_len () < 1) { __open_missing_mode (); return __open_2 (__path, __oflag); } return __open_alias (__path, __oflag, __va_arg_pack ()); 12e5: xor %esi,%esi 12e7: mov ...
[Bug-Fix Commit (BFC)] Function: enable_fastopen Author: Eric Dumazet Date: Fri Oct 5 19:38:46 2018 -0700 Commit message: bpf: do not blindly change rlimit in reuseport net selftest If the current process has unlimited RLIMIT_MEMLOCK, we should should leave it as is. Fixes: 941ff6f11c02 ("bpf: fix rlimit in reuseport...
bpf: do not blindly change rlimit in reuseport net selftest If the current process has unlimited RLIMIT_MEMLOCK, we should should leave it as is. Fixes: 941ff6f11c02 ("bpf: fix rlimit in reuseport net selftest") Signed-off-by: John Sperbeck <jsperbeck@google.com> Signed-off-by: Eric Dumazet <edumazet@google.com> Acke...
262f9d811c7608f1e74258ceecfe1fa213bdf912
941ff6f11c020913f5cddf543a9ec63475d7c082
262f9d811c7608f1e74258ceecfe1fa213bdf912
bfc
tools/testing/selftests/net/reuseport_bpf.c
main_ctor
0000000000000000 <main_ctor>: 0: endbr64 4: push %rbp 5: lea 0x0(%rip),%rsi # c <main_ctor+0xc> c: mov $0x8,%edi 11: mov %rsp,%rbp 14: sub $0x20,%rsp 18: mov %fs:0x28,%rax 21: mov %rax,-0x8(%rbp) 25: xor %eax,%eax 27: call 2c <main_ctor+0x2c> 2c: mov 0x0(%ri...
[Bug-Fix Commit (BFC)] Function: main_ctor Author: Eric Dumazet Date: Fri Oct 5 19:38:46 2018 -0700 Commit message: bpf: do not blindly change rlimit in reuseport net selftest If the current process has unlimited RLIMIT_MEMLOCK, we should should leave it as is. Fixes: 941ff6f11c02 ("bpf: fix rlimit in reuseport net s...
bpf: do not blindly change rlimit in reuseport net selftest If the current process has unlimited RLIMIT_MEMLOCK, we should should leave it as is. Fixes: 941ff6f11c02 ("bpf: fix rlimit in reuseport net selftest") Signed-off-by: John Sperbeck <jsperbeck@google.com> Signed-off-by: Eric Dumazet <edumazet@google.com> Acke...
262f9d811c7608f1e74258ceecfe1fa213bdf912
941ff6f11c020913f5cddf543a9ec63475d7c082
262f9d811c7608f1e74258ceecfe1fa213bdf912
bfc
tools/testing/selftests/net/reuseport_bpf.c
main
0000000000000080 <main>: 80: endbr64 84: push %rbp return __fprintf_chk (__stream, __USE_FORTIFY_LEVEL - 1, __fmt, 85: mov $0x13,%edx 8a: mov $0x1,%esi 8f: lea 0x0(%rip),%rdi # 96 <main+0x16> 96: mov %rsp,%rbp 99: push %r13 9b: movabs $0x200000002,%r13 a5: push %r12 a7: m...
[Bug-Fix Commit (BFC)] Function: main Author: Eric Dumazet Date: Fri Oct 5 19:38:46 2018 -0700 Commit message: bpf: do not blindly change rlimit in reuseport net selftest If the current process has unlimited RLIMIT_MEMLOCK, we should should leave it as is. Fixes: 941ff6f11c02 ("bpf: fix rlimit in reuseport net selfte...
bpf: do not blindly change rlimit in reuseport net selftest If the current process has unlimited RLIMIT_MEMLOCK, we should should leave it as is. Fixes: 941ff6f11c02 ("bpf: fix rlimit in reuseport net selftest") Signed-off-by: John Sperbeck <jsperbeck@google.com> Signed-off-by: Eric Dumazet <edumazet@google.com> Acke...
262f9d811c7608f1e74258ceecfe1fa213bdf912
941ff6f11c020913f5cddf543a9ec63475d7c082
262f9d811c7608f1e74258ceecfe1fa213bdf912
bfc
tools/testing/selftests/net/reuseport_bpf.c
main_dtor
0000000000000000 <main_dtor>: 0: endbr64 4: lea 0x0(%rip),%rsi # b <main_dtor+0xb> b: mov $0x8,%edi 10: jmp 15 <attach_cbpf+0x5>
[Bug-Fix Commit (BFC)] Function: main_dtor Author: Eric Dumazet Date: Fri Oct 5 19:38:46 2018 -0700 Commit message: bpf: do not blindly change rlimit in reuseport net selftest If the current process has unlimited RLIMIT_MEMLOCK, we should should leave it as is. Fixes: 941ff6f11c02 ("bpf: fix rlimit in reuseport net s...
bpf: do not blindly change rlimit in reuseport net selftest If the current process has unlimited RLIMIT_MEMLOCK, we should should leave it as is. Fixes: 941ff6f11c02 ("bpf: fix rlimit in reuseport net selftest") Signed-off-by: John Sperbeck <jsperbeck@google.com> Signed-off-by: Eric Dumazet <edumazet@google.com> Acke...
262f9d811c7608f1e74258ceecfe1fa213bdf912
941ff6f11c020913f5cddf543a9ec63475d7c082
941ff6f11c020913f5cddf543a9ec63475d7c082
bic
tools/testing/selftests/net/reuseport_bpf.c
sockaddr_size
0000000000000000 <sockaddr_size>: 0: mov $0x80,%eax 5: ret 6: cs nopw 0x0(%rax,%rax,1)
[Bug-Introducing Commit (BIC)] Function: sockaddr_size Author: Daniel Borkmann Date: Fri Feb 9 14:49:44 2018 +0100 Commit message: bpf: fix rlimit in reuseport net selftest Fix two issues in the reuseport_bpf selftests that were reported by Linaro CI: [...] + ./reuseport_bpf ---- IPv4 UDP ---- Testing EBPF mo...
bpf: fix rlimit in reuseport net selftest Fix two issues in the reuseport_bpf selftests that were reported by Linaro CI: [...] + ./reuseport_bpf ---- IPv4 UDP ---- Testing EBPF mod 10... Reprograming, testing mod 5... ./reuseport_bpf: ebpf error. log: 0: (bf) r6 = r1 1: (20) r0 = *(u32 *)skb[0] 2: (...
262f9d811c7608f1e74258ceecfe1fa213bdf912
941ff6f11c020913f5cddf543a9ec63475d7c082
941ff6f11c020913f5cddf543a9ec63475d7c082
bic
tools/testing/selftests/net/reuseport_bpf.c
attach_cbpf
0000000000000010 <attach_cbpf>: 10: endbr64 14: push %rbp 15: movzwl %si,%esi 18: mov $0x10,%r8d 1e: mov $0x33,%edx 23: mov %rsp,%rbp 26: sub $0x30,%rsp 2a: mov %fs:0x28,%rax 33: mov %rax,-0x8(%rbp) 37: xor %eax,%eax 39: mov $0...
[Bug-Introducing Commit (BIC)] Function: attach_cbpf Author: Daniel Borkmann Date: Fri Feb 9 14:49:44 2018 +0100 Commit message: bpf: fix rlimit in reuseport net selftest Fix two issues in the reuseport_bpf selftests that were reported by Linaro CI: [...] + ./reuseport_bpf ---- IPv4 UDP ---- Testing EBPF mod ...
bpf: fix rlimit in reuseport net selftest Fix two issues in the reuseport_bpf selftests that were reported by Linaro CI: [...] + ./reuseport_bpf ---- IPv4 UDP ---- Testing EBPF mod 10... Reprograming, testing mod 5... ./reuseport_bpf: ebpf error. log: 0: (bf) r6 = r1 1: (20) r0 = *(u32 *)skb[0] 2: (...
262f9d811c7608f1e74258ceecfe1fa213bdf912
941ff6f11c020913f5cddf543a9ec63475d7c082
941ff6f11c020913f5cddf543a9ec63475d7c082
bic
tools/testing/selftests/net/reuseport_bpf.c
__bswap_32
00000000000000b0 <__bswap_32>: static __inline __uint32_t __bswap_32 (__uint32_t __bsx) { #if __GNUC_PREREQ (4, 3) return __builtin_bswap32 (__bsx); b0: mov %edi,%eax b2: bswap %eax #else return __bswap_constant_32 (__bsx); #endif } b4: ret b5: data16 cs nopw 0x0(%rax,%rax,1)
[Bug-Introducing Commit (BIC)] Function: __bswap_32 Author: Daniel Borkmann Date: Fri Feb 9 14:49:44 2018 +0100 Commit message: bpf: fix rlimit in reuseport net selftest Fix two issues in the reuseport_bpf selftests that were reported by Linaro CI: [...] + ./reuseport_bpf ---- IPv4 UDP ---- Testing EBPF mod 1...
bpf: fix rlimit in reuseport net selftest Fix two issues in the reuseport_bpf selftests that were reported by Linaro CI: [...] + ./reuseport_bpf ---- IPv4 UDP ---- Testing EBPF mod 10... Reprograming, testing mod 5... ./reuseport_bpf: ebpf error. log: 0: (bf) r6 = r1 1: (20) r0 = *(u32 *)skb[0] 2: (...
262f9d811c7608f1e74258ceecfe1fa213bdf912
941ff6f11c020913f5cddf543a9ec63475d7c082
941ff6f11c020913f5cddf543a9ec63475d7c082
bic
tools/testing/selftests/net/reuseport_bpf.c
__bswap_16
00000000000000c0 <__bswap_16>: return __builtin_bswap16 (__bsx); c0: mov %edi,%eax c2: rol $0x8,%ax } c6: ret c7: nopw 0x0(%rax,%rax,1)
[Bug-Introducing Commit (BIC)] Function: __bswap_16 Author: Daniel Borkmann Date: Fri Feb 9 14:49:44 2018 +0100 Commit message: bpf: fix rlimit in reuseport net selftest Fix two issues in the reuseport_bpf selftests that were reported by Linaro CI: [...] + ./reuseport_bpf ---- IPv4 UDP ---- Testing EBPF mod 1...
bpf: fix rlimit in reuseport net selftest Fix two issues in the reuseport_bpf selftests that were reported by Linaro CI: [...] + ./reuseport_bpf ---- IPv4 UDP ---- Testing EBPF mod 10... Reprograming, testing mod 5... ./reuseport_bpf: ebpf error. log: 0: (bf) r6 = r1 1: (20) r0 = *(u32 *)skb[0] 2: (...
262f9d811c7608f1e74258ceecfe1fa213bdf912
941ff6f11c020913f5cddf543a9ec63475d7c082
941ff6f11c020913f5cddf543a9ec63475d7c082
bic
tools/testing/selftests/net/reuseport_bpf.c
new_any_sockaddr
00000000000000d0 <new_any_sockaddr>: d0: push %rbp d1: mov %rsp,%rbp d4: push %r12 d6: mov %edi,%r12d d9: mov $0x80,%edi de: push %rbx df: mov %esi,%ebx e1: mov $0x1,%esi e6: call eb <new_any_sockaddr+0x1b> eb: mov %rax,%r8 ee: ...
[Bug-Introducing Commit (BIC)] Function: new_any_sockaddr Author: Daniel Borkmann Date: Fri Feb 9 14:49:44 2018 +0100 Commit message: bpf: fix rlimit in reuseport net selftest Fix two issues in the reuseport_bpf selftests that were reported by Linaro CI: [...] + ./reuseport_bpf ---- IPv4 UDP ---- Testing EBPF...
bpf: fix rlimit in reuseport net selftest Fix two issues in the reuseport_bpf selftests that were reported by Linaro CI: [...] + ./reuseport_bpf ---- IPv4 UDP ---- Testing EBPF mod 10... Reprograming, testing mod 5... ./reuseport_bpf: ebpf error. log: 0: (bf) r6 = r1 1: (20) r0 = *(u32 *)skb[0] 2: (...
262f9d811c7608f1e74258ceecfe1fa213bdf912
941ff6f11c020913f5cddf543a9ec63475d7c082
941ff6f11c020913f5cddf543a9ec63475d7c082
bic
tools/testing/selftests/net/reuseport_bpf.c
new_loopback_sockaddr
0000000000000170 <new_loopback_sockaddr>: 170: push %rbp 171: movzwl %si,%esi 174: mov %rsp,%rbp 177: push %r12 179: mov %edi,%r12d 17c: sub $0x8,%rsp 180: call d0 <new_any_sockaddr> 185: mov %rax,%r8 188: cmp $0x2,%r12d 18c: je 1b0 <new_loopbac...
[Bug-Introducing Commit (BIC)] Function: new_loopback_sockaddr Author: Daniel Borkmann Date: Fri Feb 9 14:49:44 2018 +0100 Commit message: bpf: fix rlimit in reuseport net selftest Fix two issues in the reuseport_bpf selftests that were reported by Linaro CI: [...] + ./reuseport_bpf ---- IPv4 UDP ---- Testing...
bpf: fix rlimit in reuseport net selftest Fix two issues in the reuseport_bpf selftests that were reported by Linaro CI: [...] + ./reuseport_bpf ---- IPv4 UDP ---- Testing EBPF mod 10... Reprograming, testing mod 5... ./reuseport_bpf: ebpf error. log: 0: (bf) r6 = r1 1: (20) r0 = *(u32 *)skb[0] 2: (...
262f9d811c7608f1e74258ceecfe1fa213bdf912
941ff6f11c020913f5cddf543a9ec63475d7c082
941ff6f11c020913f5cddf543a9ec63475d7c082
bic
tools/testing/selftests/net/reuseport_bpf.c
build_recv_group
00000000000001e0 <build_recv_group>: 1e0: push %rbp 1e1: mov %rsp,%rbp 1e4: push %r15 1e6: push %r14 1e8: push %r13 1ea: push %r12 1ec: mov %rdi,%r12 1ef: push %rbx 1f0: sub $0x38,%rsp 1f4: mov 0x10(%rbp),%edi 1f7: mov 0x20(%rbp),%rbx ...
[Bug-Introducing Commit (BIC)] Function: build_recv_group Author: Daniel Borkmann Date: Fri Feb 9 14:49:44 2018 +0100 Commit message: bpf: fix rlimit in reuseport net selftest Fix two issues in the reuseport_bpf selftests that were reported by Linaro CI: [...] + ./reuseport_bpf ---- IPv4 UDP ---- Testing EBPF...
bpf: fix rlimit in reuseport net selftest Fix two issues in the reuseport_bpf selftests that were reported by Linaro CI: [...] + ./reuseport_bpf ---- IPv4 UDP ---- Testing EBPF mod 10... Reprograming, testing mod 5... ./reuseport_bpf: ebpf error. log: 0: (bf) r6 = r1 1: (20) r0 = *(u32 *)skb[0] 2: (...
262f9d811c7608f1e74258ceecfe1fa213bdf912
941ff6f11c020913f5cddf543a9ec63475d7c082
941ff6f11c020913f5cddf543a9ec63475d7c082
bic
tools/testing/selftests/net/reuseport_bpf.c
attach_ebpf
00000000000003e0 <attach_ebpf>: 3e0: endbr64 3e4: push %rbp case no work is done at all. We detect these problems by referring non-existing functions. */ __fortify_function void * __NTH (memset (void *__dest, int __ch, size_t __len)) { return __builtin___memset_chk (__dest, __ch, __len, 3e5:...
[Bug-Introducing Commit (BIC)] Function: attach_ebpf Author: Daniel Borkmann Date: Fri Feb 9 14:49:44 2018 +0100 Commit message: bpf: fix rlimit in reuseport net selftest Fix two issues in the reuseport_bpf selftests that were reported by Linaro CI: [...] + ./reuseport_bpf ---- IPv4 UDP ---- Testing EBPF mod ...
bpf: fix rlimit in reuseport net selftest Fix two issues in the reuseport_bpf selftests that were reported by Linaro CI: [...] + ./reuseport_bpf ---- IPv4 UDP ---- Testing EBPF mod 10... Reprograming, testing mod 5... ./reuseport_bpf: ebpf error. log: 0: (bf) r6 = r1 1: (20) r0 = *(u32 *)skb[0] 2: (...
262f9d811c7608f1e74258ceecfe1fa213bdf912
941ff6f11c020913f5cddf543a9ec63475d7c082
941ff6f11c020913f5cddf543a9ec63475d7c082
bic
tools/testing/selftests/net/reuseport_bpf.c
test_filter_without_bind
0000000000000550 <test_filter_without_bind>: 550: push %rbp # ifdef __va_arg_pack __fortify_function int fprintf (FILE *__restrict __stream, const char *__restrict __fmt, ...) { return __fprintf_chk (__stream, __USE_FORTIFY_LEVEL - 1, __fmt, 551: mov $0x23,%edx 556: mov $0x1,%esi 55b: lea...
[Bug-Introducing Commit (BIC)] Function: test_filter_without_bind Author: Daniel Borkmann Date: Fri Feb 9 14:49:44 2018 +0100 Commit message: bpf: fix rlimit in reuseport net selftest Fix two issues in the reuseport_bpf selftests that were reported by Linaro CI: [...] + ./reuseport_bpf ---- IPv4 UDP ---- Test...
bpf: fix rlimit in reuseport net selftest Fix two issues in the reuseport_bpf selftests that were reported by Linaro CI: [...] + ./reuseport_bpf ---- IPv4 UDP ---- Testing EBPF mod 10... Reprograming, testing mod 5... ./reuseport_bpf: ebpf error. log: 0: (bf) r6 = r1 1: (20) r0 = *(u32 *)skb[0] 2: (...
262f9d811c7608f1e74258ceecfe1fa213bdf912
941ff6f11c020913f5cddf543a9ec63475d7c082
941ff6f11c020913f5cddf543a9ec63475d7c082
bic
tools/testing/selftests/net/reuseport_bpf.c
send_from.constprop.0
00000000000006d0 <send_from.constprop.0>: 6d0: push %rbp 6d1: mov %rsp,%rbp 6d4: push %r15 6d6: mov %rsi,%r15 6d9: movzwl %di,%esi 6dc: push %r14 6de: push %r13 6e0: push %r12 6e2: push %rbx 6e3: sub $0x18,%rsp 6e7: mov 0x14(%rbp),%r12d ...
[Bug-Introducing Commit (BIC)] Function: send_from.constprop.0 Author: Daniel Borkmann Date: Fri Feb 9 14:49:44 2018 +0100 Commit message: bpf: fix rlimit in reuseport net selftest Fix two issues in the reuseport_bpf selftests that were reported by Linaro CI: [...] + ./reuseport_bpf ---- IPv4 UDP ---- Testing...
bpf: fix rlimit in reuseport net selftest Fix two issues in the reuseport_bpf selftests that were reported by Linaro CI: [...] + ./reuseport_bpf ---- IPv4 UDP ---- Testing EBPF mod 10... Reprograming, testing mod 5... ./reuseport_bpf: ebpf error. log: 0: (bf) r6 = r1 1: (20) r0 = *(u32 *)skb[0] 2: (...
262f9d811c7608f1e74258ceecfe1fa213bdf912
941ff6f11c020913f5cddf543a9ec63475d7c082
941ff6f11c020913f5cddf543a9ec63475d7c082
bic
tools/testing/selftests/net/reuseport_bpf.c
test_recv_order
0000000000000840 <test_recv_order>: 840: push %rbp 841: mov %rsp,%rbp 844: push %r15 846: mov %rdi,%r15 849: mov $0x1,%edi 84e: push %r14 850: push %r13 852: push %r12 854: push %rbx 855: sub $0xa8,%rsp 85c: mov %esi,-0xa8(%rbp) 862:...
[Bug-Introducing Commit (BIC)] Function: test_recv_order Author: Daniel Borkmann Date: Fri Feb 9 14:49:44 2018 +0100 Commit message: bpf: fix rlimit in reuseport net selftest Fix two issues in the reuseport_bpf selftests that were reported by Linaro CI: [...] + ./reuseport_bpf ---- IPv4 UDP ---- Testing EBPF ...
bpf: fix rlimit in reuseport net selftest Fix two issues in the reuseport_bpf selftests that were reported by Linaro CI: [...] + ./reuseport_bpf ---- IPv4 UDP ---- Testing EBPF mod 10... Reprograming, testing mod 5... ./reuseport_bpf: ebpf error. log: 0: (bf) r6 = r1 1: (20) r0 = *(u32 *)skb[0] 2: (...
262f9d811c7608f1e74258ceecfe1fa213bdf912
941ff6f11c020913f5cddf543a9ec63475d7c082
941ff6f11c020913f5cddf543a9ec63475d7c082
bic
tools/testing/selftests/net/reuseport_bpf.c
test_reuseport_ebpf
0000000000000b80 <test_reuseport_ebpf>: b80: push %rbp b81: mov %rsp,%rbp b84: push %r15 b86: push %r14 b88: push %r13 b8a: push %r12 b8c: push %rbx b8d: sub $0x18,%rsp b91: mov 0x20(%rbp),%r12 b95: movzwl 0x2a(%rbp),%ebx b99: mov %fs:0x28,%...
[Bug-Introducing Commit (BIC)] Function: test_reuseport_ebpf Author: Daniel Borkmann Date: Fri Feb 9 14:49:44 2018 +0100 Commit message: bpf: fix rlimit in reuseport net selftest Fix two issues in the reuseport_bpf selftests that were reported by Linaro CI: [...] + ./reuseport_bpf ---- IPv4 UDP ---- Testing E...
bpf: fix rlimit in reuseport net selftest Fix two issues in the reuseport_bpf selftests that were reported by Linaro CI: [...] + ./reuseport_bpf ---- IPv4 UDP ---- Testing EBPF mod 10... Reprograming, testing mod 5... ./reuseport_bpf: ebpf error. log: 0: (bf) r6 = r1 1: (20) r0 = *(u32 *)skb[0] 2: (...
262f9d811c7608f1e74258ceecfe1fa213bdf912
941ff6f11c020913f5cddf543a9ec63475d7c082
941ff6f11c020913f5cddf543a9ec63475d7c082
bic
tools/testing/selftests/net/reuseport_bpf.c
test_reuseport_cbpf
0000000000000d10 <test_reuseport_cbpf>: d10: push %rbp d11: mov %rsp,%rbp d14: push %r15 d16: push %r14 d18: push %r13 d1a: push %r12 d1c: push %rbx d1d: sub $0x18,%rsp d21: mov 0x20(%rbp),%r12 d25: movzwl 0x2a(%rbp),%ebx d29: mov %fs:0x28,%...
[Bug-Introducing Commit (BIC)] Function: test_reuseport_cbpf Author: Daniel Borkmann Date: Fri Feb 9 14:49:44 2018 +0100 Commit message: bpf: fix rlimit in reuseport net selftest Fix two issues in the reuseport_bpf selftests that were reported by Linaro CI: [...] + ./reuseport_bpf ---- IPv4 UDP ---- Testing E...
bpf: fix rlimit in reuseport net selftest Fix two issues in the reuseport_bpf selftests that were reported by Linaro CI: [...] + ./reuseport_bpf ---- IPv4 UDP ---- Testing EBPF mod 10... Reprograming, testing mod 5... ./reuseport_bpf: ebpf error. log: 0: (bf) r6 = r1 1: (20) r0 = *(u32 *)skb[0] 2: (...
262f9d811c7608f1e74258ceecfe1fa213bdf912
941ff6f11c020913f5cddf543a9ec63475d7c082
941ff6f11c020913f5cddf543a9ec63475d7c082
bic
tools/testing/selftests/net/reuseport_bpf.c
test_filter_no_reuseport.isra.0
0000000000000ea0 <test_filter_no_reuseport.isra.0>: ea0: push %rbp ea1: mov %rsp,%rbp ea4: push %r15 ea6: mov %edi,%r15d ea9: push %r14 eab: push %r13 ead: push %r12 eaf: push %rbx eb0: sub $0xe8,%rsp eb7: mov %esi,-0x104(%rbp) ebd: movzwl %...
[Bug-Introducing Commit (BIC)] Function: test_filter_no_reuseport.isra.0 Author: Daniel Borkmann Date: Fri Feb 9 14:49:44 2018 +0100 Commit message: bpf: fix rlimit in reuseport net selftest Fix two issues in the reuseport_bpf selftests that were reported by Linaro CI: [...] + ./reuseport_bpf ---- IPv4 UDP ----...
bpf: fix rlimit in reuseport net selftest Fix two issues in the reuseport_bpf selftests that were reported by Linaro CI: [...] + ./reuseport_bpf ---- IPv4 UDP ---- Testing EBPF mod 10... Reprograming, testing mod 5... ./reuseport_bpf: ebpf error. log: 0: (bf) r6 = r1 1: (20) r0 = *(u32 *)skb[0] 2: (...
262f9d811c7608f1e74258ceecfe1fa213bdf912
941ff6f11c020913f5cddf543a9ec63475d7c082
941ff6f11c020913f5cddf543a9ec63475d7c082
bic
tools/testing/selftests/net/reuseport_bpf.c
test_extra_filter.isra.0
00000000000010f0 <test_extra_filter.isra.0>: 10f0: push %rbp 10f1: mov %rsp,%rbp 10f4: push %r15 10f6: mov %esi,%r15d 10f9: movzwl %dx,%esi 10fc: push %r14 10fe: push %r13 1100: mov %edi,%r13d 1103: push %r12 1105: sub $0x10,%rsp 1109: mov %fs:0x28,%r...
[Bug-Introducing Commit (BIC)] Function: test_extra_filter.isra.0 Author: Daniel Borkmann Date: Fri Feb 9 14:49:44 2018 +0100 Commit message: bpf: fix rlimit in reuseport net selftest Fix two issues in the reuseport_bpf selftests that were reported by Linaro CI: [...] + ./reuseport_bpf ---- IPv4 UDP ---- Test...
bpf: fix rlimit in reuseport net selftest Fix two issues in the reuseport_bpf selftests that were reported by Linaro CI: [...] + ./reuseport_bpf ---- IPv4 UDP ---- Testing EBPF mod 10... Reprograming, testing mod 5... ./reuseport_bpf: ebpf error. log: 0: (bf) r6 = r1 1: (20) r0 = *(u32 *)skb[0] 2: (...
262f9d811c7608f1e74258ceecfe1fa213bdf912
941ff6f11c020913f5cddf543a9ec63475d7c082
941ff6f11c020913f5cddf543a9ec63475d7c082
bic
tools/testing/selftests/net/reuseport_bpf.c
enable_fastopen
00000000000012e0 <enable_fastopen>: 12e0: endbr64 12e4: push %rbp if (__OPEN_NEEDS_MODE (__oflag) && __va_arg_pack_len () < 1) { __open_missing_mode (); return __open_2 (__path, __oflag); } return __open_alias (__path, __oflag, __va_arg_pack ()); 12e5: xor %esi,%esi 12e7: mov ...
[Bug-Introducing Commit (BIC)] Function: enable_fastopen Author: Daniel Borkmann Date: Fri Feb 9 14:49:44 2018 +0100 Commit message: bpf: fix rlimit in reuseport net selftest Fix two issues in the reuseport_bpf selftests that were reported by Linaro CI: [...] + ./reuseport_bpf ---- IPv4 UDP ---- Testing EBPF ...
bpf: fix rlimit in reuseport net selftest Fix two issues in the reuseport_bpf selftests that were reported by Linaro CI: [...] + ./reuseport_bpf ---- IPv4 UDP ---- Testing EBPF mod 10... Reprograming, testing mod 5... ./reuseport_bpf: ebpf error. log: 0: (bf) r6 = r1 1: (20) r0 = *(u32 *)skb[0] 2: (...
262f9d811c7608f1e74258ceecfe1fa213bdf912
941ff6f11c020913f5cddf543a9ec63475d7c082
941ff6f11c020913f5cddf543a9ec63475d7c082
bic
tools/testing/selftests/net/reuseport_bpf.c
main_ctor
0000000000000000 <main_ctor>: 0: endbr64 4: push %rbp 5: lea 0x0(%rip),%rsi # c <main_ctor+0xc> c: mov $0x8,%edi 11: mov %rsp,%rbp 14: call 19 <main_ctor+0x19> 19: mov 0x0(%rip),%rax # 20 <main_ctor+0x20> 20: lea 0x0(%rip),%rsi # 27 <main_ctor+0x27> 27: pop...
[Bug-Introducing Commit (BIC)] Function: main_ctor Author: Daniel Borkmann Date: Fri Feb 9 14:49:44 2018 +0100 Commit message: bpf: fix rlimit in reuseport net selftest Fix two issues in the reuseport_bpf selftests that were reported by Linaro CI: [...] + ./reuseport_bpf ---- IPv4 UDP ---- Testing EBPF mod 10...
bpf: fix rlimit in reuseport net selftest Fix two issues in the reuseport_bpf selftests that were reported by Linaro CI: [...] + ./reuseport_bpf ---- IPv4 UDP ---- Testing EBPF mod 10... Reprograming, testing mod 5... ./reuseport_bpf: ebpf error. log: 0: (bf) r6 = r1 1: (20) r0 = *(u32 *)skb[0] 2: (...
262f9d811c7608f1e74258ceecfe1fa213bdf912
941ff6f11c020913f5cddf543a9ec63475d7c082
941ff6f11c020913f5cddf543a9ec63475d7c082
bic
tools/testing/selftests/net/reuseport_bpf.c
main
0000000000000060 <main>: 60: endbr64 64: push %rbp return __fprintf_chk (__stream, __USE_FORTIFY_LEVEL - 1, __fmt, 65: mov $0x13,%edx 6a: mov $0x1,%esi 6f: lea 0x0(%rip),%rdi # 76 <main+0x16> 76: mov %rsp,%rbp 79: push %r13 7b: movabs $0x200000002,%r13 85: push %r12 87: m...
[Bug-Introducing Commit (BIC)] Function: main Author: Daniel Borkmann Date: Fri Feb 9 14:49:44 2018 +0100 Commit message: bpf: fix rlimit in reuseport net selftest Fix two issues in the reuseport_bpf selftests that were reported by Linaro CI: [...] + ./reuseport_bpf ---- IPv4 UDP ---- Testing EBPF mod 10... ...
bpf: fix rlimit in reuseport net selftest Fix two issues in the reuseport_bpf selftests that were reported by Linaro CI: [...] + ./reuseport_bpf ---- IPv4 UDP ---- Testing EBPF mod 10... Reprograming, testing mod 5... ./reuseport_bpf: ebpf error. log: 0: (bf) r6 = r1 1: (20) r0 = *(u32 *)skb[0] 2: (...
262f9d811c7608f1e74258ceecfe1fa213bdf912
941ff6f11c020913f5cddf543a9ec63475d7c082
941ff6f11c020913f5cddf543a9ec63475d7c082
bic
tools/testing/selftests/net/reuseport_bpf.c
main_dtor
0000000000000000 <main_dtor>: 0: endbr64 4: lea 0x0(%rip),%rsi # b <main_dtor+0xb> b: mov $0x8,%edi 10: jmp 15 <attach_cbpf+0x5>
[Bug-Introducing Commit (BIC)] Function: main_dtor Author: Daniel Borkmann Date: Fri Feb 9 14:49:44 2018 +0100 Commit message: bpf: fix rlimit in reuseport net selftest Fix two issues in the reuseport_bpf selftests that were reported by Linaro CI: [...] + ./reuseport_bpf ---- IPv4 UDP ---- Testing EBPF mod 10...
bpf: fix rlimit in reuseport net selftest Fix two issues in the reuseport_bpf selftests that were reported by Linaro CI: [...] + ./reuseport_bpf ---- IPv4 UDP ---- Testing EBPF mod 10... Reprograming, testing mod 5... ./reuseport_bpf: ebpf error. log: 0: (bf) r6 = r1 1: (20) r0 = *(u32 *)skb[0] 2: (...
9dffa76c21268f6188b04b966089b5110a7447ef
02c7f38b7ace9f1b2ddb7a88139127eef4cf8706
02c7f38b7ace9f1b2ddb7a88139127eef4cf8706
bic
tools/testing/selftests/net/ip_defrag.c
parse_opts
0000000000000000 <parse_opts>: 0: push %rbp 1: mov %rsp,%rbp 4: push %r13 6: lea 0x0(%rip),%r13 # d <parse_opts+0xd> d: push %r12 f: mov %edi,%r12d 12: push %rbx 13: mov %rsi,%rbx 16: sub $0x8,%rsp 1a: nopw 0x0(%rax,%rax,1) 20: mov %r13,%rdx 23: mov %r...
[Bug-Introducing Commit (BIC)] Function: parse_opts Author: Peter Oskolkov Date: Tue Aug 28 11:36:20 2018 -0700 Commit message: selftests/net: add ip_defrag selftest This test creates a raw IPv4 socket, fragments a largish UDP datagram and sends the fragments out of order. Then repeats in a loop with different messag...
selftests/net: add ip_defrag selftest This test creates a raw IPv4 socket, fragments a largish UDP datagram and sends the fragments out of order. Then repeats in a loop with different message and fragment lengths. Then does the same with overlapping fragments (with overlapping fragments the expectation is that the r...
9dffa76c21268f6188b04b966089b5110a7447ef
02c7f38b7ace9f1b2ddb7a88139127eef4cf8706
02c7f38b7ace9f1b2ddb7a88139127eef4cf8706
bic
tools/testing/selftests/net/ip_defrag.c
__bswap_16
00000000000000b0 <__bswap_16>: static __inline __uint16_t __bswap_16 (__uint16_t __bsx) { #if __GNUC_PREREQ (4, 8) return __builtin_bswap16 (__bsx); b0: mov %edi,%eax b2: rol $0x8,%ax #else return __bswap_constant_16 (__bsx); #endif } b6: ret b7: nopw 0x0(%rax,%rax,1)
[Bug-Introducing Commit (BIC)] Function: __bswap_16 Author: Peter Oskolkov Date: Tue Aug 28 11:36:20 2018 -0700 Commit message: selftests/net: add ip_defrag selftest This test creates a raw IPv4 socket, fragments a largish UDP datagram and sends the fragments out of order. Then repeats in a loop with different messag...
selftests/net: add ip_defrag selftest This test creates a raw IPv4 socket, fragments a largish UDP datagram and sends the fragments out of order. Then repeats in a loop with different message and fragment lengths. Then does the same with overlapping fragments (with overlapping fragments the expectation is that the r...
9dffa76c21268f6188b04b966089b5110a7447ef
02c7f38b7ace9f1b2ddb7a88139127eef4cf8706
02c7f38b7ace9f1b2ddb7a88139127eef4cf8706
bic
tools/testing/selftests/net/ip_defrag.c
raw_checksum
00000000000000c0 <raw_checksum>: c0: push %rbp c1: mov %rdi,%r9 c4: mov %esi,%r10d c7: mov %rsp,%rbp ca: and $0xfffffffe,%esi cd: je 140 <raw_checksum+0x80> cf: sub $0x1,%esi d2: mov %rdi,%r11 d5: mov %edx,%r8d d8: shr %esi da: mov %esi,%eax dc: lea 0x2(%rdi,%...
[Bug-Introducing Commit (BIC)] Function: raw_checksum Author: Peter Oskolkov Date: Tue Aug 28 11:36:20 2018 -0700 Commit message: selftests/net: add ip_defrag selftest This test creates a raw IPv4 socket, fragments a largish UDP datagram and sends the fragments out of order. Then repeats in a loop with different mess...
selftests/net: add ip_defrag selftest This test creates a raw IPv4 socket, fragments a largish UDP datagram and sends the fragments out of order. Then repeats in a loop with different message and fragment lengths. Then does the same with overlapping fragments (with overlapping fragments the expectation is that the r...
9dffa76c21268f6188b04b966089b5110a7447ef
02c7f38b7ace9f1b2ddb7a88139127eef4cf8706
02c7f38b7ace9f1b2ddb7a88139127eef4cf8706
bic
tools/testing/selftests/net/ip_defrag.c
recv_validate_udp
0000000000000150 <recv_validate_udp>: 150: push %rbp 151: movslq 0x0(%rip),%rdx # 158 <recv_validate_udp+0x8> size_t sz = __glibc_objsize0 (__buf); if (__glibc_safe_or_unknown_len (__n, sizeof (char), sz)) return __recv_alias (__fd, __buf, __n, __flags); if (__glibc_unsafe_len (__n, sizeof (char), ...
[Bug-Introducing Commit (BIC)] Function: recv_validate_udp Author: Peter Oskolkov Date: Tue Aug 28 11:36:20 2018 -0700 Commit message: selftests/net: add ip_defrag selftest This test creates a raw IPv4 socket, fragments a largish UDP datagram and sends the fragments out of order. Then repeats in a loop with different...
selftests/net: add ip_defrag selftest This test creates a raw IPv4 socket, fragments a largish UDP datagram and sends the fragments out of order. Then repeats in a loop with different message and fragment lengths. Then does the same with overlapping fragments (with overlapping fragments the expectation is that the r...
9dffa76c21268f6188b04b966089b5110a7447ef
02c7f38b7ace9f1b2ddb7a88139127eef4cf8706
02c7f38b7ace9f1b2ddb7a88139127eef4cf8706
bic
tools/testing/selftests/net/ip_defrag.c
run_test_v6
0000000000000260 <run_test_v6>: 260: push %rbp # ifdef __va_arg_pack __fortify_function int fprintf (FILE *__restrict __stream, const char *__restrict __fmt, ...) { return __fprintf_chk (__stream, __USE_FORTIFY_LEVEL - 1, __fmt, 261: mov $0xa,%edx 266: mov $0x1,%esi 26b: mov 0x0(%rip),%rcx # 27...
[Bug-Introducing Commit (BIC)] Function: run_test_v6 Author: Peter Oskolkov Date: Tue Aug 28 11:36:20 2018 -0700 Commit message: selftests/net: add ip_defrag selftest This test creates a raw IPv4 socket, fragments a largish UDP datagram and sends the fragments out of order. Then repeats in a loop with different messa...
selftests/net: add ip_defrag selftest This test creates a raw IPv4 socket, fragments a largish UDP datagram and sends the fragments out of order. Then repeats in a loop with different message and fragment lengths. Then does the same with overlapping fragments (with overlapping fragments the expectation is that the r...
9dffa76c21268f6188b04b966089b5110a7447ef
02c7f38b7ace9f1b2ddb7a88139127eef4cf8706
02c7f38b7ace9f1b2ddb7a88139127eef4cf8706
bic
tools/testing/selftests/net/ip_defrag.c
send_fragment.constprop.0
0000000000000290 <send_fragment.constprop.0>: 290: push %rbp 291: mov 0x0(%rip),%eax # 297 <send_fragment.constprop.0+0x7> 297: mov %rsp,%rbp 29a: push %r14 29c: push %r13 29e: mov %rsi,%r13 2a1: movslq %edx,%rsi 2a4: push %r12 2a6: mov %edi,%r12d 2a9: lea 0x8(%rsi),%rdi 2ad: pu...
[Bug-Introducing Commit (BIC)] Function: send_fragment.constprop.0 Author: Peter Oskolkov Date: Tue Aug 28 11:36:20 2018 -0700 Commit message: selftests/net: add ip_defrag selftest This test creates a raw IPv4 socket, fragments a largish UDP datagram and sends the fragments out of order. Then repeats in a loop with d...
selftests/net: add ip_defrag selftest This test creates a raw IPv4 socket, fragments a largish UDP datagram and sends the fragments out of order. Then repeats in a loop with different message and fragment lengths. Then does the same with overlapping fragments (with overlapping fragments the expectation is that the r...
9dffa76c21268f6188b04b966089b5110a7447ef
02c7f38b7ace9f1b2ddb7a88139127eef4cf8706
02c7f38b7ace9f1b2ddb7a88139127eef4cf8706
bic
tools/testing/selftests/net/ip_defrag.c
udp_checksum.constprop.0
0000000000000390 <udp_checksum.constprop.0>: 390: push %rbp 391: mov $0x8,%esi 396: mov %rsp,%rbp 399: push %r13 39b: mov 0x0(%rip),%r13d # 3a2 <udp_checksum.constprop.0+0x12> 3a2: push %r12 3a4: mov %rdi,%r12 3a7: lea 0x0(%rip),%rdi # 3ae <udp_checksum.constprop.0+0x1e> 3ae:...
[Bug-Introducing Commit (BIC)] Function: udp_checksum.constprop.0 Author: Peter Oskolkov Date: Tue Aug 28 11:36:20 2018 -0700 Commit message: selftests/net: add ip_defrag selftest This test creates a raw IPv4 socket, fragments a largish UDP datagram and sends the fragments out of order. Then repeats in a loop with di...
selftests/net: add ip_defrag selftest This test creates a raw IPv4 socket, fragments a largish UDP datagram and sends the fragments out of order. Then repeats in a loop with different message and fragment lengths. Then does the same with overlapping fragments (with overlapping fragments the expectation is that the r...
9dffa76c21268f6188b04b966089b5110a7447ef
02c7f38b7ace9f1b2ddb7a88139127eef4cf8706
02c7f38b7ace9f1b2ddb7a88139127eef4cf8706
bic
tools/testing/selftests/net/ip_defrag.c
__bswap_32.constprop.0
00000000000003f0 <__bswap_32.constprop.0>: #if __GNUC_PREREQ (4, 3) return __builtin_bswap32 (__bsx); #else return __bswap_constant_32 (__bsx); #endif } 3f0: mov $0x100007f,%eax 3f5: ret 3f6: cs nopw 0x0(%rax,%rax,1)
[Bug-Introducing Commit (BIC)] Function: __bswap_32.constprop.0 Author: Peter Oskolkov Date: Tue Aug 28 11:36:20 2018 -0700 Commit message: selftests/net: add ip_defrag selftest This test creates a raw IPv4 socket, fragments a largish UDP datagram and sends the fragments out of order. Then repeats in a loop with diff...
selftests/net: add ip_defrag selftest This test creates a raw IPv4 socket, fragments a largish UDP datagram and sends the fragments out of order. Then repeats in a loop with different message and fragment lengths. Then does the same with overlapping fragments (with overlapping fragments the expectation is that the r...
9dffa76c21268f6188b04b966089b5110a7447ef
02c7f38b7ace9f1b2ddb7a88139127eef4cf8706
02c7f38b7ace9f1b2ddb7a88139127eef4cf8706
bic
tools/testing/selftests/net/ip_defrag.c
send_udp_frags_v4.constprop.0
0000000000000400 <send_udp_frags_v4.constprop.0>: 400: push %rbp 401: mov $0x1140,%edx 406: mov %rsp,%rbp 409: push %r15 40b: push %r14 40d: mov %rsi,%r14 410: push %r13 412: mov %edi,%r13d 415: push %r12 417: push %rbx 418: sub $0x18,%rsp 41c: movzwl 0x0(%rip),%edi # 423 <...
[Bug-Introducing Commit (BIC)] Function: send_udp_frags_v4.constprop.0 Author: Peter Oskolkov Date: Tue Aug 28 11:36:20 2018 -0700 Commit message: selftests/net: add ip_defrag selftest This test creates a raw IPv4 socket, fragments a largish UDP datagram and sends the fragments out of order. Then repeats in a loop wi...
selftests/net: add ip_defrag selftest This test creates a raw IPv4 socket, fragments a largish UDP datagram and sends the fragments out of order. Then repeats in a loop with different message and fragment lengths. Then does the same with overlapping fragments (with overlapping fragments the expectation is that the r...
9dffa76c21268f6188b04b966089b5110a7447ef
02c7f38b7ace9f1b2ddb7a88139127eef4cf8706
02c7f38b7ace9f1b2ddb7a88139127eef4cf8706
bic
tools/testing/selftests/net/ip_defrag.c
run_test.constprop.0
00000000000006c0 <run_test.constprop.0>: 6c0: push %rbp 6c1: lea 0x0(%rip),%rdx # 6c8 <run_test.constprop.0+0x8> 6c8: mov %rsp,%rbp 6cb: push %r15 6cd: push %r14 6cf: push %r13 6d1: push %r12 6d3: push %rbx 6d4: mov %rdi,%rbx 6d7: sub $0x38,%rsp 6db: mov %fs:0x28,%rax 6e4: ...
[Bug-Introducing Commit (BIC)] Function: run_test.constprop.0 Author: Peter Oskolkov Date: Tue Aug 28 11:36:20 2018 -0700 Commit message: selftests/net: add ip_defrag selftest This test creates a raw IPv4 socket, fragments a largish UDP datagram and sends the fragments out of order. Then repeats in a loop with differ...
selftests/net: add ip_defrag selftest This test creates a raw IPv4 socket, fragments a largish UDP datagram and sends the fragments out of order. Then repeats in a loop with different message and fragment lengths. Then does the same with overlapping fragments (with overlapping fragments the expectation is that the r...
9dffa76c21268f6188b04b966089b5110a7447ef
02c7f38b7ace9f1b2ddb7a88139127eef4cf8706
02c7f38b7ace9f1b2ddb7a88139127eef4cf8706
bic
tools/testing/selftests/net/ip_defrag.c
run_test_v4
00000000000009e0 <run_test_v4>: 9e0: push %rbp 9e1: mov $0x2328,%edi 9e6: mov %rsp,%rbp 9e9: sub $0x20,%rsp 9ed: mov %fs:0x28,%rax 9f6: mov %rax,-0x8(%rbp) 9fa: xor %eax,%eax 9fc: mov $0x2,%eax a01: movq $0x0,-0x18(%rbp) a09: mov %ax,-0x20(%rbp) a0d: call b0 <__bswap_16> a12: l...
[Bug-Introducing Commit (BIC)] Function: run_test_v4 Author: Peter Oskolkov Date: Tue Aug 28 11:36:20 2018 -0700 Commit message: selftests/net: add ip_defrag selftest This test creates a raw IPv4 socket, fragments a largish UDP datagram and sends the fragments out of order. Then repeats in a loop with different messa...
selftests/net: add ip_defrag selftest This test creates a raw IPv4 socket, fragments a largish UDP datagram and sends the fragments out of order. Then repeats in a loop with different message and fragment lengths. Then does the same with overlapping fragments (with overlapping fragments the expectation is that the r...
9dffa76c21268f6188b04b966089b5110a7447ef
02c7f38b7ace9f1b2ddb7a88139127eef4cf8706
02c7f38b7ace9f1b2ddb7a88139127eef4cf8706
bic
tools/testing/selftests/net/ip_defrag.c
main
0000000000000000 <main>: 0: endbr64 4: push %rbp 5: mov %rsp,%rbp 8: call d <main+0xd> d: xor %edi,%edi f: call 14 <main+0x14> 14: mov %eax,%edi 16: mov %eax,0x0(%rip) # 1c <main+0x1c> 1c: call 21 <main+0x21> 21: cmpb $0x0,0x0(%rip) # 28 <main+0x28> 28: j...
[Bug-Introducing Commit (BIC)] Function: main Author: Peter Oskolkov Date: Tue Aug 28 11:36:20 2018 -0700 Commit message: selftests/net: add ip_defrag selftest This test creates a raw IPv4 socket, fragments a largish UDP datagram and sends the fragments out of order. Then repeats in a loop with different message and ...
selftests/net: add ip_defrag selftest This test creates a raw IPv4 socket, fragments a largish UDP datagram and sends the fragments out of order. Then repeats in a loop with different message and fragment lengths. Then does the same with overlapping fragments (with overlapping fragments the expectation is that the r...
ef4ab8447aa2639d7a80a50f23d9f27c5c0db276
50b3ed57dee9cd0e06c59826cec8af14b51bab3e
50b3ed57dee9cd0e06c59826cec8af14b51bab3e
bic
tools/testing/selftests/bpf/test_flow_dissector.c
add_csum_hword
0000000000000000 <add_csum_hword>: 0: test %esi,%esi 2: jle 20 <add_csum_hword+0x20> 4: lea -0x1(%rsi),%eax 7: lea 0x2(%rdi,%rax,2),%rcx c: xor %eax,%eax e: xchg %ax,%ax 10: movzwl (%rdi),%edx 13: add $0x2,%rdi 17: add %rdx,%rax 1a:...
[Bug-Introducing Commit (BIC)] Function: add_csum_hword Author: Petar Penkov Date: Fri Sep 14 07:46:22 2018 -0700 Commit message: selftests/bpf: test bpf flow dissection Adds a test that sends different types of packets over multiple tunnels and verifies that valid packets are dissected correctly. To do so, a tc-flow...
selftests/bpf: test bpf flow dissection Adds a test that sends different types of packets over multiple tunnels and verifies that valid packets are dissected correctly. To do so, a tc-flower rule is added to drop packets on UDP src port 9, and packets are sent from ports 8, 9, and 10. Only the packets on port 9 shoul...
ef4ab8447aa2639d7a80a50f23d9f27c5c0db276
50b3ed57dee9cd0e06c59826cec8af14b51bab3e
50b3ed57dee9cd0e06c59826cec8af14b51bab3e
bic
tools/testing/selftests/bpf/test_flow_dissector.c
build_ip_csum
0000000000000030 <build_ip_csum>: 30: push %rbp 31: mov %rdx,%r8 34: mov %rsp,%rbp 37: call 0 <add_csum_hword> 3c: add %r8,%rax 3f: mov %rax,%rdx 42: shr $0x10,%rdx 46: je 5f <build_ip_csum+0x2f> 48: nopl 0x0(%rax,%rax,1) 50: movzwl %a...
[Bug-Introducing Commit (BIC)] Function: build_ip_csum Author: Petar Penkov Date: Fri Sep 14 07:46:22 2018 -0700 Commit message: selftests/bpf: test bpf flow dissection Adds a test that sends different types of packets over multiple tunnels and verifies that valid packets are dissected correctly. To do so, a tc-flowe...
selftests/bpf: test bpf flow dissection Adds a test that sends different types of packets over multiple tunnels and verifies that valid packets are dissected correctly. To do so, a tc-flower rule is added to drop packets on UDP src port 9, and packets are sent from ports 8, 9, and 10. Only the packets on port 9 shoul...
ef4ab8447aa2639d7a80a50f23d9f27c5c0db276
50b3ed57dee9cd0e06c59826cec8af14b51bab3e
50b3ed57dee9cd0e06c59826cec8af14b51bab3e
bic
tools/testing/selftests/bpf/test_flow_dissector.c
build_gue_header
0000000000000070 <build_gue_header>: 70: mov %sil,0x1(%rdi) 74: ret 75: data16 cs nopw 0x0(%rax,%rax,1)
[Bug-Introducing Commit (BIC)] Function: build_gue_header Author: Petar Penkov Date: Fri Sep 14 07:46:22 2018 -0700 Commit message: selftests/bpf: test bpf flow dissection Adds a test that sends different types of packets over multiple tunnels and verifies that valid packets are dissected correctly. To do so, a tc-fl...
selftests/bpf: test bpf flow dissection Adds a test that sends different types of packets over multiple tunnels and verifies that valid packets are dissected correctly. To do so, a tc-flower rule is added to drop packets on UDP src port 9, and packets are sent from ports 8, 9, and 10. Only the packets on port 9 shoul...
ef4ab8447aa2639d7a80a50f23d9f27c5c0db276
50b3ed57dee9cd0e06c59826cec8af14b51bab3e
50b3ed57dee9cd0e06c59826cec8af14b51bab3e
bic
tools/testing/selftests/bpf/test_flow_dissector.c
l3_length
0000000000000080 <l3_length>: 80: cmp $0x2,%edi 83: mov $0x28,%edx 88: mov $0x14,%eax 8d: cmovne %edx,%eax 90: ret 91: data16 cs nopw 0x0(%rax,%rax,1) 9c: nopl 0x0(%rax)
[Bug-Introducing Commit (BIC)] Function: l3_length Author: Petar Penkov Date: Fri Sep 14 07:46:22 2018 -0700 Commit message: selftests/bpf: test bpf flow dissection Adds a test that sends different types of packets over multiple tunnels and verifies that valid packets are dissected correctly. To do so, a tc-flower ru...
selftests/bpf: test bpf flow dissection Adds a test that sends different types of packets over multiple tunnels and verifies that valid packets are dissected correctly. To do so, a tc-flower rule is added to drop packets on UDP src port 9, and packets are sent from ports 8, 9, and 10. Only the packets on port 9 shoul...
ef4ab8447aa2639d7a80a50f23d9f27c5c0db276
50b3ed57dee9cd0e06c59826cec8af14b51bab3e
50b3ed57dee9cd0e06c59826cec8af14b51bab3e
bic
tools/testing/selftests/bpf/test_flow_dissector.c
usage
00000000000000a0 <usage>: a0: push %rbp a1: mov %rdi,%rcx # ifdef __va_arg_pack __fortify_function int fprintf (FILE *__restrict __stream, const char *__restrict __fmt, ...) { return __fprintf_chk (__stream, __USE_FORTIFY_LEVEL - 1, __fmt, a4: mov 0x0(%rip),%rdi # ab <usage+0xb> ...
[Bug-Introducing Commit (BIC)] Function: usage Author: Petar Penkov Date: Fri Sep 14 07:46:22 2018 -0700 Commit message: selftests/bpf: test bpf flow dissection Adds a test that sends different types of packets over multiple tunnels and verifies that valid packets are dissected correctly. To do so, a tc-flower rule i...
selftests/bpf: test bpf flow dissection Adds a test that sends different types of packets over multiple tunnels and verifies that valid packets are dissected correctly. To do so, a tc-flower rule is added to drop packets on UDP src port 9, and packets are sent from ports 8, 9, and 10. Only the packets on port 9 shoul...
ef4ab8447aa2639d7a80a50f23d9f27c5c0db276
50b3ed57dee9cd0e06c59826cec8af14b51bab3e
50b3ed57dee9cd0e06c59826cec8af14b51bab3e
bic
tools/testing/selftests/bpf/test_flow_dissector.c
parse_protocol_family
00000000000000d0 <parse_protocol_family>: d0: movzbl (%rsi),%eax d3: cmp $0x34,%eax d6: jne f0 <parse_protocol_family+0x20> d8: cmpb $0x0,0x1(%rsi) dc: mov $0x2,%r8d e2: jne f0 <parse_protocol_family+0x20> e4: mov %r8d,%eax e7: ret e8: nopl 0x...
[Bug-Introducing Commit (BIC)] Function: parse_protocol_family Author: Petar Penkov Date: Fri Sep 14 07:46:22 2018 -0700 Commit message: selftests/bpf: test bpf flow dissection Adds a test that sends different types of packets over multiple tunnels and verifies that valid packets are dissected correctly. To do so, a ...
selftests/bpf: test bpf flow dissection Adds a test that sends different types of packets over multiple tunnels and verifies that valid packets are dissected correctly. To do so, a tc-flower rule is added to drop packets on UDP src port 9, and packets are sent from ports 8, 9, and 10. Only the packets on port 9 shoul...
ef4ab8447aa2639d7a80a50f23d9f27c5c0db276
50b3ed57dee9cd0e06c59826cec8af14b51bab3e
50b3ed57dee9cd0e06c59826cec8af14b51bab3e
bic
tools/testing/selftests/bpf/test_flow_dissector.c
parse_addr
0000000000000110 <parse_addr>: 110: push %rbp 111: mov %rsi,%r8 114: mov %rdx,%rsi 117: mov %r8,%rdx 11a: mov %rsp,%rbp 11d: call 122 <parse_addr+0x12> 122: cmp $0xffffffff,%eax 125: je 12d <parse_addr+0x1d> 127: test %eax,%eax 129: je 147 <...
[Bug-Introducing Commit (BIC)] Function: parse_addr Author: Petar Penkov Date: Fri Sep 14 07:46:22 2018 -0700 Commit message: selftests/bpf: test bpf flow dissection Adds a test that sends different types of packets over multiple tunnels and verifies that valid packets are dissected correctly. To do so, a tc-flower r...
selftests/bpf: test bpf flow dissection Adds a test that sends different types of packets over multiple tunnels and verifies that valid packets are dissected correctly. To do so, a tc-flower rule is added to drop packets on UDP src port 9, and packets are sent from ports 8, 9, and 10. Only the packets on port 9 shoul...
ef4ab8447aa2639d7a80a50f23d9f27c5c0db276
50b3ed57dee9cd0e06c59826cec8af14b51bab3e
50b3ed57dee9cd0e06c59826cec8af14b51bab3e
bic
tools/testing/selftests/bpf/test_flow_dissector.c
parse_addr4
0000000000000160 <parse_addr4>: 160: mov %rsi,%rdx 163: lea 0x4(%rdi),%rsi 167: mov $0x2,%edi 16c: jmp 110 <parse_addr> 16e: xchg %ax,%ax
[Bug-Introducing Commit (BIC)] Function: parse_addr4 Author: Petar Penkov Date: Fri Sep 14 07:46:22 2018 -0700 Commit message: selftests/bpf: test bpf flow dissection Adds a test that sends different types of packets over multiple tunnels and verifies that valid packets are dissected correctly. To do so, a tc-flower ...
selftests/bpf: test bpf flow dissection Adds a test that sends different types of packets over multiple tunnels and verifies that valid packets are dissected correctly. To do so, a tc-flower rule is added to drop packets on UDP src port 9, and packets are sent from ports 8, 9, and 10. Only the packets on port 9 shoul...
ef4ab8447aa2639d7a80a50f23d9f27c5c0db276
50b3ed57dee9cd0e06c59826cec8af14b51bab3e
50b3ed57dee9cd0e06c59826cec8af14b51bab3e
bic
tools/testing/selftests/bpf/test_flow_dissector.c
parse_addr6
0000000000000170 <parse_addr6>: 170: mov %rsi,%rdx 173: lea 0x8(%rdi),%rsi 177: mov $0xa,%edi 17c: jmp 110 <parse_addr> 17e: xchg %ax,%ax
[Bug-Introducing Commit (BIC)] Function: parse_addr6 Author: Petar Penkov Date: Fri Sep 14 07:46:22 2018 -0700 Commit message: selftests/bpf: test bpf flow dissection Adds a test that sends different types of packets over multiple tunnels and verifies that valid packets are dissected correctly. To do so, a tc-flower ...
selftests/bpf: test bpf flow dissection Adds a test that sends different types of packets over multiple tunnels and verifies that valid packets are dissected correctly. To do so, a tc-flower rule is added to drop packets on UDP src port 9, and packets are sent from ports 8, 9, and 10. Only the packets on port 9 shoul...
ef4ab8447aa2639d7a80a50f23d9f27c5c0db276
50b3ed57dee9cd0e06c59826cec8af14b51bab3e
50b3ed57dee9cd0e06c59826cec8af14b51bab3e
bic
tools/testing/selftests/bpf/test_flow_dissector.c
parse_opts
0000000000000180 <parse_opts>: 180: push %rbp 181: mov %rsp,%rbp 184: push %r15 186: push %r14 188: lea 0x0(%rip),%r14 # 18f <parse_opts+0xf> 18f: push %r13 191: mov %edi,%r13d 194: push %r12 196: mov %rsi,%r12 199: push %rbx 19a: lea...
[Bug-Introducing Commit (BIC)] Function: parse_opts Author: Petar Penkov Date: Fri Sep 14 07:46:22 2018 -0700 Commit message: selftests/bpf: test bpf flow dissection Adds a test that sends different types of packets over multiple tunnels and verifies that valid packets are dissected correctly. To do so, a tc-flower r...
selftests/bpf: test bpf flow dissection Adds a test that sends different types of packets over multiple tunnels and verifies that valid packets are dissected correctly. To do so, a tc-flower rule is added to drop packets on UDP src port 9, and packets are sent from ports 8, 9, and 10. Only the packets on port 9 shoul...
ef4ab8447aa2639d7a80a50f23d9f27c5c0db276
50b3ed57dee9cd0e06c59826cec8af14b51bab3e
50b3ed57dee9cd0e06c59826cec8af14b51bab3e
bic
tools/testing/selftests/bpf/test_flow_dissector.c
util_printaddr
0000000000000650 <util_printaddr>: 650: push %rbp 651: mov %rsp,%rbp 654: push %r12 656: mov %rdi,%r12 659: push %rbx 65a: sub $0x40,%rsp 65e: movzwl (%rsi),%edi 661: mov %fs:0x28,%rax 66a: mov %rax,-0x18(%rbp) 66e: xor %eax,%eax 670: cmp ...
[Bug-Introducing Commit (BIC)] Function: util_printaddr Author: Petar Penkov Date: Fri Sep 14 07:46:22 2018 -0700 Commit message: selftests/bpf: test bpf flow dissection Adds a test that sends different types of packets over multiple tunnels and verifies that valid packets are dissected correctly. To do so, a tc-flow...
selftests/bpf: test bpf flow dissection Adds a test that sends different types of packets over multiple tunnels and verifies that valid packets are dissected correctly. To do so, a tc-flower rule is added to drop packets on UDP src port 9, and packets are sent from ports 8, 9, and 10. Only the packets on port 9 shoul...
ef4ab8447aa2639d7a80a50f23d9f27c5c0db276
50b3ed57dee9cd0e06c59826cec8af14b51bab3e
50b3ed57dee9cd0e06c59826cec8af14b51bab3e
bic
tools/testing/selftests/bpf/test_flow_dissector.c
print_opts
0000000000000710 <print_opts>: 710: push %rbp 711: cmpl $0xa,0x0(%rip) # 718 <print_opts+0x8> 718: mov %rsp,%rbp 71b: je 7e0 <print_opts+0xd0> 721: lea 0x0(%rip),%rsi # 728 <print_opts+0x18> 728: lea 0x0(%rip),%rdi # 72f <print_opts+0x1f> 72f: cal...
[Bug-Introducing Commit (BIC)] Function: print_opts Author: Petar Penkov Date: Fri Sep 14 07:46:22 2018 -0700 Commit message: selftests/bpf: test bpf flow dissection Adds a test that sends different types of packets over multiple tunnels and verifies that valid packets are dissected correctly. To do so, a tc-flower r...
selftests/bpf: test bpf flow dissection Adds a test that sends different types of packets over multiple tunnels and verifies that valid packets are dissected correctly. To do so, a tc-flower rule is added to drop packets on UDP src port 9, and packets are sent from ports 8, 9, and 10. Only the packets on port 9 shoul...
ef4ab8447aa2639d7a80a50f23d9f27c5c0db276
50b3ed57dee9cd0e06c59826cec8af14b51bab3e
50b3ed57dee9cd0e06c59826cec8af14b51bab3e
bic
tools/testing/selftests/bpf/test_flow_dissector.c
setup_rx
0000000000000860 <setup_rx>: 860: push %rbp 861: xor %edx,%edx 863: mov $0x2,%esi 868: mov %rsp,%rbp 86b: push %r12 86d: push %rbx 86e: mov 0x0(%rip),%ebx # 874 <setup_rx+0x14> 874: mov %ebx,%edi 876: call 87b <setup_rx+0x1b> 87b: cmp $0...
[Bug-Introducing Commit (BIC)] Function: setup_rx Author: Petar Penkov Date: Fri Sep 14 07:46:22 2018 -0700 Commit message: selftests/bpf: test bpf flow dissection Adds a test that sends different types of packets over multiple tunnels and verifies that valid packets are dissected correctly. To do so, a tc-flower rul...
selftests/bpf: test bpf flow dissection Adds a test that sends different types of packets over multiple tunnels and verifies that valid packets are dissected correctly. To do so, a tc-flower rule is added to drop packets on UDP src port 9, and packets are sent from ports 8, 9, and 10. Only the packets on port 9 shoul...
ef4ab8447aa2639d7a80a50f23d9f27c5c0db276
50b3ed57dee9cd0e06c59826cec8af14b51bab3e
50b3ed57dee9cd0e06c59826cec8af14b51bab3e
bic
tools/testing/selftests/bpf/test_flow_dissector.c
setup_tx
00000000000008f0 <setup_tx>: 8f0: push %rbp 8f1: mov %rsp,%rbp 8f4: push %r12 8f6: push %rbx 8f7: mov 0x0(%rip),%ebx # 8fd <setup_tx+0xd> 8fd: test %ebx,%ebx 8ff: jne 989 <setup_tx+0x99> 905: mov 0x0(%rip),%ebx # 90b <setup_tx+0x1b> 90b: tes...
[Bug-Introducing Commit (BIC)] Function: setup_tx Author: Petar Penkov Date: Fri Sep 14 07:46:22 2018 -0700 Commit message: selftests/bpf: test bpf flow dissection Adds a test that sends different types of packets over multiple tunnels and verifies that valid packets are dissected correctly. To do so, a tc-flower rul...
selftests/bpf: test bpf flow dissection Adds a test that sends different types of packets over multiple tunnels and verifies that valid packets are dissected correctly. To do so, a tc-flower rule is added to drop packets on UDP src port 9, and packets are sent from ports 8, 9, and 10. Only the packets on port 9 shoul...
ef4ab8447aa2639d7a80a50f23d9f27c5c0db276
50b3ed57dee9cd0e06c59826cec8af14b51bab3e
50b3ed57dee9cd0e06c59826cec8af14b51bab3e
bic
tools/testing/selftests/bpf/test_flow_dissector.c
__bswap_16
0000000000000a40 <__bswap_16>: static __inline __uint16_t __bswap_16 (__uint16_t __bsx) { #if __GNUC_PREREQ (4, 8) return __builtin_bswap16 (__bsx); a40: mov %edi,%eax a42: rol $0x8,%ax #else return __bswap_constant_16 (__bsx); #endif } a46: ret a47: nopw 0x0(%rax,%rax,1)
[Bug-Introducing Commit (BIC)] Function: __bswap_16 Author: Petar Penkov Date: Fri Sep 14 07:46:22 2018 -0700 Commit message: selftests/bpf: test bpf flow dissection Adds a test that sends different types of packets over multiple tunnels and verifies that valid packets are dissected correctly. To do so, a tc-flower r...
selftests/bpf: test bpf flow dissection Adds a test that sends different types of packets over multiple tunnels and verifies that valid packets are dissected correctly. To do so, a tc-flower rule is added to drop packets on UDP src port 9, and packets are sent from ports 8, 9, and 10. Only the packets on port 9 shoul...
ef4ab8447aa2639d7a80a50f23d9f27c5c0db276
50b3ed57dee9cd0e06c59826cec8af14b51bab3e
50b3ed57dee9cd0e06c59826cec8af14b51bab3e
bic
tools/testing/selftests/bpf/test_flow_dissector.c
build_gre_header
0000000000000a50 <build_gre_header>: a50: push %rbp a51: mov %rdi,%rdx a54: movzwl %si,%edi a57: mov %rsp,%rbp a5a: call a40 <__bswap_16> a5f: pop %rbp a60: mov %ax,0x2(%rdx) a64: ret a65: data16 cs nopw 0x0(%rax,%rax,1)
[Bug-Introducing Commit (BIC)] Function: build_gre_header Author: Petar Penkov Date: Fri Sep 14 07:46:22 2018 -0700 Commit message: selftests/bpf: test bpf flow dissection Adds a test that sends different types of packets over multiple tunnels and verifies that valid packets are dissected correctly. To do so, a tc-fl...
selftests/bpf: test bpf flow dissection Adds a test that sends different types of packets over multiple tunnels and verifies that valid packets are dissected correctly. To do so, a tc-flower rule is added to drop packets on UDP src port 9, and packets are sent from ports 8, 9, and 10. Only the packets on port 9 shoul...
ef4ab8447aa2639d7a80a50f23d9f27c5c0db276
50b3ed57dee9cd0e06c59826cec8af14b51bab3e
50b3ed57dee9cd0e06c59826cec8af14b51bab3e
bic
tools/testing/selftests/bpf/test_flow_dissector.c
build_ipv4_header
0000000000000a70 <build_ipv4_header>: a70: push %rbp a71: add $0x14,%r8d a75: mov %rdi,%r10 a78: movb $0x45,(%rdi) a7b: mov %r9b,0x1(%rdi) a7f: movb $0x8,0x8(%rdi) a83: mov %rsp,%rbp a86: movzwl %r8w,%edi a8a: call a40 <__bswap_16> a8f: mov $0x539...
[Bug-Introducing Commit (BIC)] Function: build_ipv4_header Author: Petar Penkov Date: Fri Sep 14 07:46:22 2018 -0700 Commit message: selftests/bpf: test bpf flow dissection Adds a test that sends different types of packets over multiple tunnels and verifies that valid packets are dissected correctly. To do so, a tc-f...
selftests/bpf: test bpf flow dissection Adds a test that sends different types of packets over multiple tunnels and verifies that valid packets are dissected correctly. To do so, a tc-flower rule is added to drop packets on UDP src port 9, and packets are sent from ports 8, 9, and 10. Only the packets on port 9 shoul...
ef4ab8447aa2639d7a80a50f23d9f27c5c0db276
50b3ed57dee9cd0e06c59826cec8af14b51bab3e
50b3ed57dee9cd0e06c59826cec8af14b51bab3e
bic
tools/testing/selftests/bpf/test_flow_dissector.c
util_gettime
0000000000000ad0 <util_gettime>: ad0: push %rbp ad1: xor %esi,%esi ad3: mov %rsp,%rbp ad6: sub $0x20,%rsp ada: mov %fs:0x28,%rax ae3: mov %rax,-0x8(%rbp) ae7: xor %eax,%eax ae9: lea -0x20(%rbp),%rdi aed: call af2 <util_gettime+0x22> af2: mov ...
[Bug-Introducing Commit (BIC)] Function: util_gettime Author: Petar Penkov Date: Fri Sep 14 07:46:22 2018 -0700 Commit message: selftests/bpf: test bpf flow dissection Adds a test that sends different types of packets over multiple tunnels and verifies that valid packets are dissected correctly. To do so, a tc-flower...
selftests/bpf: test bpf flow dissection Adds a test that sends different types of packets over multiple tunnels and verifies that valid packets are dissected correctly. To do so, a tc-flower rule is added to drop packets on UDP src port 9, and packets are sent from ports 8, 9, and 10. Only the packets on port 9 shoul...
ef4ab8447aa2639d7a80a50f23d9f27c5c0db276
50b3ed57dee9cd0e06c59826cec8af14b51bab3e
50b3ed57dee9cd0e06c59826cec8af14b51bab3e
bic
tools/testing/selftests/bpf/test_flow_dissector.c
do_rx
0000000000000b40 <do_rx>: b40: push %rbp b41: mov %rsp,%rbp b44: push %r13 b46: push %r12 b48: lea -0x29(%rbp),%r13 b4c: xor %r12d,%r12d b4f: push %rbx b50: mov %edi,%ebx b52: sub $0x18,%rsp b56: mov %fs:0x28,%rax b5f: mov %rax,-0x28(%r...
[Bug-Introducing Commit (BIC)] Function: do_rx Author: Petar Penkov Date: Fri Sep 14 07:46:22 2018 -0700 Commit message: selftests/bpf: test bpf flow dissection Adds a test that sends different types of packets over multiple tunnels and verifies that valid packets are dissected correctly. To do so, a tc-flower rule i...
selftests/bpf: test bpf flow dissection Adds a test that sends different types of packets over multiple tunnels and verifies that valid packets are dissected correctly. To do so, a tc-flower rule is added to drop packets on UDP src port 9, and packets are sent from ports 8, 9, and 10. Only the packets on port 9 shoul...