diff mbox series

[bpf-next] MAINTAINERS: add btf headers to BPF

Message ID 20210924193557.3081469-1-davemarchevsky@fb.com (mailing list archive)
State Accepted
Commit 199715243f726c7aca6480ef251237f17f328014
Delegated to: BPF
Headers show
Series [bpf-next] MAINTAINERS: add btf headers to BPF | expand

Checks

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 warning 6 maintainers not CCed: kpsingh@kernel.org john.fastabend@gmail.com yhs@fb.com songliubraving@fb.com netdev@vger.kernel.org kafai@fb.com
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 success total: 0 errors, 0 warnings, 0 checks, 11 lines checked
netdev/build_allmodconfig_warn success Errors and warnings before: 0 this patch: 0
netdev/header_inline success Link
bpf/vmtest-bpf-next success VM_Test
bpf/vmtest-bpf-next-PR success PR summary

Commit Message

Dave Marchevsky Sept. 24, 2021, 7:35 p.m. UTC
BPF folks maintain these and they're not picked up by the current
MAINTAINERS entries.

Files caught by the added globs:
  include/linux/btf.h
  include/linux/btf_ids.h
  include/uapi/linux/btf.h

Signed-off-by: Dave Marchevsky <davemarchevsky@fb.com>
---
 MAINTAINERS | 2 ++
 1 file changed, 2 insertions(+)

Comments

patchwork-bot+netdevbpf@kernel.org Sept. 24, 2021, 9:40 p.m. UTC | #1
Hello:

This patch was applied to bpf/bpf.git (refs/heads/master):

On Fri, 24 Sep 2021 12:35:57 -0700 you wrote:
> BPF folks maintain these and they're not picked up by the current
> MAINTAINERS entries.
> 
> Files caught by the added globs:
>   include/linux/btf.h
>   include/linux/btf_ids.h
>   include/uapi/linux/btf.h
> 
> [...]

Here is the summary with links:
  - [bpf-next] MAINTAINERS: add btf headers to BPF
    https://git.kernel.org/bpf/bpf/c/199715243f72

You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
diff mbox series

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index eeb4c70b3d5b..93396e93033e 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -3385,9 +3385,11 @@  F:	Documentation/networking/filter.rst
 F:	Documentation/userspace-api/ebpf/
 F:	arch/*/net/*
 F:	include/linux/bpf*
+F:	include/linux/btf*
 F:	include/linux/filter.h
 F:	include/trace/events/xdp.h
 F:	include/uapi/linux/bpf*
+F:	include/uapi/linux/btf*
 F:	include/uapi/linux/filter.h
 F:	kernel/bpf/
 F:	kernel/trace/bpf_trace.c