[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20180712052850.28396-1-const@MakeLinux.com>
Date: Thu, 12 Jul 2018 08:28:46 +0300
From: Constantine Shulyupin <const@...eLinux.com>
To: ast@...nel.org, daniel@...earbox.net, netdev@...r.kernel.org,
Andrew Morton <akpm@...ux-foundation.org>,
Vlastimil Babka <vbabka@...e.cz>,
Arend van Spriel <arend.vanspriel@...adcom.com>,
Joey Pabalinas <joeypabalinas@...il.com>,
"Kirill A. Shutemov" <kirill.shutemov@...ux.intel.com>,
Matthew Wilcox <mawilcox@...rosoft.com>,
Constantine Shulyupin <const@...eLinux.com>,
linux-kernel@...r.kernel.org (open list)
Subject: [PATCH] scripts/tags.sh: Add BPF_CALL
Signed-off-by: Constantine Shulyupin <const@...eLinux.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
Powered by blists - more mailing lists