Conversation
There was a problem hiding this comment.
Thanks! Do you also want to generate loongarch binary on release? (then you can download pre-compiled pwru from https://github.com/cilium/pwru/releases/) If so, some minor changes on Makefile (local-release) shall be made.
|
@chenhengqi 👋 Bump |
Update libbpf to its latest release, which contains support for LoongArch. Signed-off-by: Hengqi Chen <[email protected]>
The vmlinux.h is generated on Linux v6.7. This enables building kprobe_pwru on LoongArch. Signed-off-by: Hengqi Chen <[email protected]>
With this change, we can now build pwru on LoongArch using:
$ make TARGET_GOARCH=loong64 GOARCH=loong64 LIBPCAP_ARCH=
Signed-off-by: Hengqi Chen <[email protected]>
Sorry for the long delay. I am inclined to keep it as it is for now. Thanks. |
|
@brb Just rebase and mark it as ready for review. Thanks. |
There was a problem hiding this comment.
Code changes LGTM, my only concern is neither I or CI don't have Loong env to test it. @chenhengqi Have you run the pwru compiled from this PR?
|
Yep, I run it on my 3A5000 machine. |
|
@chenhengqi Thanks for the PR. Would you mind providing a GH runner to that we can test pwru on it? Happy to help with setup. |
|
OK, just add to my TODO list. |
No description provided.