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, 07 Apr 2012 09:28:35 -0400 (EDT)
From:	David Miller <davem@...emloft.net>
To:	romieu@...zoreil.com
Cc:	netdev@...r.kernel.org, gallatin@...i.com, andy@...yhouse.net,
	chris.snook@...il.com, venza@...wnhat.org, DavidLv@...tech.com.cn,
	grantgrundler@...il.com, ionut@...ula.org, jcliburn@...il.com,
	jdmason@...zu.us, mason@...i.com, mchan@...adcom.com,
	stas.yakovlev@...il.com, steve.glendinning@...c.com,
	thockin@...kin.org
Subject: Re: Pull request for 'davem-next.base_addr.removal' branch

From: David Miller <davem@...emloft.net>
Date: Sat, 07 Apr 2012 08:50:12 -0400 (EDT)

> From: Francois Romieu <romieu@...zoreil.com>
> Date: Sat, 7 Apr 2012 12:20:51 +0200
> 
>> Please pull from branch 'davem-next.base_addr.removal' in repository
>> 
>> git://violet.fr.zoreil.com/romieu/linux davem-next.base_addr.removal
>> 
>> to get the changes below.
> 
> Pulled, thanks for doing this work Francois.

I had to add the following patch to fix a warning:

--------------------
fealnx: Remove unused local label 'out' in netdev_open().

Signed-off-by: David S. Miller <davem@...emloft.net>
---
 drivers/net/ethernet/fealnx.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/drivers/net/ethernet/fealnx.c b/drivers/net/ethernet/fealnx.c
index 6f939a1..9d71c9c 100644
--- a/drivers/net/ethernet/fealnx.c
+++ b/drivers/net/ethernet/fealnx.c
@@ -923,7 +923,6 @@ static int netdev_open(struct net_device *dev)
 	np->reset_timer.data = (unsigned long) dev;
 	np->reset_timer.function = reset_timer;
 	np->reset_timer_armed = 0;
-out:
 	return rc;
 }
 
-- 
1.7.7.6

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