summaryrefslogtreecommitdiffstats
path: root/kernel/bpf/log.c
AgeCommit message (Expand)AuthorLines
2024-10-17bpf: Fix print_reg_state's constant scalar dumpDaniel Borkmann-2/+1
2024-06-20bpf: remove redeclaration of new_n in bpf_verifier_vlogRafael Passos-1/+1
2024-06-14bpf: Track delta between "linked" registers.Alexei Starovoitov-1/+3
2024-04-03bpf: Replace deprecated strncpy with strscpyJustin Stitt-2/+2
2024-03-11bpf: Recognize addr_space_cast instruction in the verifier.Alexei Starovoitov-0/+3
2024-02-15bpf: improve duplicate source code line detectionAndrii Nakryiko-2/+15
2024-02-14bpf: Use O(log(N)) binary search to find line info recordAndrii Nakryiko-5/+25
2024-02-13bpf: emit source code file name and line number in verifier logAndrii Nakryiko-3/+12
2023-12-11bpf: emit more dynptr information in verifier logAndrii Nakryiko-9/+16
2023-12-11bpf: log PTR_TO_MEM memory size in verifier logAndrii Nakryiko-0/+4
2023-12-02bpf: simplify tnum output if a fully known constantAndrii Nakryiko-0/+13
2023-11-18bpf: emit frameno for PTR_TO_STACK regs if it differs from current oneAndrii Nakryiko-6/+14
2023-11-18bpf: smarter verifier log number printing logicAndrii Nakryiko-11/+68
2023-11-18bpf: omit default off=0 and imm=0 in register state logAndrii Nakryiko-6/+4
2023-11-18bpf: emit map name in register state if applicable and availableAndrii Nakryiko-6/+18
2023-11-18bpf: print spilled register state in stack slotAndrii Nakryiko-19/+17
2023-11-18bpf: extract register state printingAndrii Nakryiko-57/+63
2023-11-18bpf: move verifier state printing code to kernel/bpf/log.cAndrii Nakryiko-0/+342
2023-11-18bpf: move verbose_linfo() into kernel/bpf/log.cAndrii Nakryiko-0/+59
2023-05-16bpf: drop unnecessary user-triggerable WARN_ONCE in verifierl logAndrii Nakryiko-3/+0
2023-04-11bpf: Relax log_buf NULL conditions when log_level>0 is requestedAndrii Nakryiko-17/+25
2023-04-11bpf: Simplify internal verifier log interfaceAndrii Nakryiko-9/+39
2023-04-11bpf: Keep track of total log content size in both fixed and rolling modesAndrii Nakryiko-21/+46
2023-04-11bpf: Simplify logging-related error conditions handlingAndrii Nakryiko-1/+3
2023-04-11bpf: Ignore verifier log reset in BPF_LOG_KERNEL modeAndrii Nakryiko-1/+1
2023-04-11bpf: Switch BPF verifier log to be a rotating log by defaultAndrii Nakryiko-9/+189
2023-04-11bpf: Remove minimum size restrictions on verifier log bufferAndrii Nakryiko-1/+1
2023-04-11bpf: Split off basic BPF verifier log into separate fileAndrii Nakryiko-0/+85