Search code examples
Kprobe and tracepoint, which one is triggered first?...


linuxkernelebpfkprobe

Read More
eBPF as non-root can't freeze map .rodata when trying to make a hello world program...


cebpfbpflinux-capabilities

Read More
BPF program is too large. Processed 1000001 insn...


clangebpfbpf

Read More
BPF verifier rejects the use of path pointer as argument to the bpf_d_path helper function...


linux-kernelebpfbpflinux-security-module

Read More
How to get payload data from tcp_probe tracepoint via ebpf?...


ebpfbpftracepoint

Read More
inconsistent verifier behavior for fentry and kprobe ctx...


linux-kernelebpfbpfkprobe

Read More
How can I dereference a pointer in an eBPF program...


linux-kernelebpfbpf

Read More
Invalid access to packet while parsing packet in an eBPF program...


ebpfbpf

Read More
Difference in eBPF XDP mode and Socket Filter Mode when parsing a packet header information...


linux-kernelebpfbpfxdp-bpf

Read More
BPF LSM: bpf_task_storage_get expects a trusted pointer...


ebpfbpflinux-security-module

Read More
bpf_prog_test_run_opts returns "Unknown error 524" when trying to run eBPF program...


ebpfbpftracepoint

Read More
How do you load an eBPF program that probes an NFS function?...


linuxgonfsebpfbpftrace

Read More
BPF_LINK_CREATE with BPF_LINK_TYPE_XDP + target_ifindex returns -EINVAL...


ebpfxdp-bpfxdp-pdf

Read More
eBPF program fails with "libbpf: failed to find valid kernel BTF" after upgrading to kerne...


clinuxlinux-kernelebpflibbpf

Read More
Writing an eBPF bound check using embedded assembly...


ebpfbpfxdp-bpf

Read More
Can we attach a ebpf program after tcp reordering? What mechanism should we use any ready examples f...


tcpebpf

Read More
How to collect filename from eBPF hook while file is creating?...


cebpflinux-security-module

Read More
ebpf helper func "bpf_probe_write_user" return error (-14)...


linux-kernelebpf

Read More
can XDP UDP server bind to a udp port...


cebpfxdp-bpf

Read More
How to detach ebpf program with 'bpftool prog detach'...


linux-kernelebpfbpf

Read More
Using arrays of maps with libbpf-rs...


rustebpflibbpf

Read More
Does bpf_redirect() to another interface trigger the target's TC ingress hook?...


ebpfxdp-bpf

Read More
How can I safely build the full path of a struct dentry * in an eBPF (LSM) hook (e.g. inode_rename)?...


clinuxlinux-kernelfilesystemsebpf

Read More
Issue with fentry BPF program attaching to open system call...


ebpf

Read More
How to fix BPF verifier "unbounded memory access" for argument?...


linux-kernelebpfbpflibbpf

Read More
Why does libbpf copy global variables to memory before creating BPF maps?...


ebpflibbpf

Read More
What is variable attribute SEC means?...


cbpfebpf

Read More
headers not working at a kernel level on eBPF code...


cheaderkernelebpfbcc-bpf

Read More
addr_space_cast insn can only be used in a program that has an associated arena...


ebpfbpfxdp-bpf

Read More
Is it possible to insert new option into packets in eBPF?...


ebpfxdp-bpf

Read More
BackNext