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:	Tue, 18 Jan 2011 09:05:54 +0100
From:	Ingo Molnar <mingo@...e.hu>
To:	Shaohua Li <shaohua.li@...el.com>
Cc:	lkml <linux-kernel@...r.kernel.org>,
	Andrew Morton <akpm@...ux-foundation.org>,
	"hpa@...or.com" <hpa@...or.com>,
	"Lu, Hongjiu" <hongjiu.lu@...el.com>,
	"Huang, Ying" <ying.huang@...el.com>
Subject: Re: [PATCH]x86: make relocatable kernel work with new binutils
 -resend


* Shaohua Li <shaohua.li@...el.com> wrote:

> On Mon, 2011-01-17 at 18:17 +0800, Ingo Molnar wrote:
> > * Shaohua Li <shaohua.li@...el.com> wrote:
> > 
> > > @@ -142,6 +140,11 @@ SECTIONS
> > >  		CACHELINE_ALIGNED_DATA(L1_CACHE_BYTES)
> > >  
> > >  		DATA_DATA
> > > +#ifdef CONFIG_X86_32
> > > +		jiffies = jiffies_64;
> > > +#else
> > > +		jiffies_64 = jiffies;
> > > +#endif
> > 
> > I suspect this needs a comment, as to the unsuspecting reader it looks like black 
> > magic :-)
>
> does this one look better?

Yeah, thanks!

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