All of lore.kernel.org
 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

* Re: [PATCH] scripts/tags.sh: Add BPF_CALL
  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
  0 siblings, 1 reply; 3+ messages in thread
From: Alexei Starovoitov @ 2018-07-13 18:10 UTC (permalink / raw)
  To: Constantine Shulyupin
  Cc: ast, daniel, netdev, Andrew Morton, Vlastimil Babka,
	Arend van Spriel, Joey Pabalinas, Kirill A. Shutemov,
	Matthew Wilcox, open list

On Thu, Jul 12, 2018 at 08:28:46AM +0300, Constantine Shulyupin wrote:
> Signed-off-by: Constantine Shulyupin <const@MakeLinux.com>

Acked-by: Alexei Starovoitov <ast@kernel.org>


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

* Re: [PATCH] scripts/tags.sh: Add BPF_CALL
  2018-07-13 18:10 ` Alexei Starovoitov
@ 2018-07-13 20:17   ` Daniel Borkmann
  0 siblings, 0 replies; 3+ messages in thread
From: Daniel Borkmann @ 2018-07-13 20:17 UTC (permalink / raw)
  To: Alexei Starovoitov, Constantine Shulyupin
  Cc: ast, netdev, Andrew Morton, Vlastimil Babka, Arend van Spriel,
	Joey Pabalinas, Kirill A. Shutemov, Matthew Wilcox, open list

On 07/13/2018 08:10 PM, Alexei Starovoitov wrote:
> On Thu, Jul 12, 2018 at 08:28:46AM +0300, Constantine Shulyupin wrote:
>> Signed-off-by: Constantine Shulyupin <const@MakeLinux.com>
> 
> Acked-by: Alexei Starovoitov <ast@kernel.org>

Acked-by: Daniel Borkmann <daniel@iogearbox.net>

^ permalink raw reply	[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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.