Commit 53c1852
committed
sync: Pull latest bpftool changes from kernel
Syncing latest bpftool commits from kernel repository.
Baseline bpf-next commit: e860a98c8aebd8de82c0ee901acf5a759acd4570
Checkpoint bpf-next commit: 21aeabb68258ce17b91af113a768760b3a491d93
Baseline bpf commit: bf4807c89d8f92c47404b1e4eeeefb42259d1b50
Checkpoint bpf commit: 27861fc720be2c39b861d8bdfb68287f54de6855
Tao Chen (4):
bpf: Add struct bpf_token_info
bpftool: Add bpf_token show
bpftool: Add bpftool-token manpage
bpftool: Add bash completion for token argument
Vincent Li (1):
bpftool: Add kernel.kptr_restrict hint for no instructions
bash-completion/bpftool | 11 ++
docs/bpftool-token.rst | 64 +++++++++++
include/uapi/linux/bpf.h | 8 ++
src/main.c | 3 +-
src/main.h | 1 +
src/prog.c | 2 +-
src/token.c | 225 +++++++++++++++++++++++++++++++++++++++
7 files changed, 312 insertions(+), 2 deletions(-)
create mode 100644 docs/bpftool-token.rst
create mode 100644 src/token.c
Signed-off-by: Quentin Monnet <[email protected]>1 parent 0b99945 commit 53c1852
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
0 commit comments