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]
Message-ID: <ZxT8ow0auDTe-TDA@calendula>
Date: Sun, 20 Oct 2024 14:50:43 +0200
From: Pablo Neira Ayuso <pablo@...filter.org>
To: Ilya Katsnelson <me@...ti.me>
Cc: Jozsef Kadlecsik <kadlec@...filter.org>,
	"David S. Miller" <davem@...emloft.net>,
	Eric Dumazet <edumazet@...gle.com>,
	Jakub Kicinski <kuba@...nel.org>, Paolo Abeni <pabeni@...hat.com>,
	Florian Westphal <fw@...len.de>, Sasha Levin <sashal@...nel.org>,
	netfilter-devel@...r.kernel.org, coreteam@...filter.org,
	netdev@...r.kernel.org, linux-kernel@...r.kernel.org,
	ignat@...udflare.com, stable@...r.kernel.org,
	Phil Sutter <phil@....cc>
Subject: Re: [PATCH v3] netfilter: xtables: fix a bunch of typos causing some
 targets to not load on IPv6

On Sat, Oct 19, 2024 at 09:18:38PM +0300, Ilya Katsnelson wrote:
> diff --git a/net/netfilter/xt_TRACE.c b/net/netfilter/xt_TRACE.c
> index f3fa4f11348cd8ad796ce94f012cd48aa7a9020f..2a029b4adbcadf95e493b153f613a210624a9101 100644
> --- a/net/netfilter/xt_TRACE.c
> +++ b/net/netfilter/xt_TRACE.c
> @@ -49,6 +49,7 @@ static struct xt_target trace_tg_reg[] __read_mostly = {
>  		.target		= trace_tg,
>  		.checkentry	= trace_tg_check,
>  		.destroy	= trace_tg_destroy,
> +		.me         = THIS_MODULE,

indentation is not correct.
>  	},
>  #endif
>  };

https://patchwork.ozlabs.org/project/netfilter-devel/patch/20241020124951.180350-1-pablo@netfilter.org/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