From df01b246df1fe0e31008a6ef4a04643dc11f9835 Mon Sep 17 00:00:00 2001 From: Michal Suchanek Date: Mon, 19 Jul 2021 12:31:56 +0200 Subject: [PATCH] README: State the source origin more prominently. Signed-off-by: Michal Suchanek --- README.md | 26 ++++++++++++-------------- 1 file changed, 12 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index d0327a9..669422f 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,15 @@ +This is a mirror of [bpf-next Linux source +tree](https://kernel.googlesource.com/pub/scm/linux/kernel/git/bpf/bpf-next)'s +`tools/lib/bpf` directory plus its supporting header files. + +All the gory details of syncing can be found in `scripts/sync-kernel.sh` +script. + +Some header files in this repo (`include/linux/*.h`) are reduced versions of +their counterpart files at +[bpf-next](https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next.git/)'s +`tools/include/linux/*.h` to make compilation successful. + BPF/libbpf usage and questions ============================== @@ -134,20 +146,6 @@ use it: contain lots of real-world tools converted from BCC to BPF CO-RE. Consider converting some more to both contribute to the BPF community and gain some more experience with it. - -Details -======= -This is a mirror of [bpf-next Linux source -tree](https://kernel.googlesource.com/pub/scm/linux/kernel/git/bpf/bpf-next)'s -`tools/lib/bpf` directory plus its supporting header files. - -All the gory details of syncing can be found in `scripts/sync-kernel.sh` -script. - -Some header files in this repo (`include/linux/*.h`) are reduced versions of -their counterpart files at -[bpf-next](https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next.git/)'s -`tools/include/linux/*.h` to make compilation successful. License =======