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 for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Tue, 10 Jul 2007 12:42:40 -0400
From:	Jeff Garzik <jeff@...zik.org>
To:	Alexey Dobriyan <adobriyan@...ru>
CC:	netdev@...r.kernel.org, fthain@...egraphics.com.au
Subject: Re: macmace: use "unsigned long flags;"

Alexey Dobriyan wrote:
> Code will do local_irq_save() on it.
> 
> Signed-off-by: Alexey Dobriyan <adobriyan@...ru>
> ---
> 
>  drivers/net/macmace.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> --- a/drivers/net/macmace.c
> +++ b/drivers/net/macmace.c
> @@ -577,7 +577,7 @@ static irqreturn_t mace_interrupt(int irq, void *dev_id)
>  	struct mace_data *mp = netdev_priv(dev);
>  	volatile struct mace *mb = mp->mace;
>  	int intr, fs;
> -	unsigned int flags;
> +	unsigned long flags;

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

Powered by Openwall GNU/*/Linux Powered by OpenVZ