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:	Wed, 6 Jun 2012 10:03:57 -0400
From:	Don Zickus <dzickus@...hat.com>
To:	Jan Beulich <JBeulich@...e.com>
Cc:	x86@...nel.org, zhong@...ux.vnet.ibm.com,
	LKML <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] x86,nmi: Fix section mismatch warnings on 32-bit

On Wed, Jun 06, 2012 at 12:14:33PM +0100, Jan Beulich wrote:
> > I didn't think it would be compiler dependent as I do not know what
> > compiler the reporter was using.  I used a RHEL-6 4.4.4 compiler (which
> > you probably don't have :^) ).
> 
> Indeed, somehow I failed to see the obvious - it's commit
> 72b3fb24713755cf9740b403e95aa67ceedf3509 that causes
> these problems. Instantiating static data like this just doesn't
> play with any of the pointers passed being into .init.*.
> 
> I'd suggest either open coding register_nmi_handler() (with
> the static data put into __initdata), or further abstracting it
> by allowing an optional fifth argument (specifying the section
> annotation if needed).

Ah.  Thanks for figuring that out!!  I will post a patch opencoding it.

Thanks,
Don
--
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