The patch titled Subject: scripts/tags.sh: add BPF_CALL has been removed from the -mm tree. Its filename was scripts-tagssh-add-bpf_call.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ 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 -- 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