projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c604cb7
)
scripts/tags.sh: Add BPF_CALL
author
Constantine Shulyupin
<
[email protected]
>
Thu, 12 Jul 2018 05:28:46 +0000
(08:28 +0300)
committer
David S. Miller
<
[email protected]
>
Mon, 16 Jul 2018 20:30:27 +0000
(13:30 -0700)
Signed-off-by: Constantine Shulyupin <
[email protected]
>
Acked-by: Alexei Starovoitov <
[email protected]
>
Acked-by: Daniel Borkmann <
[email protected]
>
Signed-off-by: David S. Miller <
[email protected]
>
scripts/tags.sh
patch
|
blob
|
history
diff --git
a/scripts/tags.sh
b/scripts/tags.sh
index 66f08bb1cce978a1074141cc90adc7255c317ede..db0d56ebe9b9f91e0e7f8ba5ab8fc1e6eee9472d 100755
(executable)
--- 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/'