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, 14 Sep 2007 22:17:49 +0200
From:	Stephen Hemminger <shemminger@...ux-foundation.org>
To:	linux-kernel@...r.kernel.org
Subject:  Re: Interpretation of sparse warning

On Fri, 14 Sep 2007 15:01:09 -0500
Larry Finger <Larry.Finger@...inger.net> wrote:

> The code sequence
> 
>         u32 macstat;
> .....
>         macstat = le32_to_cpu(rxhdr->mac_status);
> 
> generates the following sparse warnings
> 
> drivers/net/wireless/b43legacy/xmit.c:446:12: warning: cast to restricted type
> drivers/net/wireless/b43legacy/xmit.c:446:12: warning: cast from restricted type
> 

Is rxhdr->mac_status properly declared as le32?

-
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