Re: [PATCH RFC net-next 04/14] bpf: update MAINTAINERS entry

2014-06-28 Thread Alexei Starovoitov
On Fri, Jun 27, 2014 at 5:18 PM, Joe Perches  wrote:
> Add MAINTAINERS entry.
>
> On Fri, 2014-06-27 at 17:05 -0700, Alexei Starovoitov wrote:
>> diff --git a/MAINTAINERS b/MAINTAINERS
> []
>> @@ -1881,6 +1881,15 @@ S: Supported
>>  F:   drivers/net/bonding/
>>  F:   include/uapi/linux/if_bonding.h
>>
>> +BPF
>
> While a lot of people know what BPF is, I think it'd
> be better to have something like
>
> BPF - SOCKET FILTER (Berkeley Packet Filter like)

BPF is indeed succinct, but 'socket filter' suffix would be misleading,
since it's way more than just socket filtering.
May be: "BPF (Safe dynamic programs and tools)"
since 'perf' will become 'stap/dtrace'-like based on this infra.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH RFC net-next 04/14] bpf: update MAINTAINERS entry

2014-06-28 Thread Alexei Starovoitov
On Fri, Jun 27, 2014 at 5:18 PM, Joe Perches j...@perches.com wrote:
 Add MAINTAINERS entry.

 On Fri, 2014-06-27 at 17:05 -0700, Alexei Starovoitov wrote:
 diff --git a/MAINTAINERS b/MAINTAINERS
 []
 @@ -1881,6 +1881,15 @@ S: Supported
  F:   drivers/net/bonding/
  F:   include/uapi/linux/if_bonding.h

 +BPF

 While a lot of people know what BPF is, I think it'd
 be better to have something like

 BPF - SOCKET FILTER (Berkeley Packet Filter like)

BPF is indeed succinct, but 'socket filter' suffix would be misleading,
since it's way more than just socket filtering.
May be: BPF (Safe dynamic programs and tools)
since 'perf' will become 'stap/dtrace'-like based on this infra.
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH RFC net-next 04/14] bpf: update MAINTAINERS entry

2014-06-27 Thread Joe Perches
Add MAINTAINERS entry.

On Fri, 2014-06-27 at 17:05 -0700, Alexei Starovoitov wrote:
> diff --git a/MAINTAINERS b/MAINTAINERS
[]
> @@ -1881,6 +1881,15 @@ S: Supported
>  F:   drivers/net/bonding/
>  F:   include/uapi/linux/if_bonding.h
>  
> +BPF

While a lot of people know what BPF is, I think it'd
be better to have something like

BPF - SOCKET FILTER (Berkeley Packet Filter like)
> +M:   Alexei Starovoitov 
> +L:   net...@vger.kernel.org
> +L:   linux-kernel@vger.kernel.org
> +S:   Supported
> +F:   kernel/bpf/
> +F:   include/uapi/linux/bpf.h
> +F:   include/linux/bpf.h


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[PATCH RFC net-next 04/14] bpf: update MAINTAINERS entry

2014-06-27 Thread Alexei Starovoitov
Signed-off-by: Alexei Starovoitov 
---
 MAINTAINERS |9 +
 1 file changed, 9 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 48f4ef44b252..ebd831cd1a25 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1881,6 +1881,15 @@ S:   Supported
 F: drivers/net/bonding/
 F: include/uapi/linux/if_bonding.h
 
+BPF
+M: Alexei Starovoitov 
+L: net...@vger.kernel.org
+L: linux-kernel@vger.kernel.org
+S: Supported
+F: kernel/bpf/
+F: include/uapi/linux/bpf.h
+F: include/linux/bpf.h
+
 BROADCOM B44 10/100 ETHERNET DRIVER
 M: Gary Zambrano 
 L: net...@vger.kernel.org
-- 
1.7.9.5

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[PATCH RFC net-next 04/14] bpf: update MAINTAINERS entry

2014-06-27 Thread Alexei Starovoitov
Signed-off-by: Alexei Starovoitov a...@plumgrid.com
---
 MAINTAINERS |9 +
 1 file changed, 9 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 48f4ef44b252..ebd831cd1a25 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1881,6 +1881,15 @@ S:   Supported
 F: drivers/net/bonding/
 F: include/uapi/linux/if_bonding.h
 
+BPF
+M: Alexei Starovoitov a...@plumgrid.com
+L: net...@vger.kernel.org
+L: linux-kernel@vger.kernel.org
+S: Supported
+F: kernel/bpf/
+F: include/uapi/linux/bpf.h
+F: include/linux/bpf.h
+
 BROADCOM B44 10/100 ETHERNET DRIVER
 M: Gary Zambrano zambr...@broadcom.com
 L: net...@vger.kernel.org
-- 
1.7.9.5

--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH RFC net-next 04/14] bpf: update MAINTAINERS entry

2014-06-27 Thread Joe Perches
Add MAINTAINERS entry.

On Fri, 2014-06-27 at 17:05 -0700, Alexei Starovoitov wrote:
 diff --git a/MAINTAINERS b/MAINTAINERS
[]
 @@ -1881,6 +1881,15 @@ S: Supported
  F:   drivers/net/bonding/
  F:   include/uapi/linux/if_bonding.h
  
 +BPF

While a lot of people know what BPF is, I think it'd
be better to have something like

BPF - SOCKET FILTER (Berkeley Packet Filter like)
 +M:   Alexei Starovoitov a...@plumgrid.com
 +L:   net...@vger.kernel.org
 +L:   linux-kernel@vger.kernel.org
 +S:   Supported
 +F:   kernel/bpf/
 +F:   include/uapi/linux/bpf.h
 +F:   include/linux/bpf.h


--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/