[PATCH 7/7] net: strparser: make it explicitly non-modular

2019-04-20 Thread Paul Gortmaker
; the latter since this file exports some syms. Cc: "David S. Miller" Cc: Alexei Starovoitov Cc: Daniel Borkmann Cc: Martin KaFai Lau Cc: Song Liu Cc: Yonghong Song Signed-off-by: Paul Gortmaker --- net/strparser/strparser.c | 14 -- 1 file changed, 4 insertions(+), 10

[PATCH 6/7] net: bpfilter: dont use module_init in non-modular code

2019-04-20 Thread Paul Gortmaker
it() defaults to for non-modular code/builds. We don't remove from the includes since this file does a request_module() and hence is a valid user of that header file, even though it is not modular itself. Cc: "David S. Miller" Cc: Alexey Kuznetsov Cc: Hideaki YOSHIFUJI Signed-of

[PATCH 5/7] cgroup: net: remove left over MODULE_LICENSE tag

2019-04-20 Thread Paul Gortmaker
ICENSE tag since all that information is already contained at the top of the file in the comments. We don't delete module.h from the includes since it was no longer there to begin with. Cc: "David S. Miller" Cc: Tejun Heo Cc: "Rosen, Rami" Cc: Daniel Wagner Cc: netdev@

[PATCH -next 0/7] clean up needless use of module infrastructure

2019-04-20 Thread Paul Gortmaker
JI Cc: Jamal Hadi Salim Cc: Jiri Pirko Cc: Martin KaFai Lau Cc: "Rosen, Rami" Cc: Song Liu Cc: Tejun Heo Cc: Yonghong Song Cc: Yotam Gigi Paul Gortmaker (7): net: psample: drop include of module.h from psample.h net: ife: drop include of module.h from net/ife.h n

[PATCH 2/7] net: ife: drop include of module.h from net/ife.h

2019-04-20 Thread Paul Gortmaker
it in this case. Cc: Yotam Gigi Cc: Jamal Hadi Salim Cc: "David S. Miller" Signed-off-by: Paul Gortmaker --- include/net/ife.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/net/ife.h b/include/net/ife.h index e117617e3c34..7e2538d8585b 100644 --- a/include/net/ife.

[PATCH 3/7] net: fib: drop include of module.h from fib_notifier.h

2019-04-20 Thread Paul Gortmaker
other headers, due to the complexity of module support. Since fib_notifier.h is not going into a module struct looking for specific fields, we can just let it know that module is a struct, just like about 60 other include/linux headers already do. Cc: "David S. Miller" Signed-off-by:

[PATCH 4/7] net: tc_act: drop include of module.h from tc_ife.h

2019-04-20 Thread Paul Gortmaker
o Cc: "David S. Miller" Signed-off-by: Paul Gortmaker --- include/net/tc_act/tc_ife.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/net/tc_act/tc_ife.h b/include/net/tc_act/tc_ife.h index 86d13b01b39d..c7f24a2da1ca 100644 --- a/include/net/tc_act/tc_ife.h ++

[PATCH 1/7] net: psample: drop include of module.h from psample.h

2019-04-20 Thread Paul Gortmaker
it in this case. Cc: Yotam Gigi Cc: "David S. Miller" Signed-off-by: Paul Gortmaker --- include/net/psample.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/net/psample.h b/include/net/psample.h index 9b80f814ab04..37a4df2325b2 100644 --- a/include/net/psample.h +++ b/incl

Re: [PATCH-next] net: ethernet: mediatek: fix implicit irq include causing build fails

2017-07-23 Thread Paul Gortmaker
atches in "New" state but didn't see it because it is apparently already in "In review" state. Paul. -- > > John > > [1] https://patchwork.ozlabs.org/patch/791550/ > > > On 23/07/17 16:56, Paul Gortmaker wrote: > >To fix: > > > &g

[PATCH-next] net: ethernet: mediatek: fix implicit irq include causing build fails

2017-07-23 Thread Paul Gortmaker
thias Brugger Cc: linux-media...@lists.infradead.org Signed-off-by: Paul Gortmaker --- [Seen on current linux-next, where similar implicit irq includes were recently revealed by some header shuffle somewhere.] drivers/net/ethernet/mediatek/mtk_eth_soc.c | 1 + 1 file changed, 1 insertion(+) dif

[PATCH-next] liquidio: fix implicit irq include causing build failures

