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] [thread-next>] [day] [month] [year] [list]
Date:	Thu, 12 May 2011 18:58:32 +0100
From:	Ben Hutchings <bhutchings@...arflare.com>
To:	franco@...tsummer.de
Cc:	netdev@...r.kernel.org, maheshb@...gle.com, mirqus@...il.com
Subject: Re: [PATCH RESEND net-next] ethtool: bring back missing comma in
 netdev features strings

On Thu, 2011-05-12 at 18:42 +0200, franco@...tsummer.de wrote:
> The issue was introduced in commit eed2a12f1ed9aabf.
> 
> Signed-off-by: Franco Fichtner <franco@...tsummer.de>
Acked-by: Ben Hutchings <bhutchings@...arflare.com>

> ---
>  net/core/ethtool.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/net/core/ethtool.c b/net/core/ethtool.c
> index b6f4058..b8c2b10 100644
> --- a/net/core/ethtool.c
> +++ b/net/core/ethtool.c
> @@ -361,7 +361,7 @@ static const char
> netdev_features_strings[ETHTOOL_DEV_FEATURE_WORDS * 32][ETH_GS
>  	/* NETIF_F_NTUPLE */          "rx-ntuple-filter",
>  	/* NETIF_F_RXHASH */          "rx-hashing",
>  	/* NETIF_F_RXCSUM */          "rx-checksum",
> -	/* NETIF_F_NOCACHE_COPY */    "tx-nocache-copy"
> +	/* NETIF_F_NOCACHE_COPY */    "tx-nocache-copy",
>  	/* NETIF_F_LOOPBACK */        "loopback",
>  };
> 

-- 
Ben Hutchings, Senior Software Engineer, Solarflare
Not speaking for my employer; that's the marketing department's job.
They asked us to note that Solarflare product names are trademarked.

--
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