diff mbox

[net-next] net: filter: add test_bpf module under MAINTAINERS' networking section

Message ID 1402396270-9726-1-git-send-email-dborkman@redhat.com
State Accepted, archived
Delegated to: David Miller
Headers show

Commit Message

Daniel Borkmann June 10, 2014, 10:31 a.m. UTC
Add lib/test_bpf.c entry to maintainers file under networking.
All changes were posted via netdev for review, so make sure
other people Cc it as well when they call get_maintainer.pl.

Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
Cc: Alexei Starovoitov <ast@plumgrid.com>
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

Comments

Alexei Starovoitov June 10, 2014, 2:25 p.m. UTC | #1
On Tue, Jun 10, 2014 at 3:31 AM, Daniel Borkmann <dborkman@redhat.com> wrote:
> Add lib/test_bpf.c entry to maintainers file under networking.
> All changes were posted via netdev for review, so make sure
> other people Cc it as well when they call get_maintainer.pl.
>
> Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
> Cc: Alexei Starovoitov <ast@plumgrid.com>
> ---

Acked-by: Alexei Starovoitov <ast@plumgrid.com>

>  MAINTAINERS | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 7a06ea4..05dafe1 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -6130,6 +6130,7 @@ F:        include/uapi/linux/netdevice.h
>  F:     tools/net/
>  F:     tools/testing/selftests/net/
>  F:     lib/random32.c
> +F:     lib/test_bpf.c
>
>  NETWORKING [IPv4/IPv6]
>  M:     "David S. Miller" <davem@davemloft.net>
> --
> 1.7.11.7
>
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
David Miller June 11, 2014, 10:39 p.m. UTC | #2
From: Daniel Borkmann <dborkman@redhat.com>
Date: Tue, 10 Jun 2014 12:31:10 +0200

> Add lib/test_bpf.c entry to maintainers file under networking.
> All changes were posted via netdev for review, so make sure
> other people Cc it as well when they call get_maintainer.pl.
> 
> Signed-off-by: Daniel Borkmann <dborkman@redhat.com>

Applied.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index 7a06ea4..05dafe1 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -6130,6 +6130,7 @@  F:	include/uapi/linux/netdevice.h
 F:	tools/net/
 F:	tools/testing/selftests/net/
 F:	lib/random32.c
+F:	lib/test_bpf.c
 
 NETWORKING [IPv4/IPv6]
 M:	"David S. Miller" <davem@davemloft.net>