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:	Sat, 12 Apr 2008 01:53:44 -0400
From:	Jeff Garzik <jeff@...zik.org>
To:	Stephen Hemminger <stephen.hemminger@...tta.com>
CC:	netdev@...r.kernel.org
Subject: Re: [PATCH] sky2: missing chip name for Yukon Supreme

Stephen Hemminger wrote:
> Any usage of sky2 on new Yukon Supreme would cause a NULL dereference.
> The chip is very new, so the support is still untested; vendor has
> not sent any eval hardware.
> 
> Signed-off-by: Stephen Hemminger <shemminger@...ux-foundation.org>
> ---
> Please apply for 2.6.25
> 
> --- a/drivers/net/sky2.c	2008-04-10 14:01:05.000000000 -0500
> +++ b/drivers/net/sky2.c	2008-04-10 14:04:23.000000000 -0500
> @@ -154,6 +154,7 @@ static const char *yukon2_name[] = {
>  	"EC",		/* 0xb6 */
>  	"FE",		/* 0xb7 */
>  	"FE+",		/* 0xb8 */
> +	"Supreme",	/* 0xb9 */
>  };
>  
>  static void sky2_set_multicast(struct net_device *dev);
> --
> To unsubscribe from this list: send the line "unsubscribe netdev" in

applied


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