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
| ||
|
Message-Id: <20091218.194146.104066031.davem@davemloft.net> Date: Fri, 18 Dec 2009 19:41:46 -0800 (PST) From: David Miller <davem@...emloft.net> To: emcnabb@...hat.com Cc: netdev@...r.kernel.org, sassmann@...hat.com, netfilter-devel@...r.kernel.org Subject: Re: [PATCH] allow nf_tproxy_core module to unload From: Evan McNabb <emcnabb@...hat.com> Date: Fri, 18 Dec 2009 11:24:40 -0500 > From: Evan McNabb <emcnabb@...hat.com> > > Include exit function so nf_tproxy_core module can be removed. > > Signed-off-by: Evan McNabb <emcnabb@...hat.com> netfilter-devel is the best place to CC: netfilter patches, added... > > diff --git a/net/netfilter/nf_tproxy_core.c b/net/netfilter/nf_tproxy_core.c > index 5490fc3..ec6737c 100644 > --- a/net/netfilter/nf_tproxy_core.c > +++ b/net/netfilter/nf_tproxy_core.c > @@ -89,7 +89,12 @@ static int __init nf_tproxy_init(void) > return 0; > } > > +static void __exit nf_tproxy_exit(void) > +{ > +} > + > module_init(nf_tproxy_init); > +module_exit(nf_tproxy_exit); > > MODULE_LICENSE("GPL"); > MODULE_AUTHOR("Krisztian Kovacs"); > -- > To unsubscribe from this list: send the line "unsubscribe netdev" in > the body of a message to majordomo@...r.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists