python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
why bpf program doesn't find info? choose wrong kfunc?
I use kprobe/do_sys_open to observe something. I write a demo to open a file and read. I think when I execute this demo, bpf program can find these action, but from bpf_trace_printk, I can't find any ...
Muqali He
Votes: 0
Answers: 1
Unable to fetch data using bpf_map_lookup_elem()
I am trying to write a code for XDP where a user space program will populate a bpf map and then later the Kernel will look into the map. For creating the map I have added a SEC(".maps") in t...
Rishab
Votes: 0
Answers: 1
BPF / XDP: 'bpftool batch file' returns 'Error: reading batch file failed: Operation not permitted'
I have a docker container with an XDP program loaded on it. I also have a batch file for the bpftool to run. When I run bpftool batch file tmp_bpftool.txt, I get Error: reading batch file failed: Oper...
Ferrar
Votes: 0
Answers: 1
Why is "anchor build" and "Cargo build-bpf" showing wrong rustc version?
I'm trying to build the (https://github.com/betterclever/solend-anchor) package using anchor build, however I get the following error
error: package `uint v0.9.3` cannot be built because it requires r...
Highness
Votes: 0
Answers: 2