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
815425567dea6c54494e85050631d6bdda907c5d
fd981e3c321a7e8661e06fa6077aea89e8228c3a
815425567dea6c54494e85050631d6bdda907c5d
bfc
tools/bpf/bpf_dbg.c
run_shell_loop
0000000000000c00 <run_shell_loop>: c00: push %rbp c01: mov %rsp,%rbp c04: push %r14 c06: mov %rsi,%r14 c09: push %r13 c0b: mov %rdi,%r13 c0e: push %r12 c10: push %rbx c11: lea 0x0(%rip),%rbx # c18 <run_shell_loop+0x18> c18: call 9d0 <init_...
[Bug-Fix Commit (BFC)] Function: run_shell_loop Author: John Fastabend Date: Wed Apr 25 15:08:53 2018 -0700 Commit message: bpf: fix uninitialized variable in bpf tools Here the variable cont is used as the saved_pointer for a call to strtok_r(). It is safe to use the value uninitialized in this context however and th...
bpf: fix uninitialized variable in bpf tools Here the variable cont is used as the saved_pointer for a call to strtok_r(). It is safe to use the value uninitialized in this context however and the later reference is only ever used if the strtok_r is successful. But, 'gcc-5' at least doesn't have all this knowledge so ...
815425567dea6c54494e85050631d6bdda907c5d
fd981e3c321a7e8661e06fa6077aea89e8228c3a
815425567dea6c54494e85050631d6bdda907c5d
bfc
tools/bpf/bpf_dbg.c
bpf_reset
0000000000000c80 <bpf_reset>: c80: 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, c81: mov $0x50050,%edx...
[Bug-Fix Commit (BFC)] Function: bpf_reset Author: John Fastabend Date: Wed Apr 25 15:08:53 2018 -0700 Commit message: bpf: fix uninitialized variable in bpf tools Here the variable cont is used as the saved_pointer for a call to strtok_r(). It is safe to use the value uninitialized in this context however and the lat...
bpf: fix uninitialized variable in bpf tools Here the variable cont is used as the saved_pointer for a call to strtok_r(). It is safe to use the value uninitialized in this context however and the later reference is only ever used if the strtok_r is successful. But, 'gcc-5' at least doesn't have all this knowledge so ...
815425567dea6c54494e85050631d6bdda907c5d
fd981e3c321a7e8661e06fa6077aea89e8228c3a
815425567dea6c54494e85050631d6bdda907c5d
bfc
tools/bpf/bpf_dbg.c
bpf_restore_regs
0000000000000cd0 <bpf_restore_regs>: cd0: push %rbp cd1: mov 0x0(%rip),%eax # cd7 <bpf_restore_regs+0x7> cd7: lea -0x1(%rax,%rdi,1),%edx cdb: mov %rsp,%rbp cde: test %edx,%edx ce0: je d60 <bpf_restore_regs+0x90> ce2: cmp %edx,%eax ce4: jbe d48 <bpf_r...
[Bug-Fix Commit (BFC)] Function: bpf_restore_regs Author: John Fastabend Date: Wed Apr 25 15:08:53 2018 -0700 Commit message: bpf: fix uninitialized variable in bpf tools Here the variable cont is used as the saved_pointer for a call to strtok_r(). It is safe to use the value uninitialized in this context however and ...
bpf: fix uninitialized variable in bpf tools Here the variable cont is used as the saved_pointer for a call to strtok_r(). It is safe to use the value uninitialized in this context however and the later reference is only ever used if the strtok_r is successful. But, 'gcc-5' at least doesn't have all this knowledge so ...
815425567dea6c54494e85050631d6bdda907c5d
fd981e3c321a7e8661e06fa6077aea89e8228c3a
815425567dea6c54494e85050631d6bdda907c5d
bfc
tools/bpf/bpf_dbg.c
cmd_select
0000000000000d70 <cmd_select>: d70: endbr64 d74: push %rbp d75: mov %rsp,%rbp d78: push %r12 d7a: mov %rdi,%r12 d7d: sub $0x8,%rsp d81: call 480 <pcap_loaded> d86: mov %eax,%r8d d89: mov $0x1,%eax d8e: test %r8b,%r8b d91: je d9a <cmd_sel...
[Bug-Fix Commit (BFC)] Function: cmd_select Author: John Fastabend Date: Wed Apr 25 15:08:53 2018 -0700 Commit message: bpf: fix uninitialized variable in bpf tools Here the variable cont is used as the saved_pointer for a call to strtok_r(). It is safe to use the value uninitialized in this context however and the la...
bpf: fix uninitialized variable in bpf tools Here the variable cont is used as the saved_pointer for a call to strtok_r(). It is safe to use the value uninitialized in this context however and the later reference is only ever used if the strtok_r is successful. But, 'gcc-5' at least doesn't have all this knowledge so ...
815425567dea6c54494e85050631d6bdda907c5d
fd981e3c321a7e8661e06fa6077aea89e8228c3a
815425567dea6c54494e85050631d6bdda907c5d
bfc
tools/bpf/bpf_dbg.c
bpf_disasm
0000000000000e30 <bpf_disasm>: e30: push %rbp e31: mov %rdi,%rdx e34: shr $0x20,%rdx e38: mov %rsp,%rbp e3b: push %r14 e3d: push %r13 e3f: mov %esi,%r13d e42: push %r12 e44: push %rbx e45: mov %rdi,%rbx e48: sub $0x110,%rsp e4f: mov...
[Bug-Fix Commit (BFC)] Function: bpf_disasm Author: John Fastabend Date: Wed Apr 25 15:08:53 2018 -0700 Commit message: bpf: fix uninitialized variable in bpf tools Here the variable cont is used as the saved_pointer for a call to strtok_r(). It is safe to use the value uninitialized in this context however and the la...
bpf: fix uninitialized variable in bpf tools Here the variable cont is used as the saved_pointer for a call to strtok_r(). It is safe to use the value uninitialized in this context however and the later reference is only ever used if the strtok_r is successful. But, 'gcc-5' at least doesn't have all this knowledge so ...
815425567dea6c54494e85050631d6bdda907c5d
fd981e3c321a7e8661e06fa6077aea89e8228c3a
815425567dea6c54494e85050631d6bdda907c5d
bfc
tools/bpf/bpf_dbg.c
cmd_breakpoint
0000000000001360 <cmd_breakpoint>: 1360: endbr64 1364: push %rbp 1365: mov %rsp,%rbp 1368: push %r14 136a: push %r13 136c: mov $0x1,%r13d 1372: push %r12 1374: mov %rdi,%r12 1377: sub $0x8,%rsp 137b: call 370 <bpf_prog_loaded> 1380: test %al,%al 1...
[Bug-Fix Commit (BFC)] Function: cmd_breakpoint Author: John Fastabend Date: Wed Apr 25 15:08:53 2018 -0700 Commit message: bpf: fix uninitialized variable in bpf tools Here the variable cont is used as the saved_pointer for a call to strtok_r(). It is safe to use the value uninitialized in this context however and th...
bpf: fix uninitialized variable in bpf tools Here the variable cont is used as the saved_pointer for a call to strtok_r(). It is safe to use the value uninitialized in this context however and the later reference is only ever used if the strtok_r is successful. But, 'gcc-5' at least doesn't have all this knowledge so ...
815425567dea6c54494e85050631d6bdda907c5d
fd981e3c321a7e8661e06fa6077aea89e8228c3a
815425567dea6c54494e85050631d6bdda907c5d
bfc
tools/bpf/bpf_dbg.c
set_return.constprop.0
0000000000001420 <set_return.constprop.0>: 1420: movl $0x0,0x0(%rip) # 142a <set_return.constprop.0+0xa> 142a: movb $0x1,0x0(%rip) # 1431 <set_return.constprop.0+0x11> 1431: ret 1432: data16 cs nopw 0x0(%rax,%rax,1) 143d: nopl (%rax)
[Bug-Fix Commit (BFC)] Function: set_return.constprop.0 Author: John Fastabend Date: Wed Apr 25 15:08:53 2018 -0700 Commit message: bpf: fix uninitialized variable in bpf tools Here the variable cont is used as the saved_pointer for a call to strtok_r(). It is safe to use the value uninitialized in this context howeve...
bpf: fix uninitialized variable in bpf tools Here the variable cont is used as the saved_pointer for a call to strtok_r(). It is safe to use the value uninitialized in this context however and the later reference is only ever used if the strtok_r is successful. But, 'gcc-5' at least doesn't have all this knowledge so ...
815425567dea6c54494e85050631d6bdda907c5d
fd981e3c321a7e8661e06fa6077aea89e8228c3a
815425567dea6c54494e85050631d6bdda907c5d
bfc
tools/bpf/bpf_dbg.c
bpf_runnable.constprop.0
0000000000001440 <bpf_runnable.constprop.0>: 1440: push %rbp 1441: xor %edx,%edx 1443: mov $0x2,%esi 1448: mov %rsp,%rbp 144b: push %r14 144d: push %r13 144f: mov %edi,%r13d 1452: push %r12 1454: push %rbx 1455: lea 0x0(%rip),%rbx # 145c <bpf_runna...
[Bug-Fix Commit (BFC)] Function: bpf_runnable.constprop.0 Author: John Fastabend Date: Wed Apr 25 15:08:53 2018 -0700 Commit message: bpf: fix uninitialized variable in bpf tools Here the variable cont is used as the saved_pointer for a call to strtok_r(). It is safe to use the value uninitialized in this context howe...
bpf: fix uninitialized variable in bpf tools Here the variable cont is used as the saved_pointer for a call to strtok_r(). It is safe to use the value uninitialized in this context however and the later reference is only ever used if the strtok_r is successful. But, 'gcc-5' at least doesn't have all this knowledge so ...
815425567dea6c54494e85050631d6bdda907c5d
fd981e3c321a7e8661e06fa6077aea89e8228c3a
815425567dea6c54494e85050631d6bdda907c5d
bfc
tools/bpf/bpf_dbg.c
cmd_load_bpf
0000000000001560 <cmd_load_bpf>: 1560: push %rbp 1561: xor %esi,%esi 1563: mov $0x8008,%edx 1568: mov %rsp,%rbp 156b: push %r15 156d: push %r14 156f: mov %rdi,%r14 1572: push %r13 1574: push %r12 1576: lea 0x0(%rip),%r12 # 157d <cmd_load_bpf+0x1d> ...
[Bug-Fix Commit (BFC)] Function: cmd_load_bpf Author: John Fastabend Date: Wed Apr 25 15:08:53 2018 -0700 Commit message: bpf: fix uninitialized variable in bpf tools Here the variable cont is used as the saved_pointer for a call to strtok_r(). It is safe to use the value uninitialized in this context however and the ...
bpf: fix uninitialized variable in bpf tools Here the variable cont is used as the saved_pointer for a call to strtok_r(). It is safe to use the value uninitialized in this context however and the later reference is only ever used if the strtok_r is successful. But, 'gcc-5' at least doesn't have all this knowledge so ...
815425567dea6c54494e85050631d6bdda907c5d
fd981e3c321a7e8661e06fa6077aea89e8228c3a
815425567dea6c54494e85050631d6bdda907c5d
bfc
tools/bpf/bpf_dbg.c
cmd_load
0000000000001710 <cmd_load>: 1710: endbr64 1714: push %rbp 1715: mov %rsp,%rbp 1718: push %r13 171a: push %r12 171c: sub $0x10,%rsp 1720: mov %fs:0x28,%rax 1729: mov %rax,-0x18(%rbp) 172d: xor %eax,%eax 172f: movq $0x0,-0x20(%rbp) 1737: call 173c <cm...
[Bug-Fix Commit (BFC)] Function: cmd_load Author: John Fastabend Date: Wed Apr 25 15:08:53 2018 -0700 Commit message: bpf: fix uninitialized variable in bpf tools Here the variable cont is used as the saved_pointer for a call to strtok_r(). It is safe to use the value uninitialized in this context however and the late...
bpf: fix uninitialized variable in bpf tools Here the variable cont is used as the saved_pointer for a call to strtok_r(). It is safe to use the value uninitialized in this context however and the later reference is only ever used if the strtok_r is successful. But, 'gcc-5' at least doesn't have all this knowledge so ...
815425567dea6c54494e85050631d6bdda907c5d
fd981e3c321a7e8661e06fa6077aea89e8228c3a
815425567dea6c54494e85050631d6bdda907c5d
bfc
tools/bpf/bpf_dbg.c
bpf_dump_all.constprop.0
0000000000001810 <bpf_dump_all.constprop.0>: 1810: push %rbp 1811: xor %eax,%eax 1813: mov %rsp,%rbp 1816: push %r13 1818: push %r12 181a: mov %edi,%r12d 181d: lea 0x0(%rip),%rdi # 1824 <bpf_dump_all.constprop.0+0x14> 1824: push %rbx 1825: sub $0x8,%rsp ...
[Bug-Fix Commit (BFC)] Function: bpf_dump_all.constprop.0 Author: John Fastabend Date: Wed Apr 25 15:08:53 2018 -0700 Commit message: bpf: fix uninitialized variable in bpf tools Here the variable cont is used as the saved_pointer for a call to strtok_r(). It is safe to use the value uninitialized in this context howe...
bpf: fix uninitialized variable in bpf tools Here the variable cont is used as the saved_pointer for a call to strtok_r(). It is safe to use the value uninitialized in this context however and the later reference is only ever used if the strtok_r is successful. But, 'gcc-5' at least doesn't have all this knowledge so ...
815425567dea6c54494e85050631d6bdda907c5d
fd981e3c321a7e8661e06fa6077aea89e8228c3a
815425567dea6c54494e85050631d6bdda907c5d
bfc
tools/bpf/bpf_dbg.c
cmd_dump
0000000000001880 <cmd_dump>: 1880: endbr64 1884: push %rbp 1885: mov %rsp,%rbp 1888: call 370 <bpf_prog_loaded> 188d: mov %eax,%r8d 1890: mov $0x1,%eax 1895: test %r8b,%r8b 1898: jne 18a0 <cmd_dump+0x20> 189a: pop %rbp 189b: ret 189c: nopl 0x0(%rax...
[Bug-Fix Commit (BFC)] Function: cmd_dump Author: John Fastabend Date: Wed Apr 25 15:08:53 2018 -0700 Commit message: bpf: fix uninitialized variable in bpf tools Here the variable cont is used as the saved_pointer for a call to strtok_r(). It is safe to use the value uninitialized in this context however and the late...
bpf: fix uninitialized variable in bpf tools Here the variable cont is used as the saved_pointer for a call to strtok_r(). It is safe to use the value uninitialized in this context however and the later reference is only ever used if the strtok_r is successful. But, 'gcc-5' at least doesn't have all this knowledge so ...
815425567dea6c54494e85050631d6bdda907c5d
fd981e3c321a7e8661e06fa6077aea89e8228c3a
815425567dea6c54494e85050631d6bdda907c5d
bfc
tools/bpf/bpf_dbg.c
bpf_disasm_all.constprop.0
00000000000018b0 <bpf_disasm_all.constprop.0>: 18b0: test %edi,%edi 18b2: je 18f0 <bpf_disasm_all.constprop.0+0x40> 18b4: push %rbp 18b5: mov %rsp,%rbp 18b8: push %r13 18ba: lea 0x0(%rip),%r13 # 18c1 <bpf_disasm_all.constprop.0+0x11> 18c1: push %r12 18c3: mov ...
[Bug-Fix Commit (BFC)] Function: bpf_disasm_all.constprop.0 Author: John Fastabend Date: Wed Apr 25 15:08:53 2018 -0700 Commit message: bpf: fix uninitialized variable in bpf tools Here the variable cont is used as the saved_pointer for a call to strtok_r(). It is safe to use the value uninitialized in this context ho...
bpf: fix uninitialized variable in bpf tools Here the variable cont is used as the saved_pointer for a call to strtok_r(). It is safe to use the value uninitialized in this context however and the later reference is only ever used if the strtok_r is successful. But, 'gcc-5' at least doesn't have all this knowledge so ...
815425567dea6c54494e85050631d6bdda907c5d
fd981e3c321a7e8661e06fa6077aea89e8228c3a
815425567dea6c54494e85050631d6bdda907c5d
bfc
tools/bpf/bpf_dbg.c
cmd_disassemble
0000000000001900 <cmd_disassemble>: 1900: endbr64 1904: push %rbp 1905: mov %rsp,%rbp 1908: push %r13 190a: push %r12 190c: mov %rdi,%r12 190f: call 370 <bpf_prog_loaded> 1914: mov %eax,%r8d 1917: mov $0x1,%eax 191c: test %r8b,%r8b 191f: je 1939 <cm...
[Bug-Fix Commit (BFC)] Function: cmd_disassemble Author: John Fastabend Date: Wed Apr 25 15:08:53 2018 -0700 Commit message: bpf: fix uninitialized variable in bpf tools Here the variable cont is used as the saved_pointer for a call to strtok_r(). It is safe to use the value uninitialized in this context however and t...
bpf: fix uninitialized variable in bpf tools Here the variable cont is used as the saved_pointer for a call to strtok_r(). It is safe to use the value uninitialized in this context however and the later reference is only ever used if the strtok_r is successful. But, 'gcc-5' at least doesn't have all this knowledge so ...
815425567dea6c54494e85050631d6bdda907c5d
fd981e3c321a7e8661e06fa6077aea89e8228c3a
815425567dea6c54494e85050631d6bdda907c5d
bfc
tools/bpf/bpf_dbg.c
bpf_dump_curr.constprop.0
0000000000001980 <bpf_dump_curr.constprop.0>: 1980: push %rbp 1981: movzwl 0x0(%rip),%esi # 1988 <bpf_dump_curr.constprop.0+0x8> 1988: xor %eax,%eax 198a: mov %rsp,%rbp 198d: push %r14 198f: push %r13 1991: push %r12 1993: push %rbx 1994: mov %rdi,%rbx 1...
[Bug-Fix Commit (BFC)] Function: bpf_dump_curr.constprop.0 Author: John Fastabend Date: Wed Apr 25 15:08:53 2018 -0700 Commit message: bpf: fix uninitialized variable in bpf tools Here the variable cont is used as the saved_pointer for a call to strtok_r(). It is safe to use the value uninitialized in this context how...
bpf: fix uninitialized variable in bpf tools Here the variable cont is used as the saved_pointer for a call to strtok_r(). It is safe to use the value uninitialized in this context however and the later reference is only ever used if the strtok_r is successful. But, 'gcc-5' at least doesn't have all this knowledge so ...
815425567dea6c54494e85050631d6bdda907c5d
fd981e3c321a7e8661e06fa6077aea89e8228c3a
815425567dea6c54494e85050631d6bdda907c5d
bfc
tools/bpf/bpf_dbg.c
bpf_handle_breakpoint.constprop.0
0000000000001b20 <bpf_handle_breakpoint.constprop.0>: 1b20: push %rbp 1b21: xor %eax,%eax 1b23: mov %rsp,%rbp 1b26: push %r14 1b28: mov %edx,%r14d 1b2b: push %r13 1b2d: mov %esi,%r13d 1b30: push %r12 1b32: mov %rdi,%r12 1b35: lea 0x0(%rip),%rdi # ...
[Bug-Fix Commit (BFC)] Function: bpf_handle_breakpoint.constprop.0 Author: John Fastabend Date: Wed Apr 25 15:08:53 2018 -0700 Commit message: bpf: fix uninitialized variable in bpf tools Here the variable cont is used as the saved_pointer for a call to strtok_r(). It is safe to use the value uninitialized in this con...
bpf: fix uninitialized variable in bpf tools Here the variable cont is used as the saved_pointer for a call to strtok_r(). It is safe to use the value uninitialized in this context however and the later reference is only ever used if the strtok_r is successful. But, 'gcc-5' at least doesn't have all this knowledge so ...
815425567dea6c54494e85050631d6bdda907c5d
fd981e3c321a7e8661e06fa6077aea89e8228c3a
815425567dea6c54494e85050631d6bdda907c5d
bfc
tools/bpf/bpf_dbg.c
bpf_single_step.constprop.0.isra.0
0000000000001ba0 <bpf_single_step.constprop.0.isra.0>: 1ba0: push %rbp 1ba1: mov %edi,%eax 1ba3: mov %rsp,%rbp 1ba6: mov 0x10(%rbp),%r11d 1baa: cmp $0xb1,%di 1baf: ja 1bf5 <bpf_single_step.constprop.0.isra.0+0x55> 1bb1: lea 0x0(%rip),%r10 # 1bb8 <bpf_single_step.c...
[Bug-Fix Commit (BFC)] Function: bpf_single_step.constprop.0.isra.0 Author: John Fastabend Date: Wed Apr 25 15:08:53 2018 -0700 Commit message: bpf: fix uninitialized variable in bpf tools Here the variable cont is used as the saved_pointer for a call to strtok_r(). It is safe to use the value uninitialized in this co...
bpf: fix uninitialized variable in bpf tools Here the variable cont is used as the saved_pointer for a call to strtok_r(). It is safe to use the value uninitialized in this context however and the later reference is only ever used if the strtok_r is successful. But, 'gcc-5' at least doesn't have all this knowledge so ...
815425567dea6c54494e85050631d6bdda907c5d
fd981e3c321a7e8661e06fa6077aea89e8228c3a
815425567dea6c54494e85050631d6bdda907c5d
bfc
tools/bpf/bpf_dbg.c
bpf_run_stepping.constprop.0
0000000000001f90 <bpf_run_stepping.constprop.0>: 1f90: push %rbp 1f91: mov %rsp,%rbp 1f94: push %r15 1f96: push %r14 1f98: push %r13 1f9a: push %r12 1f9c: push %rbx 1f9d: sub $0x18,%rsp 1fa1: cmpb $0x0,0x0(%rip) # 1fa8 <bpf_run_stepping.constprop.0+0x18> ...
[Bug-Fix Commit (BFC)] Function: bpf_run_stepping.constprop.0 Author: John Fastabend Date: Wed Apr 25 15:08:53 2018 -0700 Commit message: bpf: fix uninitialized variable in bpf tools Here the variable cont is used as the saved_pointer for a call to strtok_r(). It is safe to use the value uninitialized in this context ...
bpf: fix uninitialized variable in bpf tools Here the variable cont is used as the saved_pointer for a call to strtok_r(). It is safe to use the value uninitialized in this context however and the later reference is only ever used if the strtok_r is successful. But, 'gcc-5' at least doesn't have all this knowledge so ...
815425567dea6c54494e85050631d6bdda907c5d
fd981e3c321a7e8661e06fa6077aea89e8228c3a
815425567dea6c54494e85050631d6bdda907c5d
bfc
tools/bpf/bpf_dbg.c
cmd_step
00000000000020a0 <cmd_step>: 20a0: endbr64 20a4: push %rbp 20a5: mov %rsp,%rbp 20a8: push %rbx 20a9: mov %rdi,%rbx 20ac: sub $0x8,%rsp 20b0: call 370 <bpf_prog_loaded> 20b5: test %al,%al 20b7: jne 20c8 <cmd_step+0x28> 20b9: mov $0x1,%eax 20be: mov -...
[Bug-Fix Commit (BFC)] Function: cmd_step Author: John Fastabend Date: Wed Apr 25 15:08:53 2018 -0700 Commit message: bpf: fix uninitialized variable in bpf tools Here the variable cont is used as the saved_pointer for a call to strtok_r(). It is safe to use the value uninitialized in this context however and the late...
bpf: fix uninitialized variable in bpf tools Here the variable cont is used as the saved_pointer for a call to strtok_r(). It is safe to use the value uninitialized in this context however and the later reference is only ever used if the strtok_r is successful. But, 'gcc-5' at least doesn't have all this knowledge so ...
815425567dea6c54494e85050631d6bdda907c5d
fd981e3c321a7e8661e06fa6077aea89e8228c3a
815425567dea6c54494e85050631d6bdda907c5d
bfc
tools/bpf/bpf_dbg.c
bpf_run_all.constprop.0
0000000000002180 <bpf_run_all.constprop.0>: 2180: push %rbp 2181: mov %rsp,%rbp 2184: push %r15 2186: push %r14 2188: lea 0x0(%rip),%r14 # 218f <bpf_run_all.constprop.0+0xf> 218f: push %r13 2191: mov %rdi,%r13 2194: push %r12 2196: mov %esi,%r12d 2199...
[Bug-Fix Commit (BFC)] Function: bpf_run_all.constprop.0 Author: John Fastabend Date: Wed Apr 25 15:08:53 2018 -0700 Commit message: bpf: fix uninitialized variable in bpf tools Here the variable cont is used as the saved_pointer for a call to strtok_r(). It is safe to use the value uninitialized in this context howev...
bpf: fix uninitialized variable in bpf tools Here the variable cont is used as the saved_pointer for a call to strtok_r(). It is safe to use the value uninitialized in this context however and the later reference is only ever used if the strtok_r is successful. But, 'gcc-5' at least doesn't have all this knowledge so ...
815425567dea6c54494e85050631d6bdda907c5d
fd981e3c321a7e8661e06fa6077aea89e8228c3a
815425567dea6c54494e85050631d6bdda907c5d
bfc
tools/bpf/bpf_dbg.c
cmd_run
00000000000022a0 <cmd_run>: 22a0: endbr64 22a4: push %rbp 22a5: mov %rsp,%rbp 22a8: push %r13 22aa: push %r12 22ac: push %rbx 22ad: mov %rdi,%rbx 22b0: sub $0x8,%rsp 22b4: call 370 <bpf_prog_loaded> 22b9: test %al,%al 22bb: jne 22d0 <cmd_run+0x30> ...
[Bug-Fix Commit (BFC)] Function: cmd_run Author: John Fastabend Date: Wed Apr 25 15:08:53 2018 -0700 Commit message: bpf: fix uninitialized variable in bpf tools Here the variable cont is used as the saved_pointer for a call to strtok_r(). It is safe to use the value uninitialized in this context however and the later...
bpf: fix uninitialized variable in bpf tools Here the variable cont is used as the saved_pointer for a call to strtok_r(). It is safe to use the value uninitialized in this context however and the later reference is only ever used if the strtok_r is successful. But, 'gcc-5' at least doesn't have all this knowledge so ...
815425567dea6c54494e85050631d6bdda907c5d
fd981e3c321a7e8661e06fa6077aea89e8228c3a
815425567dea6c54494e85050631d6bdda907c5d
bfc
tools/bpf/bpf_dbg.c
main
0000000000000000 <main>: 0: endbr64 4: push %rbp 5: mov %rsp,%rbp 8: push %r13 a: push %r12 c: push %rbx d: sub $0x8,%rsp 11: cmp $0x1,%edi 14: jg 36 <main+0x36> 16: mov 0x0(%rip),%rsi # 1d <main+0x1d> 1d: mov 0x0(%rip),%r13 # 24 <main+0x24> 24: a...
[Bug-Fix Commit (BFC)] Function: main Author: John Fastabend Date: Wed Apr 25 15:08:53 2018 -0700 Commit message: bpf: fix uninitialized variable in bpf tools Here the variable cont is used as the saved_pointer for a call to strtok_r(). It is safe to use the value uninitialized in this context however and the later re...
bpf: fix uninitialized variable in bpf tools Here the variable cont is used as the saved_pointer for a call to strtok_r(). It is safe to use the value uninitialized in this context however and the later reference is only ever used if the strtok_r is successful. But, 'gcc-5' at least doesn't have all this knowledge so ...
815425567dea6c54494e85050631d6bdda907c5d
fd981e3c321a7e8661e06fa6077aea89e8228c3a
fd981e3c321a7e8661e06fa6077aea89e8228c3a
bic
tools/net/bpf_dbg.c
bpf_reset_breakpoints
0000000000000000 <bpf_reset_breakpoints>: 0: pcmpeqd %xmm0,%xmm0 4: movaps %xmm0,0x0(%rip) # b <bpf_reset_breakpoints+0xb> b: movaps %xmm0,0x0(%rip) # 12 <bpf_reset_breakpoints+0x12> 12: movaps %xmm0,0x0(%rip) # 19 <bpf_reset_breakpoints+0x19> 19: movaps %xmm0,0x0(%...
[Bug-Introducing Commit (BIC)] Function: bpf_reset_breakpoints Author: Daniel Borkmann Date: Wed Dec 11 23:43:43 2013 +0100 Commit message: filter: bpf_dbg: add minimal bpf debugger This patch adds a minimal BPF debugger that "emulates" the kernel's BPF engine (w/o extensions) and allows for single stepping (forwards ...
filter: bpf_dbg: add minimal bpf debugger This patch adds a minimal BPF debugger that "emulates" the kernel's BPF engine (w/o extensions) and allows for single stepping (forwards and backwards through BPF code) or running with >=1 breakpoints through selected or all packets from a pcap file with a provided user filter...
815425567dea6c54494e85050631d6bdda907c5d
fd981e3c321a7e8661e06fa6077aea89e8228c3a
fd981e3c321a7e8661e06fa6077aea89e8228c3a
bic
tools/net/bpf_dbg.c
extract_u8
0000000000000080 <extract_u8>: 80: mov %esi,%esi 82: movzbl (%rdi,%rsi,1),%eax 86: ret 87: nopw 0x0(%rax,%rax,1)
[Bug-Introducing Commit (BIC)] Function: extract_u8 Author: Daniel Borkmann Date: Wed Dec 11 23:43:43 2013 +0100 Commit message: filter: bpf_dbg: add minimal bpf debugger This patch adds a minimal BPF debugger that "emulates" the kernel's BPF engine (w/o extensions) and allows for single stepping (forwards and backwar...
filter: bpf_dbg: add minimal bpf debugger This patch adds a minimal BPF debugger that "emulates" the kernel's BPF engine (w/o extensions) and allows for single stepping (forwards and backwards through BPF code) or running with >=1 breakpoints through selected or all packets from a pcap file with a provided user filter...
815425567dea6c54494e85050631d6bdda907c5d
fd981e3c321a7e8661e06fa6077aea89e8228c3a
fd981e3c321a7e8661e06fa6077aea89e8228c3a
bic
tools/net/bpf_dbg.c
bpf_pc_has_breakpoint
0000000000000090 <bpf_pc_has_breakpoint>: 90: lea 0x0(%rip),%rax # 97 <bpf_pc_has_breakpoint+0x7> 97: movzwl %di,%edi 9a: lea 0x100(%rax),%rcx a1: jmp b1 <bpf_pc_has_breakpoint+0x21> a3: nopl 0x0(%rax,%rax,1) a8: add $0x4,%rax ac: cmp %rcx,%rax af:...
[Bug-Introducing Commit (BIC)] Function: bpf_pc_has_breakpoint Author: Daniel Borkmann Date: Wed Dec 11 23:43:43 2013 +0100 Commit message: filter: bpf_dbg: add minimal bpf debugger This patch adds a minimal BPF debugger that "emulates" the kernel's BPF engine (w/o extensions) and allows for single stepping (forwards ...
filter: bpf_dbg: add minimal bpf debugger This patch adds a minimal BPF debugger that "emulates" the kernel's BPF engine (w/o extensions) and allows for single stepping (forwards and backwards through BPF code) or running with >=1 breakpoints through selected or all packets from a pcap file with a provided user filter...
815425567dea6c54494e85050631d6bdda907c5d
fd981e3c321a7e8661e06fa6077aea89e8228c3a
fd981e3c321a7e8661e06fa6077aea89e8228c3a
bic
tools/net/bpf_dbg.c
pcap_curr_pkt
00000000000000d0 <pcap_curr_pkt>: d0: mov 0x0(%rip),%rax # d7 <pcap_curr_pkt+0x7> d7: ret d8: nopl 0x0(%rax,%rax,1)
[Bug-Introducing Commit (BIC)] Function: pcap_curr_pkt Author: Daniel Borkmann Date: Wed Dec 11 23:43:43 2013 +0100 Commit message: filter: bpf_dbg: add minimal bpf debugger This patch adds a minimal BPF debugger that "emulates" the kernel's BPF engine (w/o extensions) and allows for single stepping (forwards and back...
filter: bpf_dbg: add minimal bpf debugger This patch adds a minimal BPF debugger that "emulates" the kernel's BPF engine (w/o extensions) and allows for single stepping (forwards and backwards through BPF code) or running with >=1 breakpoints through selected or all packets from a pcap file with a provided user filter...
815425567dea6c54494e85050631d6bdda907c5d
fd981e3c321a7e8661e06fa6077aea89e8228c3a
fd981e3c321a7e8661e06fa6077aea89e8228c3a
bic
tools/net/bpf_dbg.c
pcap_next_pkt
00000000000000e0 <pcap_next_pkt>: e0: mov 0x0(%rip),%rdi # e7 <pcap_next_pkt+0x7> e7: mov 0x0(%rip),%rsi # ee <pcap_next_pkt+0xe> ee: xor %r8d,%r8d f1: mov 0x0(%rip),%rcx # f8 <pcap_next_pkt+0x18> f8: lea 0x10(%rdi),%rax fc: sub %rsi,%rax ...
[Bug-Introducing Commit (BIC)] Function: pcap_next_pkt Author: Daniel Borkmann Date: Wed Dec 11 23:43:43 2013 +0100 Commit message: filter: bpf_dbg: add minimal bpf debugger This patch adds a minimal BPF debugger that "emulates" the kernel's BPF engine (w/o extensions) and allows for single stepping (forwards and back...
filter: bpf_dbg: add minimal bpf debugger This patch adds a minimal BPF debugger that "emulates" the kernel's BPF engine (w/o extensions) and allows for single stepping (forwards and backwards through BPF code) or running with >=1 breakpoints through selected or all packets from a pcap file with a provided user filter...
815425567dea6c54494e85050631d6bdda907c5d
fd981e3c321a7e8661e06fa6077aea89e8228c3a
fd981e3c321a7e8661e06fa6077aea89e8228c3a
bic
tools/net/bpf_dbg.c
pcap_reset_pkt
0000000000000160 <pcap_reset_pkt>: 160: mov 0x0(%rip),%rax # 167 <pcap_reset_pkt+0x7> 167: add $0x18,%rax 16b: mov %rax,0x0(%rip) # 172 <pcap_reset_pkt+0x12> 172: ret 173: data16 cs nopw 0x0(%rax,%rax,1) 17e: xchg %ax,%ax
[Bug-Introducing Commit (BIC)] Function: pcap_reset_pkt Author: Daniel Borkmann Date: Wed Dec 11 23:43:43 2013 +0100 Commit message: filter: bpf_dbg: add minimal bpf debugger This patch adds a minimal BPF debugger that "emulates" the kernel's BPF engine (w/o extensions) and allows for single stepping (forwards and bac...
filter: bpf_dbg: add minimal bpf debugger This patch adds a minimal BPF debugger that "emulates" the kernel's BPF engine (w/o extensions) and allows for single stepping (forwards and backwards through BPF code) or running with >=1 breakpoints through selected or all packets from a pcap file with a provided user filter...
815425567dea6c54494e85050631d6bdda907c5d
fd981e3c321a7e8661e06fa6077aea89e8228c3a
fd981e3c321a7e8661e06fa6077aea89e8228c3a
bic
tools/net/bpf_dbg.c
cmd_quit
0000000000000180 <cmd_quit>: 180: endbr64 184: mov $0x2,%eax 189: ret 18a: nopw 0x0(%rax,%rax,1)
[Bug-Introducing Commit (BIC)] Function: cmd_quit Author: Daniel Borkmann Date: Wed Dec 11 23:43:43 2013 +0100 Commit message: filter: bpf_dbg: add minimal bpf debugger This patch adds a minimal BPF debugger that "emulates" the kernel's BPF engine (w/o extensions) and allows for single stepping (forwards and backwards...
filter: bpf_dbg: add minimal bpf debugger This patch adds a minimal BPF debugger that "emulates" the kernel's BPF engine (w/o extensions) and allows for single stepping (forwards and backwards through BPF code) or running with >=1 breakpoints through selected or all packets from a pcap file with a provided user filter...
815425567dea6c54494e85050631d6bdda907c5d
fd981e3c321a7e8661e06fa6077aea89e8228c3a
fd981e3c321a7e8661e06fa6077aea89e8228c3a
bic
tools/net/bpf_dbg.c
intr_shell
0000000000000190 <intr_shell>: 190: endbr64 194: push %rbp 195: mov 0x0(%rip),%eax # 19b <intr_shell+0xb> 19b: mov %rsp,%rbp 19e: test %eax,%eax 1a0: jne 1c0 <intr_shell+0x30> 1a2: call 1a7 <intr_shell+0x17> 1a7: xor %esi,%esi 1a9: xor %edi,%edi ...
[Bug-Introducing Commit (BIC)] Function: intr_shell Author: Daniel Borkmann Date: Wed Dec 11 23:43:43 2013 +0100 Commit message: filter: bpf_dbg: add minimal bpf debugger This patch adds a minimal BPF debugger that "emulates" the kernel's BPF engine (w/o extensions) and allows for single stepping (forwards and backwar...
filter: bpf_dbg: add minimal bpf debugger This patch adds a minimal BPF debugger that "emulates" the kernel's BPF engine (w/o extensions) and allows for single stepping (forwards and backwards through BPF code) or running with >=1 breakpoints through selected or all packets from a pcap file with a provided user filter...
815425567dea6c54494e85050631d6bdda907c5d
fd981e3c321a7e8661e06fa6077aea89e8228c3a
fd981e3c321a7e8661e06fa6077aea89e8228c3a
bic
tools/net/bpf_dbg.c
shell_completion
00000000000001d0 <shell_completion>: 1d0: endbr64 1d4: test %esi,%esi 1d6: jne 1e8 <shell_completion+0x18> 1d8: lea 0x11(%rip),%rsi # 1f0 <shell_comp_gen> 1df: jmp 1e4 <shell_completion+0x14> 1e4: nopl 0x0(%rax) 1e8: xor %eax,%eax 1ea: ret 1eb: no...
[Bug-Introducing Commit (BIC)] Function: shell_completion Author: Daniel Borkmann Date: Wed Dec 11 23:43:43 2013 +0100 Commit message: filter: bpf_dbg: add minimal bpf debugger This patch adds a minimal BPF debugger that "emulates" the kernel's BPF engine (w/o extensions) and allows for single stepping (forwards and b...
filter: bpf_dbg: add minimal bpf debugger This patch adds a minimal BPF debugger that "emulates" the kernel's BPF engine (w/o extensions) and allows for single stepping (forwards and backwards through BPF code) or running with >=1 breakpoints through selected or all packets from a pcap file with a provided user filter...
815425567dea6c54494e85050631d6bdda907c5d
fd981e3c321a7e8661e06fa6077aea89e8228c3a
fd981e3c321a7e8661e06fa6077aea89e8228c3a
bic
tools/net/bpf_dbg.c
shell_comp_gen
00000000000001f0 <shell_comp_gen>: 1f0: endbr64 1f4: push %rbp 1f5: mov %rsp,%rbp 1f8: push %r15 1fa: push %r14 1fc: push %r13 1fe: mov %rdi,%r13 201: push %r12 203: push %rbx 204: movslq %esi,%rbx 207: sub $0x8,%rsp 20b: test %ebx,%ebx...
[Bug-Introducing Commit (BIC)] Function: shell_comp_gen Author: Daniel Borkmann Date: Wed Dec 11 23:43:43 2013 +0100 Commit message: filter: bpf_dbg: add minimal bpf debugger This patch adds a minimal BPF debugger that "emulates" the kernel's BPF engine (w/o extensions) and allows for single stepping (forwards and bac...
filter: bpf_dbg: add minimal bpf debugger This patch adds a minimal BPF debugger that "emulates" the kernel's BPF engine (w/o extensions) and allows for single stepping (forwards and backwards through BPF code) or running with >=1 breakpoints through selected or all packets from a pcap file with a provided user filter...
815425567dea6c54494e85050631d6bdda907c5d
fd981e3c321a7e8661e06fa6077aea89e8228c3a
fd981e3c321a7e8661e06fa6077aea89e8228c3a
bic
tools/net/bpf_dbg.c
rl_printf
00000000000002a0 <rl_printf>: 2a0: push %rbp 2a1: mov %rdi,%r10 2a4: mov %rsp,%rbp 2a7: sub $0xd0,%rsp 2ae: mov %rsi,-0xa8(%rbp) 2b5: mov %rdx,-0xa0(%rbp) 2bc: mov %rcx,-0x98(%rbp) 2c3: mov %r8,-0x90(%rbp) 2ca: mov %r9,-0x88(%rbp) 2d1: test %...
[Bug-Introducing Commit (BIC)] Function: rl_printf Author: Daniel Borkmann Date: Wed Dec 11 23:43:43 2013 +0100 Commit message: filter: bpf_dbg: add minimal bpf debugger This patch adds a minimal BPF debugger that "emulates" the kernel's BPF engine (w/o extensions) and allows for single stepping (forwards and backward...
filter: bpf_dbg: add minimal bpf debugger This patch adds a minimal BPF debugger that "emulates" the kernel's BPF engine (w/o extensions) and allows for single stepping (forwards and backwards through BPF code) or running with >=1 breakpoints through selected or all packets from a pcap file with a provided user filter...
815425567dea6c54494e85050631d6bdda907c5d
fd981e3c321a7e8661e06fa6077aea89e8228c3a
fd981e3c321a7e8661e06fa6077aea89e8228c3a
bic
tools/net/bpf_dbg.c
bpf_prog_loaded
0000000000000370 <bpf_prog_loaded>: 370: mov 0x0(%rip),%eax # 376 <bpf_prog_loaded+0x6> 376: test %eax,%eax 378: je 380 <bpf_prog_loaded+0x10> 37a: test %eax,%eax 37c: setne %al 37f: ret 380: push %rbp 381: lea 0x0(%rip),%rdi # 388 <bpf_prog_loa...
[Bug-Introducing Commit (BIC)] Function: bpf_prog_loaded Author: Daniel Borkmann Date: Wed Dec 11 23:43:43 2013 +0100 Commit message: filter: bpf_dbg: add minimal bpf debugger This patch adds a minimal BPF debugger that "emulates" the kernel's BPF engine (w/o extensions) and allows for single stepping (forwards and ba...
filter: bpf_dbg: add minimal bpf debugger This patch adds a minimal BPF debugger that "emulates" the kernel's BPF engine (w/o extensions) and allows for single stepping (forwards and backwards through BPF code) or running with >=1 breakpoints through selected or all packets from a pcap file with a provided user filter...
815425567dea6c54494e85050631d6bdda907c5d
fd981e3c321a7e8661e06fa6077aea89e8228c3a
fd981e3c321a7e8661e06fa6077aea89e8228c3a
bic
tools/net/bpf_dbg.c
bpf_dump_breakpoints
00000000000003a0 <bpf_dump_breakpoints>: 3a0: push %rbp 3a1: lea 0x0(%rip),%rdi # 3a8 <bpf_dump_breakpoints+0x8> 3a8: xor %eax,%eax 3aa: mov %rsp,%rbp 3ad: push %r13 3af: lea 0x0(%rip),%r13 # 3b6 <bpf_dump_breakpoints+0x16> 3b6: push %r12 3b8: push...
[Bug-Introducing Commit (BIC)] Function: bpf_dump_breakpoints Author: Daniel Borkmann Date: Wed Dec 11 23:43:43 2013 +0100 Commit message: filter: bpf_dbg: add minimal bpf debugger This patch adds a minimal BPF debugger that "emulates" the kernel's BPF engine (w/o extensions) and allows for single stepping (forwards a...
filter: bpf_dbg: add minimal bpf debugger This patch adds a minimal BPF debugger that "emulates" the kernel's BPF engine (w/o extensions) and allows for single stepping (forwards and backwards through BPF code) or running with >=1 breakpoints through selected or all packets from a pcap file with a provided user filter...
815425567dea6c54494e85050631d6bdda907c5d
fd981e3c321a7e8661e06fa6077aea89e8228c3a
fd981e3c321a7e8661e06fa6077aea89e8228c3a
bic
tools/net/bpf_dbg.c
bpf_set_breakpoints
0000000000000410 <bpf_set_breakpoints>: 410: lea 0x0(%rip),%rax # 417 <bpf_set_breakpoints+0x7> 417: xor %esi,%esi 419: lea 0x100(%rax),%rcx 420: jmp 431 <bpf_set_breakpoints+0x21> 422: nopw 0x0(%rax,%rax,1) 428: add $0x4,%rax 42c: cmp %rcx,%rax 42f: je...
[Bug-Introducing Commit (BIC)] Function: bpf_set_breakpoints Author: Daniel Borkmann Date: Wed Dec 11 23:43:43 2013 +0100 Commit message: filter: bpf_dbg: add minimal bpf debugger This patch adds a minimal BPF debugger that "emulates" the kernel's BPF engine (w/o extensions) and allows for single stepping (forwards an...
filter: bpf_dbg: add minimal bpf debugger This patch adds a minimal BPF debugger that "emulates" the kernel's BPF engine (w/o extensions) and allows for single stepping (forwards and backwards through BPF code) or running with >=1 breakpoints through selected or all packets from a pcap file with a provided user filter...
815425567dea6c54494e85050631d6bdda907c5d
fd981e3c321a7e8661e06fa6077aea89e8228c3a
fd981e3c321a7e8661e06fa6077aea89e8228c3a
bic
tools/net/bpf_dbg.c
pcap_loaded
0000000000000480 <pcap_loaded>: 480: mov 0x0(%rip),%eax # 486 <pcap_loaded+0x6> 486: test %eax,%eax 488: js 490 <pcap_loaded+0x10> 48a: not %eax 48c: shr $0x1f,%eax 48f: ret 490: push %rbp 491: lea 0x0(%rip),%rdi # 498 <pcap_loaded+0x18> ...
[Bug-Introducing Commit (BIC)] Function: pcap_loaded Author: Daniel Borkmann Date: Wed Dec 11 23:43:43 2013 +0100 Commit message: filter: bpf_dbg: add minimal bpf debugger This patch adds a minimal BPF debugger that "emulates" the kernel's BPF engine (w/o extensions) and allows for single stepping (forwards and backwa...
filter: bpf_dbg: add minimal bpf debugger This patch adds a minimal BPF debugger that "emulates" the kernel's BPF engine (w/o extensions) and allows for single stepping (forwards and backwards through BPF code) or running with >=1 breakpoints through selected or all packets from a pcap file with a provided user filter...
815425567dea6c54494e85050631d6bdda907c5d
fd981e3c321a7e8661e06fa6077aea89e8228c3a
fd981e3c321a7e8661e06fa6077aea89e8228c3a
bic
tools/net/bpf_dbg.c
hex_dump
00000000000004b0 <hex_dump>: 4b0: push %rbp 4b1: xor %eax,%eax 4b3: mov %rsp,%rbp 4b6: push %r15 4b8: lea 0x0(%rip),%r15 # 4bf <hex_dump+0xf> 4bf: push %r14 4c1: lea 0x0(%rip),%r14 # 4c8 <hex_dump+0x18> 4c8: push %r13 4ca: mov %rdi,%r13 ...
[Bug-Introducing Commit (BIC)] Function: hex_dump Author: Daniel Borkmann Date: Wed Dec 11 23:43:43 2013 +0100 Commit message: filter: bpf_dbg: add minimal bpf debugger This patch adds a minimal BPF debugger that "emulates" the kernel's BPF engine (w/o extensions) and allows for single stepping (forwards and backwards...
filter: bpf_dbg: add minimal bpf debugger This patch adds a minimal BPF debugger that "emulates" the kernel's BPF engine (w/o extensions) and allows for single stepping (forwards and backwards through BPF code) or running with >=1 breakpoints through selected or all packets from a pcap file with a provided user filter...
815425567dea6c54494e85050631d6bdda907c5d
fd981e3c321a7e8661e06fa6077aea89e8228c3a
fd981e3c321a7e8661e06fa6077aea89e8228c3a
bic
tools/net/bpf_dbg.c
bpf_dump_pkt
0000000000000550 <bpf_dump_pkt>: 550: push %rbp 551: mov %rsp,%rbp 554: push %r12 556: mov %rdi,%r12 559: push %rbx 55a: mov %esi,%ebx 55c: cmp %edx,%esi 55e: je 580 <bpf_dump_pkt+0x30> 560: lea 0x0(%rip),%rdi # 567 <bpf_dump_pkt+0x17> 56...
[Bug-Introducing Commit (BIC)] Function: bpf_dump_pkt Author: Daniel Borkmann Date: Wed Dec 11 23:43:43 2013 +0100 Commit message: filter: bpf_dbg: add minimal bpf debugger This patch adds a minimal BPF debugger that "emulates" the kernel's BPF engine (w/o extensions) and allows for single stepping (forwards and backw...
filter: bpf_dbg: add minimal bpf debugger This patch adds a minimal BPF debugger that "emulates" the kernel's BPF engine (w/o extensions) and allows for single stepping (forwards and backwards through BPF code) or running with >=1 breakpoints through selected or all packets from a pcap file with a provided user filter...
815425567dea6c54494e85050631d6bdda907c5d
fd981e3c321a7e8661e06fa6077aea89e8228c3a
fd981e3c321a7e8661e06fa6077aea89e8228c3a
bic
tools/net/bpf_dbg.c
matches
00000000000005a0 <matches>: 5a0: push %rbp 5a1: mov %rsp,%rbp 5a4: push %r14 5a6: push %r13 5a8: mov %rdi,%r13 5ab: push %r12 5ad: mov %rsi,%r12 5b0: sub $0x8,%rsp 5b4: call 5b9 <matches+0x19> 5b9: mov %r12,%rdi 5bc: movslq %eax,%r14 5...
[Bug-Introducing Commit (BIC)] Function: matches Author: Daniel Borkmann Date: Wed Dec 11 23:43:43 2013 +0100 Commit message: filter: bpf_dbg: add minimal bpf debugger This patch adds a minimal BPF debugger that "emulates" the kernel's BPF engine (w/o extensions) and allows for single stepping (forwards and backwards ...
filter: bpf_dbg: add minimal bpf debugger This patch adds a minimal BPF debugger that "emulates" the kernel's BPF engine (w/o extensions) and allows for single stepping (forwards and backwards through BPF code) or running with >=1 breakpoints through selected or all packets from a pcap file with a provided user filter...
815425567dea6c54494e85050631d6bdda907c5d
fd981e3c321a7e8661e06fa6077aea89e8228c3a
fd981e3c321a7e8661e06fa6077aea89e8228c3a
bic
tools/net/bpf_dbg.c
bpf_safe_regs
0000000000000600 <bpf_safe_regs>: 600: mov 0x0(%rip),%eax # 606 <bpf_safe_regs+0x6> __fortify_function void * __NTH (memcpy (void *__restrict __dest, const void *__restrict __src, size_t __len)) { return __builtin___memcpy_chk (__dest, __src, __len, 606: movdqa 0x0(%rip),%xmm0 # 60...
[Bug-Introducing Commit (BIC)] Function: bpf_safe_regs Author: Daniel Borkmann Date: Wed Dec 11 23:43:43 2013 +0100 Commit message: filter: bpf_dbg: add minimal bpf debugger This patch adds a minimal BPF debugger that "emulates" the kernel's BPF engine (w/o extensions) and allows for single stepping (forwards and back...
filter: bpf_dbg: add minimal bpf debugger This patch adds a minimal BPF debugger that "emulates" the kernel's BPF engine (w/o extensions) and allows for single stepping (forwards and backwards through BPF code) or running with >=1 breakpoints through selected or all packets from a pcap file with a provided user filter...
815425567dea6c54494e85050631d6bdda907c5d
fd981e3c321a7e8661e06fa6077aea89e8228c3a
fd981e3c321a7e8661e06fa6077aea89e8228c3a
bic
tools/net/bpf_dbg.c
__bswap_32
0000000000000660 <__bswap_32>: static __inline __uint32_t __bswap_32 (__uint32_t __bsx) { #if __GNUC_PREREQ (4, 3) return __builtin_bswap32 (__bsx); 660: mov %edi,%eax 662: bswap %eax #else return __bswap_constant_32 (__bsx); #endif } 664: ret 665: data16 cs nopw 0x0(%rax,%rax,1)
[Bug-Introducing Commit (BIC)] Function: __bswap_32 Author: Daniel Borkmann Date: Wed Dec 11 23:43:43 2013 +0100 Commit message: filter: bpf_dbg: add minimal bpf debugger This patch adds a minimal BPF debugger that "emulates" the kernel's BPF engine (w/o extensions) and allows for single stepping (forwards and backwar...
filter: bpf_dbg: add minimal bpf debugger This patch adds a minimal BPF debugger that "emulates" the kernel's BPF engine (w/o extensions) and allows for single stepping (forwards and backwards through BPF code) or running with >=1 breakpoints through selected or all packets from a pcap file with a provided user filter...
815425567dea6c54494e85050631d6bdda907c5d
fd981e3c321a7e8661e06fa6077aea89e8228c3a
fd981e3c321a7e8661e06fa6077aea89e8228c3a
bic
tools/net/bpf_dbg.c
extract_u32
0000000000000670 <extract_u32>: 670: mov %esi,%esi 672: mov (%rdi,%rsi,1),%edi 675: jmp 660 <__bswap_32> 677: nopw 0x0(%rax,%rax,1)
[Bug-Introducing Commit (BIC)] Function: extract_u32 Author: Daniel Borkmann Date: Wed Dec 11 23:43:43 2013 +0100 Commit message: filter: bpf_dbg: add minimal bpf debugger This patch adds a minimal BPF debugger that "emulates" the kernel's BPF engine (w/o extensions) and allows for single stepping (forwards and backwa...
filter: bpf_dbg: add minimal bpf debugger This patch adds a minimal BPF debugger that "emulates" the kernel's BPF engine (w/o extensions) and allows for single stepping (forwards and backwards through BPF code) or running with >=1 breakpoints through selected or all packets from a pcap file with a provided user filter...
815425567dea6c54494e85050631d6bdda907c5d
fd981e3c321a7e8661e06fa6077aea89e8228c3a
fd981e3c321a7e8661e06fa6077aea89e8228c3a
bic
tools/net/bpf_dbg.c
__bswap_16
0000000000000680 <__bswap_16>: return __builtin_bswap16 (__bsx); 680: mov %edi,%eax 682: rol $0x8,%ax } 686: ret 687: nopw 0x0(%rax,%rax,1)
[Bug-Introducing Commit (BIC)] Function: __bswap_16 Author: Daniel Borkmann Date: Wed Dec 11 23:43:43 2013 +0100 Commit message: filter: bpf_dbg: add minimal bpf debugger This patch adds a minimal BPF debugger that "emulates" the kernel's BPF engine (w/o extensions) and allows for single stepping (forwards and backwar...
filter: bpf_dbg: add minimal bpf debugger This patch adds a minimal BPF debugger that "emulates" the kernel's BPF engine (w/o extensions) and allows for single stepping (forwards and backwards through BPF code) or running with >=1 breakpoints through selected or all packets from a pcap file with a provided user filter...
815425567dea6c54494e85050631d6bdda907c5d
fd981e3c321a7e8661e06fa6077aea89e8228c3a
fd981e3c321a7e8661e06fa6077aea89e8228c3a
bic
tools/net/bpf_dbg.c
extract_u16
0000000000000690 <extract_u16>: 690: mov %esi,%esi 692: movzwl (%rdi,%rsi,1),%edi 696: jmp 680 <__bswap_16> 698: nopl 0x0(%rax,%rax,1)
[Bug-Introducing Commit (BIC)] Function: extract_u16 Author: Daniel Borkmann Date: Wed Dec 11 23:43:43 2013 +0100 Commit message: filter: bpf_dbg: add minimal bpf debugger This patch adds a minimal BPF debugger that "emulates" the kernel's BPF engine (w/o extensions) and allows for single stepping (forwards and backwa...
filter: bpf_dbg: add minimal bpf debugger This patch adds a minimal BPF debugger that "emulates" the kernel's BPF engine (w/o extensions) and allows for single stepping (forwards and backwards through BPF code) or running with >=1 breakpoints through selected or all packets from a pcap file with a provided user filter...
815425567dea6c54494e85050631d6bdda907c5d
fd981e3c321a7e8661e06fa6077aea89e8228c3a
fd981e3c321a7e8661e06fa6077aea89e8228c3a
bic
tools/net/bpf_dbg.c
execf
00000000000006a0 <execf>: 6a0: push %rbp 6a1: mov %rsp,%rbp 6a4: push %r15 6a6: push %r14 6a8: push %r13 6aa: push %r12 6ac: push %rbx 6ad: sub $0x28,%rsp 6b1: mov %fs:0x28,%rax 6ba: mov %rax,-0x38(%rbp) 6be: xor %eax,%eax 6c0: call ...
[Bug-Introducing Commit (BIC)] Function: execf Author: Daniel Borkmann Date: Wed Dec 11 23:43:43 2013 +0100 Commit message: filter: bpf_dbg: add minimal bpf debugger This patch adds a minimal BPF debugger that "emulates" the kernel's BPF engine (w/o extensions) and allows for single stepping (forwards and backwards th...
filter: bpf_dbg: add minimal bpf debugger This patch adds a minimal BPF debugger that "emulates" the kernel's BPF engine (w/o extensions) and allows for single stepping (forwards and backwards through BPF code) or running with >=1 breakpoints through selected or all packets from a pcap file with a provided user filter...
815425567dea6c54494e85050631d6bdda907c5d
fd981e3c321a7e8661e06fa6077aea89e8228c3a
fd981e3c321a7e8661e06fa6077aea89e8228c3a
bic
tools/net/bpf_dbg.c
try_close_pcap
0000000000000790 <try_close_pcap>: 790: push %rbp 791: mov %rsp,%rbp 794: push %r12 796: sub $0x8,%rsp 79a: mov 0x0(%rip),%r12d # 7a1 <try_close_pcap+0x11> 7a1: test %r12d,%r12d 7a4: js 7ec <try_close_pcap+0x5c> 7a6: mov 0x0(%rip),%rsi # 7ad <t...
[Bug-Introducing Commit (BIC)] Function: try_close_pcap Author: Daniel Borkmann Date: Wed Dec 11 23:43:43 2013 +0100 Commit message: filter: bpf_dbg: add minimal bpf debugger This patch adds a minimal BPF debugger that "emulates" the kernel's BPF engine (w/o extensions) and allows for single stepping (forwards and bac...
filter: bpf_dbg: add minimal bpf debugger This patch adds a minimal BPF debugger that "emulates" the kernel's BPF engine (w/o extensions) and allows for single stepping (forwards and backwards through BPF code) or running with >=1 breakpoints through selected or all packets from a pcap file with a provided user filter...
815425567dea6c54494e85050631d6bdda907c5d
fd981e3c321a7e8661e06fa6077aea89e8228c3a
fd981e3c321a7e8661e06fa6077aea89e8228c3a
bic
tools/net/bpf_dbg.c
try_load_pcap
0000000000000800 <try_load_pcap>: 800: 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 ()); 801: xor %esi,%esi 803: mov %rsp,%rbp 806:...
[Bug-Introducing Commit (BIC)] Function: try_load_pcap Author: Daniel Borkmann Date: Wed Dec 11 23:43:43 2013 +0100 Commit message: filter: bpf_dbg: add minimal bpf debugger This patch adds a minimal BPF debugger that "emulates" the kernel's BPF engine (w/o extensions) and allows for single stepping (forwards and back...
filter: bpf_dbg: add minimal bpf debugger This patch adds a minimal BPF debugger that "emulates" the kernel's BPF engine (w/o extensions) and allows for single stepping (forwards and backwards through BPF code) or running with >=1 breakpoints through selected or all packets from a pcap file with a provided user filter...
815425567dea6c54494e85050631d6bdda907c5d
fd981e3c321a7e8661e06fa6077aea89e8228c3a
fd981e3c321a7e8661e06fa6077aea89e8228c3a
bic
tools/net/bpf_dbg.c
cmd_load_pcap
0000000000000970 <cmd_load_pcap>: 970: push %rbp 971: lea 0x0(%rip),%rsi # 978 <cmd_load_pcap+0x8> 978: mov %rsp,%rbp 97b: push %r12 97d: lea -0x20(%rbp),%rdx 981: sub $0x18,%rsp 985: mov %fs:0x28,%rax 98e: mov %rax,-0x18(%rbp) 992: xor %eax,%...
[Bug-Introducing Commit (BIC)] Function: cmd_load_pcap Author: Daniel Borkmann Date: Wed Dec 11 23:43:43 2013 +0100 Commit message: filter: bpf_dbg: add minimal bpf debugger This patch adds a minimal BPF debugger that "emulates" the kernel's BPF engine (w/o extensions) and allows for single stepping (forwards and back...
filter: bpf_dbg: add minimal bpf debugger This patch adds a minimal BPF debugger that "emulates" the kernel's BPF engine (w/o extensions) and allows for single stepping (forwards and backwards through BPF code) or running with >=1 breakpoints through selected or all packets from a pcap file with a provided user filter...
815425567dea6c54494e85050631d6bdda907c5d
fd981e3c321a7e8661e06fa6077aea89e8228c3a
fd981e3c321a7e8661e06fa6077aea89e8228c3a
bic
tools/net/bpf_dbg.c
bpf_reset
00000000000009d0 <bpf_reset>: 9d0: 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, 9d1: mov $0x50050,%edx...
[Bug-Introducing Commit (BIC)] Function: bpf_reset Author: Daniel Borkmann Date: Wed Dec 11 23:43:43 2013 +0100 Commit message: filter: bpf_dbg: add minimal bpf debugger This patch adds a minimal BPF debugger that "emulates" the kernel's BPF engine (w/o extensions) and allows for single stepping (forwards and backward...
filter: bpf_dbg: add minimal bpf debugger This patch adds a minimal BPF debugger that "emulates" the kernel's BPF engine (w/o extensions) and allows for single stepping (forwards and backwards through BPF code) or running with >=1 breakpoints through selected or all packets from a pcap file with a provided user filter...
815425567dea6c54494e85050631d6bdda907c5d
fd981e3c321a7e8661e06fa6077aea89e8228c3a
fd981e3c321a7e8661e06fa6077aea89e8228c3a
bic
tools/net/bpf_dbg.c
bpf_restore_regs
0000000000000a20 <bpf_restore_regs>: a20: push %rbp a21: mov 0x0(%rip),%eax # a27 <bpf_restore_regs+0x7> a27: lea -0x1(%rax,%rdi,1),%edx a2b: mov %rsp,%rbp a2e: test %edx,%edx a30: je ab0 <bpf_restore_regs+0x90> a32: cmp %edx,%eax a34: jbe a98 <bpf_r...
[Bug-Introducing Commit (BIC)] Function: bpf_restore_regs Author: Daniel Borkmann Date: Wed Dec 11 23:43:43 2013 +0100 Commit message: filter: bpf_dbg: add minimal bpf debugger This patch adds a minimal BPF debugger that "emulates" the kernel's BPF engine (w/o extensions) and allows for single stepping (forwards and b...
filter: bpf_dbg: add minimal bpf debugger This patch adds a minimal BPF debugger that "emulates" the kernel's BPF engine (w/o extensions) and allows for single stepping (forwards and backwards through BPF code) or running with >=1 breakpoints through selected or all packets from a pcap file with a provided user filter...
815425567dea6c54494e85050631d6bdda907c5d
fd981e3c321a7e8661e06fa6077aea89e8228c3a
fd981e3c321a7e8661e06fa6077aea89e8228c3a
bic
tools/net/bpf_dbg.c
cmd_select
0000000000000ac0 <cmd_select>: ac0: endbr64 ac4: push %rbp ac5: mov %rsp,%rbp ac8: push %r12 aca: mov %rdi,%r12 acd: sub $0x8,%rsp ad1: call 480 <pcap_loaded> ad6: mov %eax,%r8d ad9: mov $0x1,%eax ade: test %r8b,%r8b ae1: je aea <cmd_sel...
[Bug-Introducing Commit (BIC)] Function: cmd_select Author: Daniel Borkmann Date: Wed Dec 11 23:43:43 2013 +0100 Commit message: filter: bpf_dbg: add minimal bpf debugger This patch adds a minimal BPF debugger that "emulates" the kernel's BPF engine (w/o extensions) and allows for single stepping (forwards and backwar...
filter: bpf_dbg: add minimal bpf debugger This patch adds a minimal BPF debugger that "emulates" the kernel's BPF engine (w/o extensions) and allows for single stepping (forwards and backwards through BPF code) or running with >=1 breakpoints through selected or all packets from a pcap file with a provided user filter...
815425567dea6c54494e85050631d6bdda907c5d
fd981e3c321a7e8661e06fa6077aea89e8228c3a
fd981e3c321a7e8661e06fa6077aea89e8228c3a
bic
tools/net/bpf_dbg.c
init_shell
0000000000000b80 <init_shell>: b80: push %rbp b81: mov $0x10,%ecx b86: mov %rsp,%rbp b89: push %r15 b8b: xor %r15d,%r15d b8e: push %r14 b90: lea 0x0(%rip),%r14 # b97 <init_shell+0x17> b97: push %r13 b99: mov %rsi,%r13 b9c: push %r12 ...
[Bug-Introducing Commit (BIC)] Function: init_shell Author: Daniel Borkmann Date: Wed Dec 11 23:43:43 2013 +0100 Commit message: filter: bpf_dbg: add minimal bpf debugger This patch adds a minimal BPF debugger that "emulates" the kernel's BPF engine (w/o extensions) and allows for single stepping (forwards and backwar...
filter: bpf_dbg: add minimal bpf debugger This patch adds a minimal BPF debugger that "emulates" the kernel's BPF engine (w/o extensions) and allows for single stepping (forwards and backwards through BPF code) or running with >=1 breakpoints through selected or all packets from a pcap file with a provided user filter...
815425567dea6c54494e85050631d6bdda907c5d
fd981e3c321a7e8661e06fa6077aea89e8228c3a
fd981e3c321a7e8661e06fa6077aea89e8228c3a
bic
tools/net/bpf_dbg.c
bpf_disasm
0000000000000d10 <bpf_disasm>: d10: push %rbp d11: mov %rdi,%rdx d14: shr $0x20,%rdx d18: mov %rsp,%rbp d1b: push %r14 d1d: push %r13 d1f: mov %esi,%r13d d22: push %r12 d24: push %rbx d25: mov %rdi,%rbx d28: sub $0x110,%rsp d2f: mov...
[Bug-Introducing Commit (BIC)] Function: bpf_disasm Author: Daniel Borkmann Date: Wed Dec 11 23:43:43 2013 +0100 Commit message: filter: bpf_dbg: add minimal bpf debugger This patch adds a minimal BPF debugger that "emulates" the kernel's BPF engine (w/o extensions) and allows for single stepping (forwards and backwar...
filter: bpf_dbg: add minimal bpf debugger This patch adds a minimal BPF debugger that "emulates" the kernel's BPF engine (w/o extensions) and allows for single stepping (forwards and backwards through BPF code) or running with >=1 breakpoints through selected or all packets from a pcap file with a provided user filter...
815425567dea6c54494e85050631d6bdda907c5d
fd981e3c321a7e8661e06fa6077aea89e8228c3a
fd981e3c321a7e8661e06fa6077aea89e8228c3a
bic
tools/net/bpf_dbg.c
cmd_breakpoint
0000000000001240 <cmd_breakpoint>: 1240: endbr64 1244: push %rbp 1245: mov %rsp,%rbp 1248: push %r14 124a: push %r13 124c: mov $0x1,%r13d 1252: push %r12 1254: mov %rdi,%r12 1257: sub $0x8,%rsp 125b: call 370 <bpf_prog_loaded> 1260: test %al,%al 1...
[Bug-Introducing Commit (BIC)] Function: cmd_breakpoint Author: Daniel Borkmann Date: Wed Dec 11 23:43:43 2013 +0100 Commit message: filter: bpf_dbg: add minimal bpf debugger This patch adds a minimal BPF debugger that "emulates" the kernel's BPF engine (w/o extensions) and allows for single stepping (forwards and bac...
filter: bpf_dbg: add minimal bpf debugger This patch adds a minimal BPF debugger that "emulates" the kernel's BPF engine (w/o extensions) and allows for single stepping (forwards and backwards through BPF code) or running with >=1 breakpoints through selected or all packets from a pcap file with a provided user filter...
815425567dea6c54494e85050631d6bdda907c5d
fd981e3c321a7e8661e06fa6077aea89e8228c3a
fd981e3c321a7e8661e06fa6077aea89e8228c3a
bic
tools/net/bpf_dbg.c
exit_shell
0000000000001300 <exit_shell>: 1300: push %rbp 1301: mov $0x10,%ecx 1306: mov %rsp,%rbp 1309: push %r12 130b: lea -0xa0(%rbp),%r12 1312: mov %r12,%rdi 1315: sub $0x98,%rsp 131c: mov %fs:0x28,%rax 1325: mov %rax,-0x18(%rbp) 1329: xor %eax,%eax 132b:...
[Bug-Introducing Commit (BIC)] Function: exit_shell Author: Daniel Borkmann Date: Wed Dec 11 23:43:43 2013 +0100 Commit message: filter: bpf_dbg: add minimal bpf debugger This patch adds a minimal BPF debugger that "emulates" the kernel's BPF engine (w/o extensions) and allows for single stepping (forwards and backwar...
filter: bpf_dbg: add minimal bpf debugger This patch adds a minimal BPF debugger that "emulates" the kernel's BPF engine (w/o extensions) and allows for single stepping (forwards and backwards through BPF code) or running with >=1 breakpoints through selected or all packets from a pcap file with a provided user filter...
815425567dea6c54494e85050631d6bdda907c5d
fd981e3c321a7e8661e06fa6077aea89e8228c3a
fd981e3c321a7e8661e06fa6077aea89e8228c3a
bic
tools/net/bpf_dbg.c
run_shell_loop
00000000000013a0 <run_shell_loop>: 13a0: push %rbp 13a1: mov %rsp,%rbp 13a4: push %r12 13a6: push %rbx 13a7: lea 0x0(%rip),%rbx # 13ae <run_shell_loop+0xe> 13ae: call b80 <init_shell> 13b3: jmp 13c0 <run_shell_loop+0x20> 13b5: nopl (%rax) 13b8: mov %r12,%...
[Bug-Introducing Commit (BIC)] Function: run_shell_loop Author: Daniel Borkmann Date: Wed Dec 11 23:43:43 2013 +0100 Commit message: filter: bpf_dbg: add minimal bpf debugger This patch adds a minimal BPF debugger that "emulates" the kernel's BPF engine (w/o extensions) and allows for single stepping (forwards and bac...
filter: bpf_dbg: add minimal bpf debugger This patch adds a minimal BPF debugger that "emulates" the kernel's BPF engine (w/o extensions) and allows for single stepping (forwards and backwards through BPF code) or running with >=1 breakpoints through selected or all packets from a pcap file with a provided user filter...
815425567dea6c54494e85050631d6bdda907c5d
fd981e3c321a7e8661e06fa6077aea89e8228c3a
fd981e3c321a7e8661e06fa6077aea89e8228c3a
bic
tools/net/bpf_dbg.c
set_return.constprop.0
0000000000001410 <set_return.constprop.0>: 1410: movl $0x0,0x0(%rip) # 141a <set_return.constprop.0+0xa> 141a: movb $0x1,0x0(%rip) # 1421 <set_return.constprop.0+0x11> 1421: ret 1422: data16 cs nopw 0x0(%rax,%rax,1) 142d: nopl (%rax)
[Bug-Introducing Commit (BIC)] Function: set_return.constprop.0 Author: Daniel Borkmann Date: Wed Dec 11 23:43:43 2013 +0100 Commit message: filter: bpf_dbg: add minimal bpf debugger This patch adds a minimal BPF debugger that "emulates" the kernel's BPF engine (w/o extensions) and allows for single stepping (forwards...
filter: bpf_dbg: add minimal bpf debugger This patch adds a minimal BPF debugger that "emulates" the kernel's BPF engine (w/o extensions) and allows for single stepping (forwards and backwards through BPF code) or running with >=1 breakpoints through selected or all packets from a pcap file with a provided user filter...
815425567dea6c54494e85050631d6bdda907c5d
fd981e3c321a7e8661e06fa6077aea89e8228c3a
fd981e3c321a7e8661e06fa6077aea89e8228c3a
bic
tools/net/bpf_dbg.c
bpf_runnable.constprop.0
0000000000001430 <bpf_runnable.constprop.0>: 1430: push %rbp 1431: xor %edx,%edx 1433: mov $0x2,%esi 1438: mov %rsp,%rbp 143b: push %r13 143d: mov %edi,%r13d 1440: push %r12 1442: push %rbx 1443: lea 0x0(%rip),%rbx # 144a <bpf_runnable.constprop.0+0x1a> ...
[Bug-Introducing Commit (BIC)] Function: bpf_runnable.constprop.0 Author: Daniel Borkmann Date: Wed Dec 11 23:43:43 2013 +0100 Commit message: filter: bpf_dbg: add minimal bpf debugger This patch adds a minimal BPF debugger that "emulates" the kernel's BPF engine (w/o extensions) and allows for single stepping (forwar...
filter: bpf_dbg: add minimal bpf debugger This patch adds a minimal BPF debugger that "emulates" the kernel's BPF engine (w/o extensions) and allows for single stepping (forwards and backwards through BPF code) or running with >=1 breakpoints through selected or all packets from a pcap file with a provided user filter...
815425567dea6c54494e85050631d6bdda907c5d
fd981e3c321a7e8661e06fa6077aea89e8228c3a
fd981e3c321a7e8661e06fa6077aea89e8228c3a
bic
tools/net/bpf_dbg.c
cmd_load_bpf
0000000000001540 <cmd_load_bpf>: 1540: push %rbp 1541: xor %esi,%esi 1543: mov $0x8008,%edx 1548: mov %rsp,%rbp 154b: push %r15 154d: push %r14 154f: mov %rdi,%r14 1552: push %r13 1554: push %r12 1556: lea 0x0(%rip),%r12 # 155d <cmd_load_bpf+0x1d> ...
[Bug-Introducing Commit (BIC)] Function: cmd_load_bpf Author: Daniel Borkmann Date: Wed Dec 11 23:43:43 2013 +0100 Commit message: filter: bpf_dbg: add minimal bpf debugger This patch adds a minimal BPF debugger that "emulates" the kernel's BPF engine (w/o extensions) and allows for single stepping (forwards and backw...
filter: bpf_dbg: add minimal bpf debugger This patch adds a minimal BPF debugger that "emulates" the kernel's BPF engine (w/o extensions) and allows for single stepping (forwards and backwards through BPF code) or running with >=1 breakpoints through selected or all packets from a pcap file with a provided user filter...
815425567dea6c54494e85050631d6bdda907c5d
fd981e3c321a7e8661e06fa6077aea89e8228c3a
fd981e3c321a7e8661e06fa6077aea89e8228c3a
bic
tools/net/bpf_dbg.c
cmd_load
00000000000016f0 <cmd_load>: 16f0: endbr64 16f4: push %rbp 16f5: mov %rsp,%rbp 16f8: push %r13 16fa: push %r12 16fc: sub $0x10,%rsp 1700: mov %fs:0x28,%rax 1709: mov %rax,-0x18(%rbp) 170d: xor %eax,%eax 170f: call 1714 <cmd_load+0x24> 1714: lea -0x2...
[Bug-Introducing Commit (BIC)] Function: cmd_load Author: Daniel Borkmann Date: Wed Dec 11 23:43:43 2013 +0100 Commit message: filter: bpf_dbg: add minimal bpf debugger This patch adds a minimal BPF debugger that "emulates" the kernel's BPF engine (w/o extensions) and allows for single stepping (forwards and backwards...
filter: bpf_dbg: add minimal bpf debugger This patch adds a minimal BPF debugger that "emulates" the kernel's BPF engine (w/o extensions) and allows for single stepping (forwards and backwards through BPF code) or running with >=1 breakpoints through selected or all packets from a pcap file with a provided user filter...
815425567dea6c54494e85050631d6bdda907c5d
fd981e3c321a7e8661e06fa6077aea89e8228c3a
fd981e3c321a7e8661e06fa6077aea89e8228c3a
bic
tools/net/bpf_dbg.c
bpf_dump_all.constprop.0
00000000000017e0 <bpf_dump_all.constprop.0>: 17e0: push %rbp 17e1: xor %eax,%eax 17e3: mov %rsp,%rbp 17e6: push %r13 17e8: push %r12 17ea: mov %edi,%r12d 17ed: lea 0x0(%rip),%rdi # 17f4 <bpf_dump_all.constprop.0+0x14> 17f4: push %rbx 17f5: sub $0x8,%rsp ...
[Bug-Introducing Commit (BIC)] Function: bpf_dump_all.constprop.0 Author: Daniel Borkmann Date: Wed Dec 11 23:43:43 2013 +0100 Commit message: filter: bpf_dbg: add minimal bpf debugger This patch adds a minimal BPF debugger that "emulates" the kernel's BPF engine (w/o extensions) and allows for single stepping (forwar...
filter: bpf_dbg: add minimal bpf debugger This patch adds a minimal BPF debugger that "emulates" the kernel's BPF engine (w/o extensions) and allows for single stepping (forwards and backwards through BPF code) or running with >=1 breakpoints through selected or all packets from a pcap file with a provided user filter...
815425567dea6c54494e85050631d6bdda907c5d
fd981e3c321a7e8661e06fa6077aea89e8228c3a
fd981e3c321a7e8661e06fa6077aea89e8228c3a
bic
tools/net/bpf_dbg.c
cmd_dump
0000000000001850 <cmd_dump>: 1850: endbr64 1854: push %rbp 1855: mov %rsp,%rbp 1858: call 370 <bpf_prog_loaded> 185d: mov %eax,%r8d 1860: mov $0x1,%eax 1865: test %r8b,%r8b 1868: jne 1870 <cmd_dump+0x20> 186a: pop %rbp 186b: ret 186c: nopl 0x0(%rax...
[Bug-Introducing Commit (BIC)] Function: cmd_dump Author: Daniel Borkmann Date: Wed Dec 11 23:43:43 2013 +0100 Commit message: filter: bpf_dbg: add minimal bpf debugger This patch adds a minimal BPF debugger that "emulates" the kernel's BPF engine (w/o extensions) and allows for single stepping (forwards and backwards...
filter: bpf_dbg: add minimal bpf debugger This patch adds a minimal BPF debugger that "emulates" the kernel's BPF engine (w/o extensions) and allows for single stepping (forwards and backwards through BPF code) or running with >=1 breakpoints through selected or all packets from a pcap file with a provided user filter...
815425567dea6c54494e85050631d6bdda907c5d
fd981e3c321a7e8661e06fa6077aea89e8228c3a
fd981e3c321a7e8661e06fa6077aea89e8228c3a
bic
tools/net/bpf_dbg.c
bpf_disasm_all.constprop.0
0000000000001880 <bpf_disasm_all.constprop.0>: 1880: test %edi,%edi 1882: je 18c0 <bpf_disasm_all.constprop.0+0x40> 1884: push %rbp 1885: mov %rsp,%rbp 1888: push %r13 188a: lea 0x0(%rip),%r13 # 1891 <bpf_disasm_all.constprop.0+0x11> 1891: push %r12 1893: mov ...
[Bug-Introducing Commit (BIC)] Function: bpf_disasm_all.constprop.0 Author: Daniel Borkmann Date: Wed Dec 11 23:43:43 2013 +0100 Commit message: filter: bpf_dbg: add minimal bpf debugger This patch adds a minimal BPF debugger that "emulates" the kernel's BPF engine (w/o extensions) and allows for single stepping (forw...
filter: bpf_dbg: add minimal bpf debugger This patch adds a minimal BPF debugger that "emulates" the kernel's BPF engine (w/o extensions) and allows for single stepping (forwards and backwards through BPF code) or running with >=1 breakpoints through selected or all packets from a pcap file with a provided user filter...
815425567dea6c54494e85050631d6bdda907c5d
fd981e3c321a7e8661e06fa6077aea89e8228c3a
fd981e3c321a7e8661e06fa6077aea89e8228c3a
bic
tools/net/bpf_dbg.c
cmd_disassemble
00000000000018d0 <cmd_disassemble>: 18d0: endbr64 18d4: push %rbp 18d5: mov %rsp,%rbp 18d8: push %r13 18da: push %r12 18dc: mov %rdi,%r12 18df: call 370 <bpf_prog_loaded> 18e4: mov %eax,%r8d 18e7: mov $0x1,%eax 18ec: test %r8b,%r8b 18ef: je 1909 <cm...
[Bug-Introducing Commit (BIC)] Function: cmd_disassemble Author: Daniel Borkmann Date: Wed Dec 11 23:43:43 2013 +0100 Commit message: filter: bpf_dbg: add minimal bpf debugger This patch adds a minimal BPF debugger that "emulates" the kernel's BPF engine (w/o extensions) and allows for single stepping (forwards and ba...
filter: bpf_dbg: add minimal bpf debugger This patch adds a minimal BPF debugger that "emulates" the kernel's BPF engine (w/o extensions) and allows for single stepping (forwards and backwards through BPF code) or running with >=1 breakpoints through selected or all packets from a pcap file with a provided user filter...
815425567dea6c54494e85050631d6bdda907c5d
fd981e3c321a7e8661e06fa6077aea89e8228c3a
fd981e3c321a7e8661e06fa6077aea89e8228c3a
bic
tools/net/bpf_dbg.c
bpf_dump_curr.constprop.0
0000000000001950 <bpf_dump_curr.constprop.0>: 1950: push %rbp 1951: movzwl 0x0(%rip),%esi # 1958 <bpf_dump_curr.constprop.0+0x8> 1958: xor %eax,%eax 195a: mov %rsp,%rbp 195d: push %r14 195f: push %r13 1961: push %r12 1963: push %rbx 1964: mov %rdi,%rbx 1...
[Bug-Introducing Commit (BIC)] Function: bpf_dump_curr.constprop.0 Author: Daniel Borkmann Date: Wed Dec 11 23:43:43 2013 +0100 Commit message: filter: bpf_dbg: add minimal bpf debugger This patch adds a minimal BPF debugger that "emulates" the kernel's BPF engine (w/o extensions) and allows for single stepping (forwa...
filter: bpf_dbg: add minimal bpf debugger This patch adds a minimal BPF debugger that "emulates" the kernel's BPF engine (w/o extensions) and allows for single stepping (forwards and backwards through BPF code) or running with >=1 breakpoints through selected or all packets from a pcap file with a provided user filter...
815425567dea6c54494e85050631d6bdda907c5d
fd981e3c321a7e8661e06fa6077aea89e8228c3a
fd981e3c321a7e8661e06fa6077aea89e8228c3a
bic
tools/net/bpf_dbg.c
bpf_handle_breakpoint.constprop.0
0000000000001af0 <bpf_handle_breakpoint.constprop.0>: 1af0: push %rbp 1af1: xor %eax,%eax 1af3: mov %rsp,%rbp 1af6: push %r14 1af8: mov %edx,%r14d 1afb: push %r13 1afd: mov %esi,%r13d 1b00: push %r12 1b02: mov %rdi,%r12 1b05: lea 0x0(%rip),%rdi # ...
[Bug-Introducing Commit (BIC)] Function: bpf_handle_breakpoint.constprop.0 Author: Daniel Borkmann Date: Wed Dec 11 23:43:43 2013 +0100 Commit message: filter: bpf_dbg: add minimal bpf debugger This patch adds a minimal BPF debugger that "emulates" the kernel's BPF engine (w/o extensions) and allows for single steppin...
filter: bpf_dbg: add minimal bpf debugger This patch adds a minimal BPF debugger that "emulates" the kernel's BPF engine (w/o extensions) and allows for single stepping (forwards and backwards through BPF code) or running with >=1 breakpoints through selected or all packets from a pcap file with a provided user filter...
815425567dea6c54494e85050631d6bdda907c5d
fd981e3c321a7e8661e06fa6077aea89e8228c3a
fd981e3c321a7e8661e06fa6077aea89e8228c3a
bic
tools/net/bpf_dbg.c
bpf_single_step.constprop.0.isra.0
0000000000001b70 <bpf_single_step.constprop.0.isra.0>: 1b70: push %rbp 1b71: mov %edi,%eax 1b73: mov %rsp,%rbp 1b76: mov 0x10(%rbp),%r11d 1b7a: cmp $0xb1,%di 1b7f: ja 1bc5 <bpf_single_step.constprop.0.isra.0+0x55> 1b81: lea 0x0(%rip),%r10 # 1b88 <bpf_single_step.c...
[Bug-Introducing Commit (BIC)] Function: bpf_single_step.constprop.0.isra.0 Author: Daniel Borkmann Date: Wed Dec 11 23:43:43 2013 +0100 Commit message: filter: bpf_dbg: add minimal bpf debugger This patch adds a minimal BPF debugger that "emulates" the kernel's BPF engine (w/o extensions) and allows for single steppi...
filter: bpf_dbg: add minimal bpf debugger This patch adds a minimal BPF debugger that "emulates" the kernel's BPF engine (w/o extensions) and allows for single stepping (forwards and backwards through BPF code) or running with >=1 breakpoints through selected or all packets from a pcap file with a provided user filter...
815425567dea6c54494e85050631d6bdda907c5d
fd981e3c321a7e8661e06fa6077aea89e8228c3a
fd981e3c321a7e8661e06fa6077aea89e8228c3a
bic
tools/net/bpf_dbg.c
bpf_run_stepping.constprop.0
0000000000001f60 <bpf_run_stepping.constprop.0>: 1f60: push %rbp 1f61: mov %rsp,%rbp 1f64: push %r15 1f66: push %r14 1f68: push %r13 1f6a: push %r12 1f6c: push %rbx 1f6d: sub $0x18,%rsp 1f71: cmpb $0x0,0x0(%rip) # 1f78 <bpf_run_stepping.constprop.0+0x18> ...
[Bug-Introducing Commit (BIC)] Function: bpf_run_stepping.constprop.0 Author: Daniel Borkmann Date: Wed Dec 11 23:43:43 2013 +0100 Commit message: filter: bpf_dbg: add minimal bpf debugger This patch adds a minimal BPF debugger that "emulates" the kernel's BPF engine (w/o extensions) and allows for single stepping (fo...
filter: bpf_dbg: add minimal bpf debugger This patch adds a minimal BPF debugger that "emulates" the kernel's BPF engine (w/o extensions) and allows for single stepping (forwards and backwards through BPF code) or running with >=1 breakpoints through selected or all packets from a pcap file with a provided user filter...
815425567dea6c54494e85050631d6bdda907c5d
fd981e3c321a7e8661e06fa6077aea89e8228c3a
fd981e3c321a7e8661e06fa6077aea89e8228c3a
bic
tools/net/bpf_dbg.c
cmd_step
0000000000002070 <cmd_step>: 2070: endbr64 2074: push %rbp 2075: mov %rsp,%rbp 2078: push %rbx 2079: mov %rdi,%rbx 207c: sub $0x8,%rsp 2080: call 370 <bpf_prog_loaded> 2085: test %al,%al 2087: jne 2098 <cmd_step+0x28> 2089: mov $0x1,%eax 208e: mov -...
[Bug-Introducing Commit (BIC)] Function: cmd_step Author: Daniel Borkmann Date: Wed Dec 11 23:43:43 2013 +0100 Commit message: filter: bpf_dbg: add minimal bpf debugger This patch adds a minimal BPF debugger that "emulates" the kernel's BPF engine (w/o extensions) and allows for single stepping (forwards and backwards...
filter: bpf_dbg: add minimal bpf debugger This patch adds a minimal BPF debugger that "emulates" the kernel's BPF engine (w/o extensions) and allows for single stepping (forwards and backwards through BPF code) or running with >=1 breakpoints through selected or all packets from a pcap file with a provided user filter...
815425567dea6c54494e85050631d6bdda907c5d
fd981e3c321a7e8661e06fa6077aea89e8228c3a
fd981e3c321a7e8661e06fa6077aea89e8228c3a
bic
tools/net/bpf_dbg.c
bpf_run_all.constprop.0
0000000000002150 <bpf_run_all.constprop.0>: 2150: push %rbp 2151: mov %rsp,%rbp 2154: push %r15 2156: push %r14 2158: lea 0x0(%rip),%r14 # 215f <bpf_run_all.constprop.0+0xf> 215f: push %r13 2161: mov %rdi,%r13 2164: push %r12 2166: mov %esi,%r12d 2169...
[Bug-Introducing Commit (BIC)] Function: bpf_run_all.constprop.0 Author: Daniel Borkmann Date: Wed Dec 11 23:43:43 2013 +0100 Commit message: filter: bpf_dbg: add minimal bpf debugger This patch adds a minimal BPF debugger that "emulates" the kernel's BPF engine (w/o extensions) and allows for single stepping (forward...
filter: bpf_dbg: add minimal bpf debugger This patch adds a minimal BPF debugger that "emulates" the kernel's BPF engine (w/o extensions) and allows for single stepping (forwards and backwards through BPF code) or running with >=1 breakpoints through selected or all packets from a pcap file with a provided user filter...
815425567dea6c54494e85050631d6bdda907c5d
fd981e3c321a7e8661e06fa6077aea89e8228c3a
fd981e3c321a7e8661e06fa6077aea89e8228c3a
bic
tools/net/bpf_dbg.c
cmd_run
0000000000002270 <cmd_run>: 2270: endbr64 2274: push %rbp 2275: mov %rsp,%rbp 2278: push %r13 227a: push %r12 227c: push %rbx 227d: mov %rdi,%rbx 2280: sub $0x8,%rsp 2284: call 370 <bpf_prog_loaded> 2289: test %al,%al 228b: jne 22a0 <cmd_run+0x30> ...
[Bug-Introducing Commit (BIC)] Function: cmd_run Author: Daniel Borkmann Date: Wed Dec 11 23:43:43 2013 +0100 Commit message: filter: bpf_dbg: add minimal bpf debugger This patch adds a minimal BPF debugger that "emulates" the kernel's BPF engine (w/o extensions) and allows for single stepping (forwards and backwards ...
filter: bpf_dbg: add minimal bpf debugger This patch adds a minimal BPF debugger that "emulates" the kernel's BPF engine (w/o extensions) and allows for single stepping (forwards and backwards through BPF code) or running with >=1 breakpoints through selected or all packets from a pcap file with a provided user filter...
815425567dea6c54494e85050631d6bdda907c5d
fd981e3c321a7e8661e06fa6077aea89e8228c3a
fd981e3c321a7e8661e06fa6077aea89e8228c3a
bic
tools/net/bpf_dbg.c
main
0000000000000000 <main>: 0: endbr64 4: push %rbp 5: mov %rsp,%rbp 8: push %r13 a: push %r12 c: push %rbx d: sub $0x8,%rsp 11: cmp $0x1,%edi 14: jg 36 <main+0x36> 16: mov 0x0(%rip),%rsi # 1d <main+0x1d> 1d: mov 0x0(%rip),%r13 # 24 <main+0x24> 24: a...
[Bug-Introducing Commit (BIC)] Function: main Author: Daniel Borkmann Date: Wed Dec 11 23:43:43 2013 +0100 Commit message: filter: bpf_dbg: add minimal bpf debugger This patch adds a minimal BPF debugger that "emulates" the kernel's BPF engine (w/o extensions) and allows for single stepping (forwards and backwards thr...
filter: bpf_dbg: add minimal bpf debugger This patch adds a minimal BPF debugger that "emulates" the kernel's BPF engine (w/o extensions) and allows for single stepping (forwards and backwards through BPF code) or running with >=1 breakpoints through selected or all packets from a pcap file with a provided user filter...
a4e21ff8d9a311b16cfa9e41aed0c627a47149a4
81f77fd0deeb866d65ccc79733df8d2af5217c82
81f77fd0deeb866d65ccc79733df8d2af5217c82
bic
tools/testing/selftests/bpf/urandom_read.c
main
0000000000000000 <main>: 0: endbr64 4: 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 ()); 5: xor %esi,%esi 7: lea 0x0(%rip),%rdi # e...
[Bug-Introducing Commit (BIC)] Function: main Author: Song Liu Date: Wed Mar 14 10:23:22 2018 -0700 Commit message: bpf: add selftest for stackmap with BPF_F_STACK_BUILD_ID test_stacktrace_build_id() is added. It accesses tracepoint urandom_read with "dd" and "urandom_read" and gathers stack traces. Then it reads the ...
bpf: add selftest for stackmap with BPF_F_STACK_BUILD_ID test_stacktrace_build_id() is added. It accesses tracepoint urandom_read with "dd" and "urandom_read" and gathers stack traces. Then it reads the stack traces from the stackmap. urandom_read is a statically link binary that reads from /dev/urandom. test_stacktr...
1a2b80ecc7ad374e9ef6a3de6fdd032d94be2270
3c2c3c16aaf6a83902beb6063488e2c907de62e9
3c2c3c16aaf6a83902beb6063488e2c907de62e9
bic
tools/testing/selftests/net/reuseport_bpf_numa.c
__bswap_32
0000000000000000 <__bswap_32>: static __inline __uint32_t __bswap_32 (__uint32_t __bsx) { #if __GNUC_PREREQ (4, 3) return __builtin_bswap32 (__bsx); 0: mov %edi,%eax 2: bswap %eax #else return __bswap_constant_32 (__bsx); #endif } 4: ret 5: data16 cs nopw 0x0(%rax,%rax,1)
[Bug-Introducing Commit (BIC)] Function: __bswap_32 Author: Daniel Borkmann Date: Fri Oct 21 12:46:34 2016 +0200 Commit message: reuseport, bpf: add test case for bpf_get_numa_node_id The test case is very similar to reuseport_bpf_cpu, only that here we select socket members based on current numa node id. # numactl...
reuseport, bpf: add test case for bpf_get_numa_node_id The test case is very similar to reuseport_bpf_cpu, only that here we select socket members based on current numa node id. # numactl -H available: 2 nodes (0-1) node 0 cpus: 0 1 2 3 4 5 12 13 14 15 16 17 node 0 size: 128867 MB node 0 free: 120080 MB n...
1a2b80ecc7ad374e9ef6a3de6fdd032d94be2270
3c2c3c16aaf6a83902beb6063488e2c907de62e9
3c2c3c16aaf6a83902beb6063488e2c907de62e9
bic
tools/testing/selftests/net/reuseport_bpf_numa.c
receive_on_node
0000000000000010 <receive_on_node>: 10: push %rbp 11: mov %rsp,%rbp 14: push %r15 16: push %r14 18: mov %r8d,%r14d 1b: push %r13 1d: mov %ecx,%r13d 20: mov $0xffffffff,%ecx 25: push %r12 27: mov %esi,%r12d 2a: lea -0x4c(%rbp),%rsi 2e: push %rbx 2f: mov %rdi,%rb...
[Bug-Introducing Commit (BIC)] Function: receive_on_node Author: Daniel Borkmann Date: Fri Oct 21 12:46:34 2016 +0200 Commit message: reuseport, bpf: add test case for bpf_get_numa_node_id The test case is very similar to reuseport_bpf_cpu, only that here we select socket members based on current numa node id. # nu...
reuseport, bpf: add test case for bpf_get_numa_node_id The test case is very similar to reuseport_bpf_cpu, only that here we select socket members based on current numa node id. # numactl -H available: 2 nodes (0-1) node 0 cpus: 0 1 2 3 4 5 12 13 14 15 16 17 node 0 size: 128867 MB node 0 free: 120080 MB n...
1a2b80ecc7ad374e9ef6a3de6fdd032d94be2270
3c2c3c16aaf6a83902beb6063488e2c907de62e9
3c2c3c16aaf6a83902beb6063488e2c907de62e9
bic
tools/testing/selftests/net/reuseport_bpf_numa.c
attach_bpf
00000000000001c0 <attach_bpf>: 1c0: 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, 1c1: mov $0xb,%ecx 1c6: mov ...
[Bug-Introducing Commit (BIC)] Function: attach_bpf Author: Daniel Borkmann Date: Fri Oct 21 12:46:34 2016 +0200 Commit message: reuseport, bpf: add test case for bpf_get_numa_node_id The test case is very similar to reuseport_bpf_cpu, only that here we select socket members based on current numa node id. # numactl...
reuseport, bpf: add test case for bpf_get_numa_node_id The test case is very similar to reuseport_bpf_cpu, only that here we select socket members based on current numa node id. # numactl -H available: 2 nodes (0-1) node 0 cpus: 0 1 2 3 4 5 12 13 14 15 16 17 node 0 size: 128867 MB node 0 free: 120080 MB n...
1a2b80ecc7ad374e9ef6a3de6fdd032d94be2270
3c2c3c16aaf6a83902beb6063488e2c907de62e9
3c2c3c16aaf6a83902beb6063488e2c907de62e9
bic
tools/testing/selftests/net/reuseport_bpf_numa.c
__bswap_16.constprop.0
0000000000000310 <__bswap_16.constprop.0>: } 310: mov $0xffffb822,%eax 315: ret 316: cs nopw 0x0(%rax,%rax,1)
[Bug-Introducing Commit (BIC)] Function: __bswap_16.constprop.0 Author: Daniel Borkmann Date: Fri Oct 21 12:46:34 2016 +0200 Commit message: reuseport, bpf: add test case for bpf_get_numa_node_id The test case is very similar to reuseport_bpf_cpu, only that here we select socket members based on current numa node id. ...
reuseport, bpf: add test case for bpf_get_numa_node_id The test case is very similar to reuseport_bpf_cpu, only that here we select socket members based on current numa node id. # numactl -H available: 2 nodes (0-1) node 0 cpus: 0 1 2 3 4 5 12 13 14 15 16 17 node 0 size: 128867 MB node 0 free: 120080 MB n...
1a2b80ecc7ad374e9ef6a3de6fdd032d94be2270
3c2c3c16aaf6a83902beb6063488e2c907de62e9
3c2c3c16aaf6a83902beb6063488e2c907de62e9
bic
tools/testing/selftests/net/reuseport_bpf_numa.c
send_from_node
0000000000000320 <send_from_node>: 320: push %rbp 321: mov %edi,%r8d 324: mov %rsp,%rbp 327: push %r13 329: mov %edx,%r13d 32c: push %r12 32e: mov %esi,%r12d 331: sub $0x110,%rsp 338: mov %fs:0x28,%rax 341: mov %rax,-0x18(%rbp) 345: xor %eax,%eax 347: cmp $0x2,%esi 34a: je ...
[Bug-Introducing Commit (BIC)] Function: send_from_node Author: Daniel Borkmann Date: Fri Oct 21 12:46:34 2016 +0200 Commit message: reuseport, bpf: add test case for bpf_get_numa_node_id The test case is very similar to reuseport_bpf_cpu, only that here we select socket members based on current numa node id. # num...
reuseport, bpf: add test case for bpf_get_numa_node_id The test case is very similar to reuseport_bpf_cpu, only that here we select socket members based on current numa node id. # numactl -H available: 2 nodes (0-1) node 0 cpus: 0 1 2 3 4 5 12 13 14 15 16 17 node 0 size: 128867 MB node 0 free: 120080 MB n...
1a2b80ecc7ad374e9ef6a3de6fdd032d94be2270
3c2c3c16aaf6a83902beb6063488e2c907de62e9
3c2c3c16aaf6a83902beb6063488e2c907de62e9
bic
tools/testing/selftests/net/reuseport_bpf_numa.c
build_rcv_group
0000000000000530 <build_rcv_group>: 530: push %rbp 531: mov %rsp,%rbp 534: push %r15 536: push %r14 538: mov %edx,%r14d 53b: push %r13 53d: mov %ecx,%r13d 540: push %r12 542: mov %rdi,%r12 545: push %rbx 546: sub $0xb8,%rsp 54d: mov %rsi,-0xd8(%rbp) 554: mov %fs:0x28,%rax ...
[Bug-Introducing Commit (BIC)] Function: build_rcv_group Author: Daniel Borkmann Date: Fri Oct 21 12:46:34 2016 +0200 Commit message: reuseport, bpf: add test case for bpf_get_numa_node_id The test case is very similar to reuseport_bpf_cpu, only that here we select socket members based on current numa node id. # nu...
reuseport, bpf: add test case for bpf_get_numa_node_id The test case is very similar to reuseport_bpf_cpu, only that here we select socket members based on current numa node id. # numactl -H available: 2 nodes (0-1) node 0 cpus: 0 1 2 3 4 5 12 13 14 15 16 17 node 0 size: 128867 MB node 0 free: 120080 MB n...
1a2b80ecc7ad374e9ef6a3de6fdd032d94be2270
3c2c3c16aaf6a83902beb6063488e2c907de62e9
3c2c3c16aaf6a83902beb6063488e2c907de62e9
bic
tools/testing/selftests/net/reuseport_bpf_numa.c
test
0000000000000730 <test>: 730: push %rbp 731: movslq %esi,%rsi 734: mov %rsp,%rbp 737: push %r15 739: push %r14 73b: mov %rsi,%r14 73e: push %r13 740: mov %ecx,%r13d 743: push %r12 745: push %rbx 746: mov %rdi,%rbx 749: sub $0x48,%rsp 74d: mov %edx,-0x64(%rbp) 750: mov %fs:...
[Bug-Introducing Commit (BIC)] Function: test Author: Daniel Borkmann Date: Fri Oct 21 12:46:34 2016 +0200 Commit message: reuseport, bpf: add test case for bpf_get_numa_node_id The test case is very similar to reuseport_bpf_cpu, only that here we select socket members based on current numa node id. # numactl -H ...
reuseport, bpf: add test case for bpf_get_numa_node_id The test case is very similar to reuseport_bpf_cpu, only that here we select socket members based on current numa node id. # numactl -H available: 2 nodes (0-1) node 0 cpus: 0 1 2 3 4 5 12 13 14 15 16 17 node 0 size: 128867 MB node 0 free: 120080 MB n...
1a2b80ecc7ad374e9ef6a3de6fdd032d94be2270
3c2c3c16aaf6a83902beb6063488e2c907de62e9
3c2c3c16aaf6a83902beb6063488e2c907de62e9
bic
tools/testing/selftests/net/reuseport_bpf_numa.c
main
0000000000000000 <main>: 0: endbr64 4: push %rbp 5: mov %rsp,%rbp 8: push %r13 a: push %r12 c: call 11 <main+0x11> 11: test %eax,%eax 13: js 130 <main+0x130> 19: call 1e <main+0x1e> 1e: mov $0x4,%esi 23: lea 0x1(%rax),%r13d 27: movslq %r13d,%rdi 2a: call 2f <m...
[Bug-Introducing Commit (BIC)] Function: main Author: Daniel Borkmann Date: Fri Oct 21 12:46:34 2016 +0200 Commit message: reuseport, bpf: add test case for bpf_get_numa_node_id The test case is very similar to reuseport_bpf_cpu, only that here we select socket members based on current numa node id. # numactl -H ...
reuseport, bpf: add test case for bpf_get_numa_node_id The test case is very similar to reuseport_bpf_cpu, only that here we select socket members based on current numa node id. # numactl -H available: 2 nodes (0-1) node 0 cpus: 0 1 2 3 4 5 12 13 14 15 16 17 node 0 size: 128867 MB node 0 free: 120080 MB n...
dd4b16b4f9b1b7d9f4a185cb8222e42f3a5daf00
ce290a19609d5ecd4a240a4750e0ed9a476cf015
dd4b16b4f9b1b7d9f4a185cb8222e42f3a5daf00
bfc
tools/testing/selftests/filesystems/devpts_pts.c
terminal_dup2
0000000000000000 <terminal_dup2>: 0: push %rbp 1: mov %rsp,%rbp 4: call 9 <terminal_dup2+0x9> 9: pop %rbp a: not %eax c: shr $0x1f,%eax f: ret
[Bug-Fix Commit (BFC)] Function: terminal_dup2 Author: Anders Roxell Date: Wed Apr 18 09:52:55 2018 +0200 Commit message: selftests/filesystems: devpts_pts included wrong header We were picking up the wrong header should use asm/ioctls.h form the kernel and not the header from the system (sys/ioctl.h). In the current ...
selftests/filesystems: devpts_pts included wrong header We were picking up the wrong header should use asm/ioctls.h form the kernel and not the header from the system (sys/ioctl.h). In the current code we added the correct include and we added the kernel headers path to the CFLAGS. Fixes: ce290a19609d ("selftests: ad...
dd4b16b4f9b1b7d9f4a185cb8222e42f3a5daf00
ce290a19609d5ecd4a240a4750e0ed9a476cf015
dd4b16b4f9b1b7d9f4a185cb8222e42f3a5daf00
bfc
tools/testing/selftests/filesystems/devpts_pts.c
terminal_set_stdfds
0000000000000010 <terminal_set_stdfds>: 10: push %rbp 11: mov %rsp,%rbp 14: push %r14 16: push %r13 18: push %r12 1a: push %rbx 1b: sub $0x20,%rsp 1f: mov %fs:0x28,%rax 28: mov %rax,-0x28(%rbp) 2c: xor %eax,%eax 2e: test %edi,%edi 30: js 69 <terminal_set_stdfds+0x5...
[Bug-Fix Commit (BFC)] Function: terminal_set_stdfds Author: Anders Roxell Date: Wed Apr 18 09:52:55 2018 +0200 Commit message: selftests/filesystems: devpts_pts included wrong header We were picking up the wrong header should use asm/ioctls.h form the kernel and not the header from the system (sys/ioctl.h). In the cu...
selftests/filesystems: devpts_pts included wrong header We were picking up the wrong header should use asm/ioctls.h form the kernel and not the header from the system (sys/ioctl.h). In the current code we added the correct include and we added the kernel headers path to the CFLAGS. Fixes: ce290a19609d ("selftests: ad...
dd4b16b4f9b1b7d9f4a185cb8222e42f3a5daf00
ce290a19609d5ecd4a240a4750e0ed9a476cf015
dd4b16b4f9b1b7d9f4a185cb8222e42f3a5daf00
bfc
tools/testing/selftests/filesystems/devpts_pts.c
login_pty
00000000000000a0 <login_pty>: a0: push %rbp a1: mov %rsp,%rbp a4: push %r13 a6: push %r12 a8: mov %edi,%r12d ab: call b0 <login_pty+0x10> b0: xor %edx,%edx b2: xor %eax,%eax b4: mov $0x540e,%esi b9: mov %r12d,%edi bc: call c1 <login_pty+0x21> c1: test %eax,%eax c3...
[Bug-Fix Commit (BFC)] Function: login_pty Author: Anders Roxell Date: Wed Apr 18 09:52:55 2018 +0200 Commit message: selftests/filesystems: devpts_pts included wrong header We were picking up the wrong header should use asm/ioctls.h form the kernel and not the header from the system (sys/ioctl.h). In the current code...
selftests/filesystems: devpts_pts included wrong header We were picking up the wrong header should use asm/ioctls.h form the kernel and not the header from the system (sys/ioctl.h). In the current code we added the correct include and we added the kernel headers path to the CFLAGS. Fixes: ce290a19609d ("selftests: ad...
dd4b16b4f9b1b7d9f4a185cb8222e42f3a5daf00
ce290a19609d5ecd4a240a4750e0ed9a476cf015
dd4b16b4f9b1b7d9f4a185cb8222e42f3a5daf00
bfc
tools/testing/selftests/filesystems/devpts_pts.c
wait_for_pid
0000000000000100 <wait_for_pid>: 100: push %rbp 101: mov %rsp,%rbp 104: push %r13 106: push %r12 108: lea -0x2c(%rbp),%r13 10c: push %rbx 10d: mov %edi,%ebx 10f: sub $0x18,%rsp 113: mov %fs:0x28,%rax 11c: mov %rax,-0x28(%rbp) 120: xor %eax,%eax 122: nopw 0x0(%rax,%rax,1) 128:...
[Bug-Fix Commit (BFC)] Function: wait_for_pid Author: Anders Roxell Date: Wed Apr 18 09:52:55 2018 +0200 Commit message: selftests/filesystems: devpts_pts included wrong header We were picking up the wrong header should use asm/ioctls.h form the kernel and not the header from the system (sys/ioctl.h). In the current c...
selftests/filesystems: devpts_pts included wrong header We were picking up the wrong header should use asm/ioctls.h form the kernel and not the header from the system (sys/ioctl.h). In the current code we added the correct include and we added the kernel headers path to the CFLAGS. Fixes: ce290a19609d ("selftests: ad...
dd4b16b4f9b1b7d9f4a185cb8222e42f3a5daf00
ce290a19609d5ecd4a240a4750e0ed9a476cf015
dd4b16b4f9b1b7d9f4a185cb8222e42f3a5daf00
bfc
tools/testing/selftests/filesystems/devpts_pts.c
resolve_procfd_symlink.constprop.0
0000000000000190 <resolve_procfd_symlink.constprop.0>: 190: push %rbp 191: mov %rsp,%rbp 194: push %r12 196: push %rbx 197: sub $0x1000,%rsp 19e: orq $0x0,(%rsp) 1a3: sub $0x10,%rsp # ifdef __va_arg_pack __fortify_function int __NTH (snprintf (char *__restrict __s, size_t __n, const char *__...
[Bug-Fix Commit (BFC)] Function: resolve_procfd_symlink.constprop.0 Author: Anders Roxell Date: Wed Apr 18 09:52:55 2018 +0200 Commit message: selftests/filesystems: devpts_pts included wrong header We were picking up the wrong header should use asm/ioctls.h form the kernel and not the header from the system (sys/ioct...
selftests/filesystems: devpts_pts included wrong header We were picking up the wrong header should use asm/ioctls.h form the kernel and not the header from the system (sys/ioctl.h). In the current code we added the correct include and we added the kernel headers path to the CFLAGS. Fixes: ce290a19609d ("selftests: ad...
dd4b16b4f9b1b7d9f4a185cb8222e42f3a5daf00
ce290a19609d5ecd4a240a4750e0ed9a476cf015
dd4b16b4f9b1b7d9f4a185cb8222e42f3a5daf00
bfc
tools/testing/selftests/filesystems/devpts_pts.c
do_tiocgptpeer
0000000000000230 <do_tiocgptpeer>: 230: push %rbp 231: mov %rsp,%rbp 234: push %r14 236: push %r13 238: push %r12 23a: sub $0x1000,%rsp 241: orq $0x0,(%rsp) 246: sub $0x18,%rsp 24a: mov %fs:0x28,%rax 253: mov %rax,-0x28(%rbp) 257: xor %eax,%eax 259: mov %rsi,%r14 if (__...
[Bug-Fix Commit (BFC)] Function: do_tiocgptpeer Author: Anders Roxell Date: Wed Apr 18 09:52:55 2018 +0200 Commit message: selftests/filesystems: devpts_pts included wrong header We were picking up the wrong header should use asm/ioctls.h form the kernel and not the header from the system (sys/ioctl.h). In the current...
selftests/filesystems: devpts_pts included wrong header We were picking up the wrong header should use asm/ioctls.h form the kernel and not the header from the system (sys/ioctl.h). In the current code we added the correct include and we added the kernel headers path to the CFLAGS. Fixes: ce290a19609d ("selftests: ad...
dd4b16b4f9b1b7d9f4a185cb8222e42f3a5daf00
ce290a19609d5ecd4a240a4750e0ed9a476cf015
dd4b16b4f9b1b7d9f4a185cb8222e42f3a5daf00
bfc
tools/testing/selftests/filesystems/devpts_pts.c
verify_ptmx_bind_mount
0000000000000490 <verify_ptmx_bind_mount>: 490: push %rbp 491: xor %r8d,%r8d 494: xor %edx,%edx 496: mov $0x1000,%ecx 49b: lea 0x0(%rip),%rdi # 4a2 <verify_ptmx_bind_mount+0x12> 4a2: mov %rsp,%rbp 4a5: push %r12 4a7: lea 0x0(%rip),%r12 # 4ae <verify_ptmx_bind_mount+0x1e> 4ae...
[Bug-Fix Commit (BFC)] Function: verify_ptmx_bind_mount Author: Anders Roxell Date: Wed Apr 18 09:52:55 2018 +0200 Commit message: selftests/filesystems: devpts_pts included wrong header We were picking up the wrong header should use asm/ioctls.h form the kernel and not the header from the system (sys/ioctl.h). In the...
selftests/filesystems: devpts_pts included wrong header We were picking up the wrong header should use asm/ioctls.h form the kernel and not the header from the system (sys/ioctl.h). In the current code we added the correct include and we added the kernel headers path to the CFLAGS. Fixes: ce290a19609d ("selftests: ad...
dd4b16b4f9b1b7d9f4a185cb8222e42f3a5daf00
ce290a19609d5ecd4a240a4750e0ed9a476cf015
dd4b16b4f9b1b7d9f4a185cb8222e42f3a5daf00
bfc
tools/testing/selftests/filesystems/devpts_pts.c
verify_invalid_ptmx_bind_mount
0000000000000500 <verify_invalid_ptmx_bind_mount>: 500: push %rbp 501: mov %rsp,%rbp 504: push %r13 506: push %r12 508: lea -0x40(%rbp),%r12 50c: push %rbx 50d: mov %r12,%rdi 510: sub $0x28,%rsp 514: movdqa 0x0(%rip),%xmm0 # 51c <verify_invalid_ptmx_bind_mount+0x1c> 51c: mov %fs:...
[Bug-Fix Commit (BFC)] Function: verify_invalid_ptmx_bind_mount Author: Anders Roxell Date: Wed Apr 18 09:52:55 2018 +0200 Commit message: selftests/filesystems: devpts_pts included wrong header We were picking up the wrong header should use asm/ioctls.h form the kernel and not the header from the system (sys/ioctl.h)...
selftests/filesystems: devpts_pts included wrong header We were picking up the wrong header should use asm/ioctls.h form the kernel and not the header from the system (sys/ioctl.h). In the current code we added the correct include and we added the kernel headers path to the CFLAGS. Fixes: ce290a19609d ("selftests: ad...
dd4b16b4f9b1b7d9f4a185cb8222e42f3a5daf00
ce290a19609d5ecd4a240a4750e0ed9a476cf015
dd4b16b4f9b1b7d9f4a185cb8222e42f3a5daf00
bfc
tools/testing/selftests/filesystems/devpts_pts.c
verify_non_standard_devpts_mount
00000000000005e0 <verify_non_standard_devpts_mount>: 5e0: push %rbp 5e1: mov $0x786d,%edx 5e6: lea 0x0(%rip),%rdi # 5ed <verify_non_standard_devpts_mount+0xd> 5ed: mov %rsp,%rbp 5f0: push %r13 5f2: push %r12 5f4: push %rbx 5f5: sub $0x58,%rsp 5f9: movdqa 0x0(%rip),%xmm0 # 601 ...
[Bug-Fix Commit (BFC)] Function: verify_non_standard_devpts_mount Author: Anders Roxell Date: Wed Apr 18 09:52:55 2018 +0200 Commit message: selftests/filesystems: devpts_pts included wrong header We were picking up the wrong header should use asm/ioctls.h form the kernel and not the header from the system (sys/ioctl....
selftests/filesystems: devpts_pts included wrong header We were picking up the wrong header should use asm/ioctls.h form the kernel and not the header from the system (sys/ioctl.h). In the current code we added the correct include and we added the kernel headers path to the CFLAGS. Fixes: ce290a19609d ("selftests: ad...
dd4b16b4f9b1b7d9f4a185cb8222e42f3a5daf00
ce290a19609d5ecd4a240a4750e0ed9a476cf015
dd4b16b4f9b1b7d9f4a185cb8222e42f3a5daf00
bfc
tools/testing/selftests/filesystems/devpts_pts.c
main
0000000000000000 <main>: 0: endbr64 4: push %rbp 5: xor %edi,%edi 7: mov %rsp,%rbp a: call f <main+0xf> f: test %eax,%eax 11: jne 3a <main+0x3a> 13: mov 0x0(%rip),%rcx # 1a <main+0x1a> 1a: mov $0x4c,%edx 1f: mov $0x1,%esi 24: lea 0x0(%rip),%rdi # 2b ...
[Bug-Fix Commit (BFC)] Function: main Author: Anders Roxell Date: Wed Apr 18 09:52:55 2018 +0200 Commit message: selftests/filesystems: devpts_pts included wrong header We were picking up the wrong header should use asm/ioctls.h form the kernel and not the header from the system (sys/ioctl.h). In the current code we a...
selftests/filesystems: devpts_pts included wrong header We were picking up the wrong header should use asm/ioctls.h form the kernel and not the header from the system (sys/ioctl.h). In the current code we added the correct include and we added the kernel headers path to the CFLAGS. Fixes: ce290a19609d ("selftests: ad...
dd4b16b4f9b1b7d9f4a185cb8222e42f3a5daf00
ce290a19609d5ecd4a240a4750e0ed9a476cf015
ce290a19609d5ecd4a240a4750e0ed9a476cf015
bic
tools/testing/selftests/filesystems/devpts_pts.c
terminal_dup2
0000000000000000 <terminal_dup2>: 0: push %rbp 1: mov %rsp,%rbp 4: call 9 <terminal_dup2+0x9> 9: pop %rbp a: not %eax c: shr $0x1f,%eax f: ret
[Bug-Introducing Commit (BIC)] Function: terminal_dup2 Author: Christian Brauner Date: Tue Mar 13 17:55:27 2018 +0100 Commit message: selftests: add devpts selftests This adds tests to check: - bind-mounts from /dev/pts/ptmx to /dev/ptmx work - non-standard mounts of devpts work - bind-mounts of /dev/pts/ptmx to locat...
selftests: add devpts selftests This adds tests to check: - bind-mounts from /dev/pts/ptmx to /dev/ptmx work - non-standard mounts of devpts work - bind-mounts of /dev/pts/ptmx to locations that do not resolve to a valid slave pty path under the originating devpts mount fail Signed-off-by: Christian Brauner <christ...
dd4b16b4f9b1b7d9f4a185cb8222e42f3a5daf00
ce290a19609d5ecd4a240a4750e0ed9a476cf015
ce290a19609d5ecd4a240a4750e0ed9a476cf015
bic
tools/testing/selftests/filesystems/devpts_pts.c
terminal_set_stdfds
0000000000000010 <terminal_set_stdfds>: 10: push %rbp 11: mov %rsp,%rbp 14: push %r14 16: push %r13 18: push %r12 1a: push %rbx 1b: sub $0x20,%rsp 1f: mov %fs:0x28,%rax 28: mov %rax,-0x28(%rbp) 2c: xor %eax,%eax 2e: test %edi,%edi 30: js 69 <terminal_set_stdfds+0x5...
[Bug-Introducing Commit (BIC)] Function: terminal_set_stdfds Author: Christian Brauner Date: Tue Mar 13 17:55:27 2018 +0100 Commit message: selftests: add devpts selftests This adds tests to check: - bind-mounts from /dev/pts/ptmx to /dev/ptmx work - non-standard mounts of devpts work - bind-mounts of /dev/pts/ptmx to...
selftests: add devpts selftests This adds tests to check: - bind-mounts from /dev/pts/ptmx to /dev/ptmx work - non-standard mounts of devpts work - bind-mounts of /dev/pts/ptmx to locations that do not resolve to a valid slave pty path under the originating devpts mount fail Signed-off-by: Christian Brauner <christ...
dd4b16b4f9b1b7d9f4a185cb8222e42f3a5daf00
ce290a19609d5ecd4a240a4750e0ed9a476cf015
ce290a19609d5ecd4a240a4750e0ed9a476cf015
bic
tools/testing/selftests/filesystems/devpts_pts.c
login_pty
00000000000000a0 <login_pty>: a0: push %rbp a1: mov %rsp,%rbp a4: push %r13 a6: push %r12 a8: mov %edi,%r12d ab: call b0 <login_pty+0x10> b0: xor %edx,%edx b2: xor %eax,%eax b4: mov $0x540e,%esi b9: mov %r12d,%edi bc: call c1 <login_pty+0x21> c1: test %eax,%eax c3...
[Bug-Introducing Commit (BIC)] Function: login_pty Author: Christian Brauner Date: Tue Mar 13 17:55:27 2018 +0100 Commit message: selftests: add devpts selftests This adds tests to check: - bind-mounts from /dev/pts/ptmx to /dev/ptmx work - non-standard mounts of devpts work - bind-mounts of /dev/pts/ptmx to locations...
selftests: add devpts selftests This adds tests to check: - bind-mounts from /dev/pts/ptmx to /dev/ptmx work - non-standard mounts of devpts work - bind-mounts of /dev/pts/ptmx to locations that do not resolve to a valid slave pty path under the originating devpts mount fail Signed-off-by: Christian Brauner <christ...
dd4b16b4f9b1b7d9f4a185cb8222e42f3a5daf00
ce290a19609d5ecd4a240a4750e0ed9a476cf015
ce290a19609d5ecd4a240a4750e0ed9a476cf015
bic
tools/testing/selftests/filesystems/devpts_pts.c
wait_for_pid
0000000000000100 <wait_for_pid>: 100: push %rbp 101: mov %rsp,%rbp 104: push %r13 106: push %r12 108: lea -0x2c(%rbp),%r13 10c: push %rbx 10d: mov %edi,%ebx 10f: sub $0x18,%rsp 113: mov %fs:0x28,%rax 11c: mov %rax,-0x28(%rbp) 120: xor %eax,%eax 122: nopw 0x0(%rax,%rax,1) 128:...
[Bug-Introducing Commit (BIC)] Function: wait_for_pid Author: Christian Brauner Date: Tue Mar 13 17:55:27 2018 +0100 Commit message: selftests: add devpts selftests This adds tests to check: - bind-mounts from /dev/pts/ptmx to /dev/ptmx work - non-standard mounts of devpts work - bind-mounts of /dev/pts/ptmx to locati...
selftests: add devpts selftests This adds tests to check: - bind-mounts from /dev/pts/ptmx to /dev/ptmx work - non-standard mounts of devpts work - bind-mounts of /dev/pts/ptmx to locations that do not resolve to a valid slave pty path under the originating devpts mount fail Signed-off-by: Christian Brauner <christ...
dd4b16b4f9b1b7d9f4a185cb8222e42f3a5daf00
ce290a19609d5ecd4a240a4750e0ed9a476cf015
ce290a19609d5ecd4a240a4750e0ed9a476cf015
bic
tools/testing/selftests/filesystems/devpts_pts.c
resolve_procfd_symlink.constprop.0
0000000000000190 <resolve_procfd_symlink.constprop.0>: 190: push %rbp 191: mov %rsp,%rbp 194: push %r12 196: push %rbx 197: sub $0x1000,%rsp 19e: orq $0x0,(%rsp) 1a3: sub $0x10,%rsp # ifdef __va_arg_pack __fortify_function int __NTH (snprintf (char *__restrict __s, size_t __n, const char *__...
[Bug-Introducing Commit (BIC)] Function: resolve_procfd_symlink.constprop.0 Author: Christian Brauner Date: Tue Mar 13 17:55:27 2018 +0100 Commit message: selftests: add devpts selftests This adds tests to check: - bind-mounts from /dev/pts/ptmx to /dev/ptmx work - non-standard mounts of devpts work - bind-mounts of /...
selftests: add devpts selftests This adds tests to check: - bind-mounts from /dev/pts/ptmx to /dev/ptmx work - non-standard mounts of devpts work - bind-mounts of /dev/pts/ptmx to locations that do not resolve to a valid slave pty path under the originating devpts mount fail Signed-off-by: Christian Brauner <christ...
dd4b16b4f9b1b7d9f4a185cb8222e42f3a5daf00
ce290a19609d5ecd4a240a4750e0ed9a476cf015
ce290a19609d5ecd4a240a4750e0ed9a476cf015
bic
tools/testing/selftests/filesystems/devpts_pts.c
do_tiocgptpeer
0000000000000230 <do_tiocgptpeer>: 230: push %rbp 231: mov %rsp,%rbp 234: push %r14 236: push %r13 238: push %r12 23a: sub $0x1000,%rsp 241: orq $0x0,(%rsp) 246: sub $0x18,%rsp 24a: mov %fs:0x28,%rax 253: mov %rax,-0x28(%rbp) 257: xor %eax,%eax 259: mov %rsi,%r14 if (__...
[Bug-Introducing Commit (BIC)] Function: do_tiocgptpeer Author: Christian Brauner Date: Tue Mar 13 17:55:27 2018 +0100 Commit message: selftests: add devpts selftests This adds tests to check: - bind-mounts from /dev/pts/ptmx to /dev/ptmx work - non-standard mounts of devpts work - bind-mounts of /dev/pts/ptmx to loca...
selftests: add devpts selftests This adds tests to check: - bind-mounts from /dev/pts/ptmx to /dev/ptmx work - non-standard mounts of devpts work - bind-mounts of /dev/pts/ptmx to locations that do not resolve to a valid slave pty path under the originating devpts mount fail Signed-off-by: Christian Brauner <christ...
dd4b16b4f9b1b7d9f4a185cb8222e42f3a5daf00
ce290a19609d5ecd4a240a4750e0ed9a476cf015
ce290a19609d5ecd4a240a4750e0ed9a476cf015
bic
tools/testing/selftests/filesystems/devpts_pts.c
verify_ptmx_bind_mount
0000000000000490 <verify_ptmx_bind_mount>: 490: push %rbp 491: xor %r8d,%r8d 494: xor %edx,%edx 496: mov $0x1000,%ecx 49b: lea 0x0(%rip),%rdi # 4a2 <verify_ptmx_bind_mount+0x12> 4a2: mov %rsp,%rbp 4a5: push %r12 4a7: lea 0x0(%rip),%r12 # 4ae <verify_ptmx_bind_mount+0x1e> 4ae...
[Bug-Introducing Commit (BIC)] Function: verify_ptmx_bind_mount Author: Christian Brauner Date: Tue Mar 13 17:55:27 2018 +0100 Commit message: selftests: add devpts selftests This adds tests to check: - bind-mounts from /dev/pts/ptmx to /dev/ptmx work - non-standard mounts of devpts work - bind-mounts of /dev/pts/ptmx...
selftests: add devpts selftests This adds tests to check: - bind-mounts from /dev/pts/ptmx to /dev/ptmx work - non-standard mounts of devpts work - bind-mounts of /dev/pts/ptmx to locations that do not resolve to a valid slave pty path under the originating devpts mount fail Signed-off-by: Christian Brauner <christ...
dd4b16b4f9b1b7d9f4a185cb8222e42f3a5daf00
ce290a19609d5ecd4a240a4750e0ed9a476cf015
ce290a19609d5ecd4a240a4750e0ed9a476cf015
bic
tools/testing/selftests/filesystems/devpts_pts.c
verify_invalid_ptmx_bind_mount
0000000000000500 <verify_invalid_ptmx_bind_mount>: 500: push %rbp 501: mov %rsp,%rbp 504: push %r13 506: push %r12 508: lea -0x40(%rbp),%r12 50c: push %rbx 50d: mov %r12,%rdi 510: sub $0x28,%rsp 514: movdqa 0x0(%rip),%xmm0 # 51c <verify_invalid_ptmx_bind_mount+0x1c> 51c: mov %fs:...
[Bug-Introducing Commit (BIC)] Function: verify_invalid_ptmx_bind_mount Author: Christian Brauner Date: Tue Mar 13 17:55:27 2018 +0100 Commit message: selftests: add devpts selftests This adds tests to check: - bind-mounts from /dev/pts/ptmx to /dev/ptmx work - non-standard mounts of devpts work - bind-mounts of /dev/...
selftests: add devpts selftests This adds tests to check: - bind-mounts from /dev/pts/ptmx to /dev/ptmx work - non-standard mounts of devpts work - bind-mounts of /dev/pts/ptmx to locations that do not resolve to a valid slave pty path under the originating devpts mount fail Signed-off-by: Christian Brauner <christ...