2017-07-23 Thread Paul Gortmaker
builds. Cc: Derek Chickles Cc: Satanand Burla Cc: Felix Manlunas Cc: Raghu Vatsavayi Signed-off-by: Paul Gortmaker --- [Seen on current linux-next, where similar implicit irq includes were recently revealed by some header shuffle somewhere.] drivers/net/ethernet/cavium/liquidio

Re: [PATCH net-next] net: fec: Clear and enable MIB counters on imx51

2017-06-09 Thread Paul Gortmaker
On Wed, Jun 7, 2017 at 10:07 AM, David Miller wrote: > From: Andrew Lunn > Date: Wed, 7 Jun 2017 03:57:09 +0200 > >> Both the IMX51 and IMX53 datasheet indicates that the MIB counters >> should be cleared during setup. Otherwise random numbers are returned >> via ethtool -S. Add a quirk and a f

Re: linux-next: Tree for May 16 (net/core)

2017-05-16 Thread Paul Gortmaker
On Tue, May 16, 2017 at 12:28 PM, Randy Dunlap wrote: > On 05/15/17 18:21, Stephen Rothwell wrote: >> Hi all, >> >> Changes since 20170515: >> > > on i386 or x86_64: > > when CONFIG_INET is not enabled: > > ../net/core/sock.c: In function 'skb_orphan_partial': > ../net/core/sock.c:1810:2: error: i

Re: [PATCH 37/50] netfilter: nf_tables: atomic dump and reset for stateful objects

2016-12-08 Thread Paul Gortmaker
On Wed, Dec 7, 2016 at 4:52 PM, Pablo Neira Ayuso wrote: > This patch adds a new NFT_MSG_GETOBJ_RESET command perform an atomic > dump-and-reset of the stateful object. This also comes with add support > for atomic dump and reset for counter and quota objects. This triggered a new build failure i

Re: [PATCH net-next v2 6/6] tcp: SOF_TIMESTAMPING_OPT_STATS option for SO_TIMESTAMPING

2016-12-02 Thread Paul Gortmaker
On Mon, Nov 28, 2016 at 2:07 AM, Yuchung Cheng wrote: > From: Francis Yan > > This patch exports the sender chronograph stats via the socket > SO_TIMESTAMPING channel. Currently we can instrument how long a > particular application unit of data was queued in TCP by tracking > SOF_TIMESTAMPING_TX_

[PATCH -next] net: ethernet: ti: davinci_cpdma: add missing EXPORTs

2016-12-01 Thread Paul Gortmaker
they were meant to be shared outside the file, and that modular build testing was simply overlooked. Fixes: 8f32b90981dc ("net: ethernet: ti: davinci_cpdma: add set rate for a channel") Cc: Ivan Khoronzhuk Cc: Mugunthan V N Cc: Grygorii Strashko Cc: linux-o...@vger.kernel.org Cc: netde

[PATCH -next] net: cris: make eth_v10.c explicitly non-modular

2016-10-31 Thread Paul Gortmaker
etrax_init_module() to the function .init.text:etrax_ethernet_init() We don't replace module.h with init.h since the file already has that. Cc: "David S. Miller" Cc: Mikael Starvik Cc: Jesper Nilsson Cc: netdev@vger.kernel.org Cc: linux-cris-ker...@axis.com Signed-off-by: Paul Gortmake

[PATCH -net] net/ethernet: tundra: fix dump_eth_one warning in tsi108_eth

2016-08-04 Thread Paul Gortmaker
kernel.org Cc: linuxppc-...@lists.ozlabs.org Signed-off-by: Paul Gortmaker --- drivers/net/ethernet/tundra/tsi108_eth.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/net/ethernet/tundra/tsi108_eth.c b/drivers/net/ethernet/tundra/tsi108_eth.c index 01a77145a0fa..8fd131207ee1 100644 --- a/driv

Re: [v10, 3/7] soc: fsl: add GUTS driver for QorIQ platforms

2016-07-15 Thread Paul Gortmaker
[Re: [v10, 3/7] soc: fsl: add GUTS driver for QorIQ platforms] On 15/07/2016 (Fri 14:12) Scott Wood wrote: > On Fri, 2016-07-15 at 12:43 -0400, Paul Gortmaker wrote: > > > +source "drivers/soc/fsl/qe/Kconfig" [...] > > > + > > > +config FSL_GUTS >

Re: [v10, 3/7] soc: fsl: add GUTS driver for QorIQ platforms

2016-07-15 Thread Paul Gortmaker
On Wed, May 4, 2016 at 11:12 PM, Yangbo Lu wrote: > The global utilities block controls power management, I/O device > enabling, power-onreset(POR) configuration monitoring, alternate > function selection for multiplexed signals,and clock control. > > This patch adds GUTS driver to manage and acce

