The patch titled Subject: scripts/tags.sh: add BPF_CALL has been added to the -mm tree. Its filename is scripts-tagssh-add-bpf_call.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/scripts-tagssh-add-bpf_call.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/scripts-tagssh-add-bpf_call.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/process/submit-checklist.rst when testing your code *** The -mm tree is included into linux-next and is updated there every 3-4 working days ------------------------------------------------------ From: Constantine Shulyupin <const@xxxxxxxxxxxxx> Subject: scripts/tags.sh: add BPF_CALL Link: http://lkml.kernel.org/r/20180712052850.28396-1-const@xxxxxxxxxxxxx Signed-off-by: Constantine Shulyupin <const@xxxxxxxxxxxxx> Acked-by: Alexei Starovoitov <ast@xxxxxxxxxx> Acked-by: Daniel Borkmann <daniel@xxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- scripts/tags.sh | 1 + 1 file changed, 1 insertion(+) diff -puN scripts/tags.sh~scripts-tagssh-add-bpf_call scripts/tags.sh --- a/scripts/tags.sh~scripts-tagssh-add-bpf_call +++ a/scripts/tags.sh @@ -152,6 +152,7 @@ regex_asm=( ) regex_c=( '/^SYSCALL_DEFINE[0-9](\([[:alnum:]_]*\).*/sys_\1/' + '/^BPF_CALL_[0-9](\([[:alnum:]_]*\).*/\1/' '/^COMPAT_SYSCALL_DEFINE[0-9](\([[:alnum:]_]*\).*/compat_sys_\1/' '/^TRACE_EVENT(\([[:alnum:]_]*\).*/trace_\1/' '/^TRACE_EVENT(\([[:alnum:]_]*\).*/trace_\1_rcuidle/' _ Patches currently in -mm which might be from const@xxxxxxxxxxxxx are scripts-tagssh-add-bpf_call.patch scripts-tagssh-add-__ro_after_init.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html