Message ID | 20220424051022.2619648-1-asmadeus@codewreck.org (mailing list archive) |
---|---|
Headers | show |
Series | tools/bpf: allow building with musl | expand |
Hello: This series was applied to bpf/bpf-next.git (master) by Daniel Borkmann <daniel@iogearbox.net>: On Sun, 24 Apr 2022 14:10:18 +0900 you wrote: > Hi, > > I'd like to build bpftool on alpine linux, which is musl based. > > There are a few incompatibilities with it, I've commented on each patch > when I could think of alternative solutions. > > [...] Here is the summary with links: - [1/4] tools/bpf/runqslower: musl compat: explicitly link with libargp if found (no matching commit) - [2/4] tools/bpf: musl compat: do not use DEFFILEMODE (no matching commit) - [3/4] tools/bpf: musl compat: replace nftw with FTW_ACTIONRETVAL https://git.kernel.org/bpf/bpf-next/c/93bc2e9e943d - [4/4] tools/bpf: replace sys/fcntl.h by fcntl.h https://git.kernel.org/bpf/bpf-next/c/246bdfa52f33 You are awesome, thank you!