Re: [PATCH v3 6/8] thunderbolt: Networking state machine

2016-07-14 Thread Paul Gortmaker
On Thu, Jul 14, 2016 at 7:28 AM, Amir Levy wrote: > Negotiation states that a peer goes through in order to establish > the communication with the second peer. > This includes communication with upper layer and additional > infrastructure support to communicate with the second peer through ICM. >

[PATCH -next] ipv4: af_inet: make it explicitly non-modular

2016-07-11 Thread Paul Gortmaker
ick McHardy Cc: netdev@vger.kernel.org Signed-off-by: Paul Gortmaker --- net/ipv4/af_inet.c | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/net/ipv4/af_inet.c b/net/ipv4/af_inet.c index d39e9e47a26e..55513e654d79 100644 --- a/net/ipv4/af_inet.c +++ b/net/ipv4/af_inet.c

[PATCH -next] bpf: make inode code explicitly non-modular

2016-07-11 Thread Paul Gortmaker
en reading the driver there is no doubt it is builtin-only. Note that MODULE_ALIAS is a no-op for non-modular code. We replace module.h with init.h since the file does use __init. Cc: Alexei Starovoitov Cc: netdev@vger.kernel.org Signed-off-by: Paul Gortmaker --- kernel/bpf/inode.c | 4 +-

[PATCH -next] connector: make cn_proc explicitly non-modular

2016-07-04 Thread Paul Gortmaker
s, so that when reading the driver there is no doubt it is builtin-only. Since module_init translates to device_initcall in the non-modular case, the init ordering remains unchanged with this commit. Cc: Evgeniy Polyakov Cc: netdev@vger.kernel.org Signed-off-by: Paul Gortmaker --- drivers

Re: [PATCH 3/9] net: bgmac: clarify CONFIG_BCMA dependency

2016-01-27 Thread Paul Gortmaker
[[PATCH 3/9] net: bgmac: clarify CONFIG_BCMA dependency] On 27/01/2016 (Wed 15:04) Arnd Bergmann wrote: > The bgmac driver depends on BCMA_HOST_SOC, which is only used > when CONFIG_BCMA is enabled. However, it is a bool option and can > be set when CONFIG_BCMA=m, and then bgmac can be built-in,

Re: [PATCH] sbc8641: drop bogus PHY IRQ entries from DTS file

2015-12-09 Thread Paul Gortmaker
[Re: [PATCH] sbc8641: drop bogus PHY IRQ entries from DTS file] On 09/12/2015 (Wed 04:07) Andrew Lunn wrote: > On Tue, Dec 08, 2015 at 05:44:02PM -0500, Paul Gortmaker wrote: > > This file was originally cloned off of the MPC8641D-HPCN reference > > platform, which actually had

Re: [PATCH] sbc8641: drop bogus PHY IRQ entries from DTS file

2015-12-08 Thread Paul Gortmaker
[Re: [PATCH] sbc8641: drop bogus PHY IRQ entries from DTS file] On 09/12/2015 (Wed 12:10) Michael Ellerman wrote: > On Tue, 2015-12-08 at 17:44 -0500, Paul Gortmaker wrote: > > > This file was originally cloned off of the MPC8641D-HPCN reference > > platform, which actually

[PATCH] sbc8641: drop bogus PHY IRQ entries from DTS file

2015-12-08 Thread Paul Gortmaker
when available in NOLINK state") was added to the tree. With the above commit, the board fails to NFS boot since it sits waiting for a PHY IRQ event that of course never arrives. Removing the bogus entries from the DTS file fixes the issue. Cc: Andrew Lunn Signed-off-by: Paul Gortmaker --- ar

Re: [PATCH net] macvlan: fix leak in macvlan_handle_frame

2015-12-07 Thread Paul Gortmaker
On Sun, Dec 6, 2015 at 6:35 PM, Paul Gortmaker wrote: > On Tue, Nov 17, 2015 at 2:40 PM, David Miller wrote: >> From: Sabrina Dubroca >> Date: Mon, 16 Nov 2015 22:54:20 +0100 >> >>> Reset pskb in macvlan_handle_frame in case skb_share_check returned a >>

Re: [PATCH net] macvlan: fix leak in macvlan_handle_frame

2015-12-06 Thread Paul Gortmaker
On Tue, Nov 17, 2015 at 2:40 PM, David Miller wrote: > From: Sabrina Dubroca > Date: Mon, 16 Nov 2015 22:54:20 +0100 > >> Reset pskb in macvlan_handle_frame in case skb_share_check returned a >> clone. >> >> Fixes: 8a4eb5734e8d ("net: introduce rx_handler results and logic around >> that") >> Si

Re: [PATCH net] tcp: ensure proper barriers in lockless contexts

2015-11-16 Thread Paul Gortmaker
On Sun, Nov 15, 2015 at 6:37 PM, David Miller wrote: > From: Eric Dumazet > Date: Thu, 12 Nov 2015 08:43:18 -0800 > >> From: Eric Dumazet >> >> Some functions access TCP sockets without holding a lock and >> might output non consistent data, depending on compiler and or >> architecture. >> >> tc

Re: [PATCH 1/1] net namespace: dynamically configure new net namespace inherit net config

2015-10-08 Thread Paul Gortmaker
On Thu, Oct 8, 2015 at 2:44 AM, yzhu1 wrote: > Hi, Miller > > Would you like to check this patch? I explained to you way back in June what some of the biggest oversights were, here with your work. And you have changed nothing but yet expect a reply from maintainers who are extremely busy, simply

Re: [PATCH-next v2 3/4] net/sched: make sch_blackhole.c explicitly non-modular

2015-10-08 Thread Paul Gortmaker
[Re: [PATCH-next v2 3/4] net/sched: make sch_blackhole.c explicitly non-modular] On 07/10/2015 (Wed 14:47) Cong Wang wrote: > On Wed, Oct 7, 2015 at 2:27 PM, Paul Gortmaker > wrote: > > The Kconfig currently controlling compilation of this code is: > > > > net/sched/Kcon

[PATCH-next v2 0/4] make non-modular code explicitly non-modular

