All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH bpf] bpf, doc: add reviewers to maintainers entry
@ 2019-01-28 22:55 Daniel Borkmann
  2019-01-29  1:25 ` Martin Lau
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Daniel Borkmann @ 2019-01-28 22:55 UTC (permalink / raw)
  To: ast; +Cc: netdev, kafai, songliubraving, yhs, Daniel Borkmann

In order to better scale BPF development on netdev, we've adopted a
reviewer rotation for all BPF patches among the five of us for some
time now. Lets give credit where credit is due, and add Martin, Song
and Yonghong as official BPF reviewers to MAINTAINERS file. Also
while at it, add regex matching for BPF such that we get properly
Cc'ed for files not listed here.

Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
---
 MAINTAINERS | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 51029a4..6e13378 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2848,6 +2848,9 @@ F:	include/uapi/linux/if_bonding.h
 BPF (Safe dynamic programs and tools)
 M:	Alexei Starovoitov <ast@kernel.org>
 M:	Daniel Borkmann <daniel@iogearbox.net>
+R:	Martin KaFai Lau <kafai@fb.com>
+R:	Song Liu <songliubraving@fb.com>
+R:	Yonghong Song <yhs@fb.com>
 L:	netdev@vger.kernel.org
 L:	linux-kernel@vger.kernel.org
 T:	git git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf.git
@@ -2873,6 +2876,8 @@ F:	samples/bpf/
 F:	tools/bpf/
 F:	tools/lib/bpf/
 F:	tools/testing/selftests/bpf/
+K:	bpf
+N:	bpf
 
 BPF JIT for ARM
 M:	Shubham Bansal <illusionist.neo@gmail.com>
-- 
2.9.5


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

* Re: [PATCH bpf] bpf, doc: add reviewers to maintainers entry
  2019-01-28 22:55 [PATCH bpf] bpf, doc: add reviewers to maintainers entry Daniel Borkmann
@ 2019-01-29  1:25 ` Martin Lau
  2019-01-29  3:05 ` Yonghong Song
  2019-01-29  3:08 ` Song Liu
  2 siblings, 0 replies; 5+ messages in thread
From: Martin Lau @ 2019-01-29  1:25 UTC (permalink / raw)
  To: Daniel Borkmann; +Cc: ast, netdev, Song Liu, Yonghong Song

On Mon, Jan 28, 2019 at 11:55:26PM +0100, Daniel Borkmann wrote:
> In order to better scale BPF development on netdev, we've adopted a
> reviewer rotation for all BPF patches among the five of us for some
> time now. Lets give credit where credit is due, and add Martin, Song
> and Yonghong as official BPF reviewers to MAINTAINERS file. Also
> while at it, add regex matching for BPF such that we get properly
> Cc'ed for files not listed here.
Thanks!

Acked-by: Martin KaFai Lau <kafai@fb.com>

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

