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]
Message-ID: <20110119090904.GA4927@elte.hu>
Date:	Wed, 19 Jan 2011 10:09:04 +0100
From:	Ingo Molnar <mingo@...e.hu>
To:	"H. Peter Anvin" <h.peter.anvin@...el.com>
Cc:	Shaohua Li <shaohua.li@...el.com>,
	Markus Trippelsdorf <markus@...ppelsdorf.de>,
	"Lu, Hongjiu" <hongjiu.lu@...el.com>,
	Linus Torvalds <torvalds@...ux-foundation.org>,
	Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
	Sam Ravnborg <sam@...nborg.org>
Subject: Re: Linux 2.6.38-rc1 doesn't boot


* H. Peter Anvin <h.peter.anvin@...el.com> wrote:

> On 01/19/2011 12:12 AM, Shaohua Li wrote:
> > On Wed, 2011-01-19 at 15:49 +0800, Markus Trippelsdorf wrote:
> >> On 2011.01.19 at 08:39 +0100, Markus Trippelsdorf wrote:
> >>> On 2011.01.18 at 15:54 -0800, Linus Torvalds wrote:
> >>>>
> >>>> And as usual, report any regressions to the lists and the appropriate
> >>>> authorities.
> >>>
> >>> Unfortunately 2.6.38-rc1 doesn't even boot on my machine (amd64).
> >>> This is caused by 86b1e8dd83cbb0f:
> >>>     x86: Make relocatable kernel work with new binutils
> >>>
> >>> Reverting the commit solves the problem.
> >>
> >> I'm running the latest binutils:
> >> GNU ld (Linux/GNU Binutils) 2.21.51.0.5.20110104
> > Hmm, reproduce it here with binutils-2.21.51.0.6-20110118
> > but not with GNU ld (GNU Binutils for Ubuntu) 2.20.51-system.20100908
> > I got this in system.map: ffffffff03514880 D jiffies_64, which looks
> > wrong.
> > looks binutils changed something again.
> > Have no idea, CC Lu Hongjiu.
> > 
> 
> Either way... the whole jiffies vs jiffies_64 thing is kind of
> ridiculous.  We should be able to do it in a completely
> architecture-generic way by either making it a union(!) (with "jiffies"
> and "jiffies_64" presumably would be #defines, or we do a global replace
> across the tree), moving the variable declaration itself to a .S file
> (which would only have data components and therefore would be
> arch-generic) or doing something like the attached (untested since it is
> 1 am here) patch.
> 
> This should let us get rid of the hacks in *all* the architectures, not
> just x86.

Ok - until it's resolved i'll queue up a revert - a known build failure is preferred 
to a boot regression.

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