lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Sun, 1 Jun 2014 10:05:46 +0200
From:	Ingo Molnar <mingo@...nel.org>
To:	Alexei Starovoitov <ast@...mgrid.com>
Cc:	"David S. Miller" <davem@...emloft.net>,
	Steven Rostedt <rostedt@...dmis.org>,
	Daniel Borkmann <dborkman@...hat.com>,
	Chema Gonzalez <chema@...gle.com>,
	Eric Dumazet <edumazet@...gle.com>,
	Peter Zijlstra <a.p.zijlstra@...llo.nl>,
	Arnaldo Carvalho de Melo <acme@...radead.org>,
	Jiri Olsa <jolsa@...hat.com>,
	Thomas Gleixner <tglx@...utronix.de>,
	"H. Peter Anvin" <hpa@...or.com>, netdev@...r.kernel.org,
	linux-kernel@...r.kernel.org
Subject: Re: [PATCH net-next 0/2] split BPF out of core networking


* Alexei Starovoitov <ast@...mgrid.com> wrote:

> This patch set splits BPF out of core networking into generic component

>   net: filter: split filter.c into two files
>   net: filter: split BPF out of core networking
> 
>  arch/Kconfig           |    3 +-
>  include/linux/filter.h |    2 +
>  net/Kconfig            |    4 +
>  net/Makefile           |    1 +
>  net/bpf/Makefile       |    5 +
>  net/bpf/core.c         | 1063 ++++++++++++++++++++++++++++++++++++++++++++++++
>  net/core/filter.c      | 1023 +---------------------------------------------
>  7 files changed, 1079 insertions(+), 1022 deletions(-)
>  create mode 100644 net/bpf/Makefile
>  create mode 100644 net/bpf/core.c

I like the splitup, but please put it into lib/bpf/ or kernel/bpf/ to 
signal its 'generic', 'core' nature, to be used in many subsystems 
outside of networking.

Thanks,

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

Powered by blists - more mailing lists