2015-10-07 Thread Paul Gortmaker
ul. -- Cc: Alexei Starovoitov Cc: Anish Bhatt Cc: Craig Gallek Cc: Daniel Borkmann Cc: "David S. Miller" Cc: Eric Dumazet Cc: Jamal Hadi Salim Cc: John Fastabend Cc: Nicolas Dichtel Cc: Or Gerlitz Cc: Shani Michaeli Cc: Varka Bhadram Cc: netdev@vger.kernel.org Paul Gortmaker (

[PATCH-next v2 3/4] net/sched: make sch_blackhole.c explicitly non-modular

2015-10-07 Thread Paul Gortmaker
. We also delete the MODULE_LICENSE tag since all that information is already contained at the top of the file in the comments. Cc: Jamal Hadi Salim Cc: "David S. Miller" Cc: netdev@vger.kernel.org Signed-off-by: Paul Gortmaker --- net/sched/sch_blackhole.c | 15 +++ 1 file c

[PATCH-next v2 1/4] net/core: make sock_diag.c explicitly non-modular

2015-10-07 Thread Paul Gortmaker
Eric Dumazet Cc: Nicolas Dichtel Cc: Daniel Borkmann Cc: Alexei Starovoitov Cc: Craig Gallek Cc: netdev@vger.kernel.org Signed-off-by: Paul Gortmaker --- net/core/sock_diag.c | 14 +++--- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/net/core/sock_diag.c b/net/core/sock_

[PATCH-next v2 2/4] net/dcb: make dcbnl.c explicitly non-modular

2015-10-07 Thread Paul Gortmaker
delete the MODULE_LICENSE tag etc. since all that information is (or is now) already contained at the top of the file in the comments. Cc: "David S. Miller" Cc: Or Gerlitz Cc: Anish Bhatt Cc: John Fastabend Cc: Shani Michaeli Cc: netdev@vger.kernel.org Signed-off-by: Paul Gortmaker

[PATCH-next v2 4/4] drivers/net/ethernet: make ti/cpsw-phy-sel.c explicitly non-modular

2015-10-07 Thread Paul Gortmaker
on-modular code. We also delete the MODULE_LICENSE tag etc. since all that information was (or is now) contained at the top of the file in the comments. Cc: "David S. Miller" Cc: Varka Bhadram Cc: netdev@vger.kernel.org Signed-off-by: Paul Gortmaker --- drivers/net/ethernet/ti

Re: [PATCH net-next 0/6] make non-modular code explicitly non-modular

2015-09-29 Thread Paul Gortmaker
[Re: [PATCH net-next 0/6] make non-modular code explicitly non-modular] On 29/09/2015 (Tue 16:32) Finn Thain wrote: > > Hi Paul, > > On Mon, 28 Sep 2015, Paul Gortmaker wrote: > > > On 28/09/2015 (Mon 23:09) Geert Uytterhoeven wrote: > > > > > Hi Paul, &

Re: [PATCH net-next 0/6] make non-modular code explicitly non-modular

2015-09-28 Thread Paul Gortmaker
[Re: [PATCH net-next 0/6] make non-modular code explicitly non-modular] On 28/09/2015 (Mon 23:09) Geert Uytterhoeven wrote: > Hi Paul, > > On Mon, Sep 28, 2015 at 9:51 PM, Paul Gortmaker > wrote: > > In a previous merge window, we made changes to allow better > > del

[PATCH 1/6] net/core: make sock_diag.c explicitly non-modular

2015-09-28 Thread Paul Gortmaker
Eric Dumazet Cc: Nicolas Dichtel Cc: Daniel Borkmann Cc: Alexei Starovoitov Cc: Craig Gallek Cc: netdev@vger.kernel.org Signed-off-by: Paul Gortmaker --- net/core/sock_diag.c | 14 +++--- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/net/core/sock_diag.c b/net/core/sock_

[PATCH net-next 0/6] make non-modular code explicitly non-modular

2015-09-28 Thread Paul Gortmaker
Hadi Salim Cc: John Fastabend Cc: Nicolas Dichtel Cc: Or Gerlitz Cc: Shani Michaeli Cc: linux-m...@lists.linux-m68k.org Cc: netdev@vger.kernel.org Paul Gortmaker (6): net/core: make sock_diag.c explicitly non-modular net/dcb: make dcbnl.c explicitly non-modular net/sched: make sch_blackh

[PATCH 3/6] net/sched: make sch_blackhole.c explicitly non-modular

2015-09-28 Thread Paul Gortmaker
. We also delete the MODULE_LICENSE tag since all that information is already contained at the top of the file in the comments. Cc: Jamal Hadi Salim Cc: "David S. Miller" Cc: netdev@vger.kernel.org Signed-off-by: Paul Gortmaker --- net/sched/sch_blackhole.c | 15 +++ 1 file c

[PATCH 2/6] net/dcb: make dcbnl.c explicitly non-modular

2015-09-28 Thread Paul Gortmaker
delete the MODULE_LICENSE tag etc. since all that information is (or is now) already contained at the top of the file in the comments. Cc: "David S. Miller" Cc: Or Gerlitz Cc: Anish Bhatt Cc: John Fastabend Cc: Shani Michaeli Cc: netdev@vger.kernel.org Signed-off-by: Paul Gortmaker

[PATCH 6/6] net/ethernet: make apple/macmace.c driver explicitly non-modular

2015-09-28 Thread Paul Gortmaker
David S. Miller" Cc: netdev@vger.kernel.org Cc: linux-m...@lists.linux-m68k.org Signed-off-by: Paul Gortmaker --- drivers/net/ethernet/apple/macmace.c | 38 +++- 1 file changed, 3 insertions(+), 35 deletions(-) diff --git a/drivers/net/ethernet/apple/macm

[PATCH 5/6] net/ethernet: make 8390/mac8390.c driver explicitly non-modular

2015-09-28 Thread Paul Gortmaker
t. We move the information from MODULE_AUTHOR to the comments at the top of the file for documentation purposes. Cc: "David S. Miller" Cc: netdev@vger.kernel.org Cc: linux-m...@lists.linux-m68k.org Signed-off-by: Paul Gortmaker --- drivers/net/ethernet/8390/mac8390.c | 40 ++-

[PATCH 4/6] net/ethernet: make amd/hplance.c driver explicitly non-modular

2015-09-28 Thread Paul Gortmaker
since it is not duplicating similar information already there. Cc: "David S. Miller" Cc: netdev@vger.kernel.org Cc: linux-m...@lists.linux-m68k.org Signed-off-by: Paul Gortmaker --- drivers/net/ethernet/amd/hplance.c | 13 ++--- 1 file changed, 2 insertions(+), 11 deletions(-)

Re: [PATCH 1/2] net: Remove ndo_xmit_flush netdev operation, use signalling instead.

2015-09-01 Thread Paul Gortmaker
On Tue, Sep 1, 2015 at 5:21 AM, yzhu1 wrote: > On 09/01/2015 04:23 PM, Daniel Borkmann wrote: >> [...] >> >> As Dave said, please retest with something up to date, like 4.2 kernel, >> or latest -net git tree. >> >> Besides, the *upstream* xmit_more changes first went into 3.18 ... >> nearest git

via rhine build regression for arch/sh

2015-07-22 Thread Paul Gortmaker
The builds of arch/sh are failing in linux-next with: drivers/net/ethernet/via/via-rhine.c:1098:2: error: implicit declaration of function 'pci_iomap' [-Werror=implicit-function-declaration] drivers/net/ethernet/via/via-rhine.c:1119:2: error: implicit declaration of function 'pci_iounmap' [-Werror

Re: [PATCH 1/1] net namespace: dynamically configure new net namespace inherit net config

2015-06-26 Thread Paul Gortmaker
On Fri, Jun 26, 2015 at 5:37 AM, Zhu Yanjun wrote: > The new net namespace can inherit from the original net config, or > the current net config. As such, a config is needed to decide where > the new namespace inherit from. As per the netdev mailing list FAQ, and Dave's post from a day or two ago

Re: [GIT] Networking

2015-06-25 Thread Paul Gortmaker
On Wed, Jun 24, 2015 at 7:38 PM, Linus Torvalds wrote: [...] > > I'm getting *real* tired of that BUG_ON() shit. I realize that > infiniband is a niche market, and those "commercial grade" niche > markets are more-than-used-to crap code and horrible hacks, but this > is still the kernel. We don'

Re: [PATCH v7] NET: Add ezchip ethernet driver

2015-06-23 Thread Paul Gortmaker
lcer > Acked-by: Alexey Brodkin > --- > Change log for v7 > > 1) Update nps_enet_open() comment header. (Rami Rosen) > 2) fix return value of nps_enet_probe() when register_netdev() fails. (Rami > Rosen) > 3) Fix Kconfig Help and add dependencies. (Paul Gortmaker) Hi

