Message ID | 1628025796-29533-4-git-send-email-alan.maguire@oracle.com (mailing list archive) |
---|---|
State | Changes Requested |
Delegated to: | BPF |
Headers | show |
Series | tools: ksnoop: tracing kernel function entry/return with argument/return value display | expand |
Context | Check | Description |
---|---|---|
netdev/cover_letter | success | Link |
netdev/fixes_present | success | Link |
netdev/patch_count | success | Link |
netdev/tree_selection | success | Clearly marked for bpf-next |
netdev/subject_prefix | success | Link |
netdev/cc_maintainers | success | CCed 11 of 11 maintainers |
netdev/source_inline | success | Was 0 now: 0 |
netdev/verify_signedoff | success | Link |
netdev/module_param | success | Was 0 now: 0 |
netdev/build_32bit | success | Errors and warnings before: 0 this patch: 0 |
netdev/kdoc | success | Errors and warnings before: 0 this patch: 0 |
netdev/verify_fixes | success | Link |
netdev/checkpatch | warning | WARNING: added, moved or deleted file(s), does MAINTAINERS need updating? |
netdev/build_allmodconfig_warn | success | Errors and warnings before: 0 this patch: 0 |
netdev/header_inline | success | Link |
diff --git a/tools/bpf/ksnoop/.gitignore b/tools/bpf/ksnoop/.gitignore new file mode 100644 index 0000000..8b8f877 --- /dev/null +++ b/tools/bpf/ksnoop/.gitignore @@ -0,0 +1 @@ +ksnoop.8
.gitignore needed for ksnoop.8 manual page generation. Signed-off-by: Alan Maguire <alan.maguire@oracle.com> --- tools/bpf/ksnoop/.gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 tools/bpf/ksnoop/.gitignore