* Re: [PATCH bpf] bpf, doc: add reviewers to maintainers entry
  2019-01-28 22:55 [PATCH bpf] bpf, doc: add reviewers to maintainers entry Daniel Borkmann
  2019-01-29  1:25 ` Martin Lau
@ 2019-01-29  3:05 ` Yonghong Song
  2019-01-29  3:08 ` Song Liu
  2 siblings, 0 replies; 5+ messages in thread
From: Yonghong Song @ 2019-01-29  3:05 UTC (permalink / raw)
  To: Daniel Borkmann, ast; +Cc: netdev, Martin Lau, Song Liu



On 1/28/19 2:55 PM, Daniel Borkmann wrote:
> In order to better scale BPF development on netdev, we've adopted a
> reviewer rotation for all BPF patches among the five of us for some
> time now. Lets give credit where credit is due, and add Martin, Song
> and Yonghong as official BPF reviewers to MAINTAINERS file. Also
> while at it, add regex matching for BPF such that we get properly
> Cc'ed for files not listed here.
> 
> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>

Thanks!
Acked-by: Yonghong Song <yhs@fb.com>


> ---
>   MAINTAINERS | 5 +++++
>   1 file changed, 5 insertions(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 51029a4..6e13378 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -2848,6 +2848,9 @@ F:	include/uapi/linux/if_bonding.h
>   BPF (Safe dynamic programs and tools)
>   M:	Alexei Starovoitov <ast@kernel.org>
>   M:	Daniel Borkmann <daniel@iogearbox.net>
> +R:	Martin KaFai Lau <kafai@fb.com>
> +R:	Song Liu <songliubraving@fb.com>
> +R:	Yonghong Song <yhs@fb.com>
>   L:	netdev@vger.kernel.org
>   L:	linux-kernel@vger.kernel.org
>   T:	git git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf.git
> @@ -2873,6 +2876,8 @@ F:	samples/bpf/
>   F:	tools/bpf/
>   F:	tools/lib/bpf/
>   F:	tools/testing/selftests/bpf/
> +K:	bpf
> +N:	bpf
>   
>   BPF JIT for ARM
>   M:	Shubham Bansal <illusionist.neo@gmail.com>
> 

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

* Re: [PATCH bpf] bpf, doc: add reviewers to maintainers entry
  2019-01-28 22:55 [PATCH bpf] bpf, doc: add reviewers to maintainers entry Daniel Borkmann
  2019-01-29  1:25 ` Martin Lau
  2019-01-29  3:05 ` Yonghong Song
@ 2019-01-29  3:08 ` Song Liu
  2019-01-29  4:04   ` Alexei Starovoitov
  2 siblings, 1 reply; 5+ messages in thread
From: Song Liu @ 2019-01-29  3:08 UTC (permalink / raw)
  To: Daniel Borkmann; +Cc: Alexei Starovoitov, netdev, Martin Lau, Yonghong Song



> On Jan 28, 2019, at 2:55 PM, Daniel Borkmann <daniel@iogearbox.net> wrote:
> 
> In order to better scale BPF development on netdev, we've adopted a
> reviewer rotation for all BPF patches among the five of us for some
> time now. Lets give credit where credit is due, and add Martin, Song
> and Yonghong as official BPF reviewers to MAINTAINERS file. Also
> while at it, add regex matching for BPF such that we get properly
> Cc'ed for files not listed here.
> 
> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>

Thanks!

Acked-by: Song Liu <songliubraving@fb.com>


> ---
> MAINTAINERS | 5 +++++
> 1 file changed, 5 insertions(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 51029a4..6e13378 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -2848,6 +2848,9 @@ F:	include/uapi/linux/if_bonding.h
> BPF (Safe dynamic programs and tools)
> M:	Alexei Starovoitov <ast@kernel.org>
> M:	Daniel Borkmann <daniel@iogearbox.net>
> +R:	Martin KaFai Lau <kafai@fb.com>
> +R:	Song Liu <songliubraving@fb.com>
> +R:	Yonghong Song <yhs@fb.com>
> L:	netdev@vger.kernel.org
> L:	linux-kernel@vger.kernel.org
> T:	git git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf.git
> @@ -2873,6 +2876,8 @@ F:	samples/bpf/
> F:	tools/bpf/
> F:	tools/lib/bpf/
> F:	tools/testing/selftests/bpf/
> +K:	bpf
> +N:	bpf
> 
> BPF JIT for ARM
> M:	Shubham Bansal <illusionist.neo@gmail.com>
> -- 
> 2.9.5
> 


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

* Re: [PATCH bpf] bpf, doc: add reviewers to maintainers entry
  2019-01-29  3:08 ` Song Liu
@ 2019-01-29  4:04   ` Alexei Starovoitov
  0 siblings, 0 replies; 5+ messages in thread
From: Alexei Starovoitov @ 2019-01-29  4:04 UTC (permalink / raw)
  To: Song Liu
  Cc: Daniel Borkmann, Alexei Starovoitov, netdev, Martin Lau, Yonghong Song

On Tue, Jan 29, 2019 at 03:08:54AM +0000, Song Liu wrote:
> 
> 
> > On Jan 28, 2019, at 2:55 PM, Daniel Borkmann <daniel@iogearbox.net> wrote:
> > 
> > In order to better scale BPF development on netdev, we've adopted a
> > reviewer rotation for all BPF patches among the five of us for some
> > time now. Lets give credit where credit is due, and add Martin, Song
> > and Yonghong as official BPF reviewers to MAINTAINERS file. Also
> > while at it, add regex matching for BPF such that we get properly
> > Cc'ed for files not listed here.
> > 
> > Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
> 
> Thanks!
> 
> Acked-by: Song Liu <songliubraving@fb.com>

Applied to bpf tree. Thanks!


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

end of thread, other threads:[~2019-01-29  4:04 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-28 22:55 [PATCH bpf] bpf, doc: add reviewers to maintainers entry Daniel Borkmann
2019-01-29  1:25 ` Martin Lau
2019-01-29  3:05 ` Yonghong Song
2019-01-29  3:08 ` Song Liu
2019-01-29  4:04   ` Alexei Starovoitov

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.