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:	Fri, 28 Nov 2014 17:29:25 +0100
From:	Pablo Neira Ayuso <pablo@...filter.org>
To:	Steven Noonan <steven@...inklabs.net>
Cc:	linux-kernel@...r.kernel.org, netfilter-devel@...r.kernel.org
Subject: Re: [PATCH] nf_log_ipv6: correct typo in module description

On Thu, Nov 27, 2014 at 10:22:19PM -0800, Steven Noonan wrote:
> It incorrectly identifies itself as "IPv4" packet logging.

Applied.

Please, Cc netfilter-devel@...r.kernel.org in your future patches.

Thanks.

> Signed-off-by: Steven Noonan <steven@...inklabs.net>
> ---
>  net/ipv6/netfilter/nf_log_ipv6.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/net/ipv6/netfilter/nf_log_ipv6.c b/net/ipv6/netfilter/nf_log_ipv6.c
> index 7b17a0b..41b9ade 100644
> --- a/net/ipv6/netfilter/nf_log_ipv6.c
> +++ b/net/ipv6/netfilter/nf_log_ipv6.c
> @@ -412,6 +412,6 @@ module_init(nf_log_ipv6_init);
>  module_exit(nf_log_ipv6_exit);
>  
>  MODULE_AUTHOR("Netfilter Core Team <coreteam@...filter.org>");
> -MODULE_DESCRIPTION("Netfilter IPv4 packet logging");
> +MODULE_DESCRIPTION("Netfilter IPv6 packet logging");
>  MODULE_LICENSE("GPL");
>  MODULE_ALIAS_NF_LOGGER(AF_INET6, 0);
> -- 
> 2.1.3
> 
--
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