index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
bpf
/
log.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpf: Fix print_reg_state's constant scalar dump
Daniel Borkmann
2024-10-17
1
-2
/
+1
*
bpf: remove redeclaration of new_n in bpf_verifier_vlog
Rafael Passos
2024-06-21
1
-1
/
+1
*
bpf: Track delta between "linked" registers.
Alexei Starovoitov
2024-06-14
1
-1
/
+3
*
bpf: Replace deprecated strncpy with strscpy
Justin Stitt
2024-04-03
1
-2
/
+2
*
bpf: Recognize addr_space_cast instruction in the verifier.
Alexei Starovoitov
2024-03-11
1
-0
/
+3
*
bpf: improve duplicate source code line detection
Andrii Nakryiko
2024-02-15
1
-2
/
+15
*
bpf: Use O(log(N)) binary search to find line info record
Andrii Nakryiko
2024-02-14
1
-5
/
+25
*
bpf: emit source code file name and line number in verifier log
Andrii Nakryiko
2024-02-14
1
-3
/
+12
*
bpf: emit more dynptr information in verifier log
Andrii Nakryiko
2023-12-12
1
-9
/
+16
*
bpf: log PTR_TO_MEM memory size in verifier log
Andrii Nakryiko
2023-12-12
1
-0
/
+4
*
bpf: simplify tnum output if a fully known constant
Andrii Nakryiko
2023-12-02
1
-0
/
+13
*
bpf: emit frameno for PTR_TO_STACK regs if it differs from current one
Andrii Nakryiko
2023-11-18
1
-6
/
+14
*
bpf: smarter verifier log number printing logic
Andrii Nakryiko
2023-11-18
1
-11
/
+68
*
bpf: omit default off=0 and imm=0 in register state log
Andrii Nakryiko
2023-11-18
1
-6
/
+4
*
bpf: emit map name in register state if applicable and available
Andrii Nakryiko
2023-11-18
1
-6
/
+18
*
bpf: print spilled register state in stack slot
Andrii Nakryiko
2023-11-18
1
-19
/
+17
*
bpf: extract register state printing
Andrii Nakryiko
2023-11-18
1
-57
/
+63
*
bpf: move verifier state printing code to kernel/bpf/log.c
Andrii Nakryiko
2023-11-18
1
-0
/
+342
*
bpf: move verbose_linfo() into kernel/bpf/log.c
Andrii Nakryiko
2023-11-18
1
-0
/
+59
*
bpf: drop unnecessary user-triggerable WARN_ONCE in verifierl log
Andrii Nakryiko
2023-05-17
1
-3
/
+0
*
bpf: Relax log_buf NULL conditions when log_level>0 is requested
Andrii Nakryiko
2023-04-11
1
-17
/
+25
*
bpf: Simplify internal verifier log interface
Andrii Nakryiko
2023-04-11
1
-9
/
+39
*
bpf: Keep track of total log content size in both fixed and rolling modes
Andrii Nakryiko
2023-04-11
1
-21
/
+46
*
bpf: Simplify logging-related error conditions handling
Andrii Nakryiko
2023-04-11
1
-1
/
+3
*
bpf: Ignore verifier log reset in BPF_LOG_KERNEL mode
Andrii Nakryiko
2023-04-11
1
-1
/
+1
*
bpf: Switch BPF verifier log to be a rotating log by default
Andrii Nakryiko
2023-04-11
1
-9
/
+189
*
bpf: Remove minimum size restrictions on verifier log buffer
Andrii Nakryiko
2023-04-11
1
-1
/
+1
*
bpf: Split off basic BPF verifier log into separate file
Andrii Nakryiko
2023-04-11
1
-0
/
+85