netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] scripts/tags.sh: Add BPF_CALL
@ 2018-07-12  5:28 Constantine Shulyupin
  2018-07-13 18:10 ` Alexei Starovoitov
  0 siblings, 1 reply; 3+ messages in thread
From: Constantine Shulyupin @ 2018-07-12  5:28 UTC (permalink / raw)
  To: ast, daniel, netdev, Andrew Morton, Vlastimil Babka,
	Arend van Spriel, Joey Pabalinas, Kirill A. Shutemov,
	Matthew Wilcox, Constantine Shulyupin, open list

Signed-off-by: Constantine Shulyupin <const@MakeLinux.com>
---
 scripts/tags.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/scripts/tags.sh b/scripts/tags.sh
index 66f08bb1cce9..db0d56ebe9b9 100755
--- a/scripts/tags.sh
+++ b/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/'
-- 
2.17.1

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-07-13 20:17 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-07-12  5:28 [PATCH] scripts/tags.sh: Add BPF_CALL Constantine Shulyupin
2018-07-13 18:10 ` Alexei Starovoitov
2018-07-13 20:17   ` Daniel Borkmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).