index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
bpf
/
log.c
Age
Commit message (
Expand
)
Author
2024-06-20
bpf: remove redeclaration of new_n in bpf_verifier_vlog
Rafael Passos
2024-06-14
bpf: Track delta between "linked" registers.
Alexei Starovoitov
2024-04-03
bpf: Replace deprecated strncpy with strscpy
Justin Stitt
2024-03-11
bpf: Recognize addr_space_cast instruction in the verifier.
Alexei Starovoitov
2024-02-15
bpf: improve duplicate source code line detection
Andrii Nakryiko
2024-02-14
bpf: Use O(log(N)) binary search to find line info record
Andrii Nakryiko
2024-02-13
bpf: emit source code file name and line number in verifier log
Andrii Nakryiko
2023-12-11
bpf: emit more dynptr information in verifier log
Andrii Nakryiko
2023-12-11
bpf: log PTR_TO_MEM memory size in verifier log
Andrii Nakryiko
2023-12-02
bpf: simplify tnum output if a fully known constant
Andrii Nakryiko
2023-11-18
bpf: emit frameno for PTR_TO_STACK regs if it differs from current one
Andrii Nakryiko
2023-11-18
bpf: smarter verifier log number printing logic
Andrii Nakryiko
2023-11-18
bpf: omit default off=0 and imm=0 in register state log
Andrii Nakryiko
2023-11-18
bpf: emit map name in register state if applicable and available
Andrii Nakryiko
2023-11-18
bpf: print spilled register state in stack slot
Andrii Nakryiko
2023-11-18
bpf: extract register state printing
Andrii Nakryiko
2023-11-18
bpf: move verifier state printing code to kernel/bpf/log.c
Andrii Nakryiko
2023-11-18
bpf: move verbose_linfo() into kernel/bpf/log.c
Andrii Nakryiko
2023-05-16
bpf: drop unnecessary user-triggerable WARN_ONCE in verifierl log
Andrii Nakryiko
2023-04-11
bpf: Relax log_buf NULL conditions when log_level>0 is requested
Andrii Nakryiko
2023-04-11
bpf: Simplify internal verifier log interface
Andrii Nakryiko
2023-04-11
bpf: Keep track of total log content size in both fixed and rolling modes
Andrii Nakryiko
2023-04-11
bpf: Simplify logging-related error conditions handling
Andrii Nakryiko
2023-04-11
bpf: Ignore verifier log reset in BPF_LOG_KERNEL mode
Andrii Nakryiko
2023-04-11
bpf: Switch BPF verifier log to be a rotating log by default
Andrii Nakryiko
2023-04-11
bpf: Remove minimum size restrictions on verifier log buffer
Andrii Nakryiko
2023-04-11
bpf: Split off basic BPF verifier log into separate file
Andrii Nakryiko