Re: [PATCH v5] NET: Add ezchip ethernet driver

2015-06-22 Thread Paul Gortmaker
[Re: [PATCH v5] NET: Add ezchip ethernet driver] On 22/06/2015 (Mon 10:45) Mahesh Bandewar wrote: > On Tue, Jun 16, 2015 at 7:35 AM, Noam Camus wrote: > > > > From: Noam Camus > > > > Simple LAN device for debug or management purposes. > > Device supports interrupts for RX and TX(completion). >

[PATCH next] drivers/net: remove all references to obsolete Ethernet-HOWTO

2015-06-21 Thread Paul Gortmaker
further spread. No code is changed in this commit, just Kconfig help text. Signed-off-by: Paul Gortmaker --- [ridiculously long Cc: list intentionally omitted for what should be a non-contentious and essentially mindless improvement.] drivers/net/arcnet/Kconfig | 4

Re: [PATCH 03/11] netfilter: don't use module_init/exit in core IPV4 code

2015-06-03 Thread Paul Gortmaker
On 15-06-03 12:04 PM, Pablo Neira Ayuso wrote: > On Sun, May 31, 2015 at 08:54:04PM -0400, Paul Gortmaker wrote: >> The file net/ipv4/netfilter.o is created based on whether >> CONFIG_NETFILTER is set. However that is defined as a bool, and >> hence this file with the core

[PATCH 00/11] Replace module_init with an alternate initcall in non modules

2015-05-31 Thread Paul Gortmaker
infradead.org Cc: linux...@kvack.org Cc: linuxppc-...@lists.ozlabs.org Cc: netdev@vger.kernel.org Cc: netfilter-de...@vger.kernel.org Cc: x...@kernel.org Paul Gortmaker (11): mm: replace module_init usages with subsys_initcall in nommu.c fs/notify: don't use module_init for non-modu

[PATCH 03/11] netfilter: don't use module_init/exit in core IPV4 code

2015-05-31 Thread Paul Gortmaker
we simply remove it, since it appears only UML does anything with those, and even for UML, there is no relevant cleanup to be done here. Cc: Pablo Neira Ayuso Cc: Patrick McHardy Cc: Jozsef Kadlecsik Cc: "David S. Miller" Cc: netfilter-de...@vger.kernel.org Cc: netdev@vger.kernel.org

Re: [2.6 patch] remove Documentation/networking/net-modules.txt

2007-08-15 Thread Paul Gortmaker
ne by me for any of the old stuff I was responsible for... Acked-by: Paul Gortmaker <[EMAIL PROTECTED]> > - > - 8390 based Network Modules (Paul Gortmaker, Nov 12, 1995) > - -- > - > -(Includes: smc-ultra, ne, wd, 3c503, hp