GNU bug report logs - #25231
Linux-libre 4.9 fails to load modules on i686 (release blocker!)

Previous Next

Package: guix;

Reported by: ludo <at> gnu.org (Ludovic Courtès)

Date: Mon, 19 Dec 2016 16:30:02 UTC

Severity: normal

Done: ludo <at> gnu.org (Ludovic Courtès)

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 25231 in the body.
You can then email your comments to 25231 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-guix <at> gnu.org:
bug#25231; Package guix. (Mon, 19 Dec 2016 16:30:03 GMT) Full text and rfc822 format available.

Acknowledgement sent to ludo <at> gnu.org (Ludovic Courtès):
New bug report received and forwarded. Copy sent to bug-guix <at> gnu.org. (Mon, 19 Dec 2016 16:30:03 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: ludo <at> gnu.org (Ludovic Courtès)
To: bug-guix <at> gnu.org
Cc: Ricardo Wurmus <rekado <at> elephly.net>, Mark H Weaver <mhw <at> netris.org>
Subject: Linux-libre 4.9 fails to load modules on i686 (release blocker!)
Date: Mon, 19 Dec 2016 17:28:30 +0100
Hello!

Linux-libre 4.9.0 triggers this problem on i686 (quoting
<https://hydra.gnu.org/build/1713833/nixlog/21/raw>):

--8<---------------cut here---------------start------------->8---
loading kernel modules...
[    6.085552] libahci: disagrees about version of symbol mcount
[    6.085978] libahci: Unknown symbol mcount (err -22)
./gnu/build/linux-modules.scm:195:6: In procedure load-linux-module*:
./gnu/build/linux-modules.scm:195:6: In procedure load-linux-module: Invalid argument
--8<---------------cut here---------------end--------------->8---

With 4.8.14, things went well:
<https://hydra.gnu.org/build/1689159/log/raw>.

To reproduce, run, for instance:

  ./pre-inst-env guix system vm gnu/system/install.scm -s i686-linux

<https://patchwork.kernel.org/patch/9380911/> suggests this might be a
4.9 bug.

Mark, any ideas?  Did anyone get 4.9 running on i686?

If not, I suggest reverting the 4.8.14 → 4.9 upgrade for the release.

Ludo’.




Information forwarded to bug-guix <at> gnu.org:
bug#25231; Package guix. (Mon, 19 Dec 2016 19:17:02 GMT) Full text and rfc822 format available.

Message #8 received at 25231 <at> debbugs.gnu.org (full text, mbox):

From: Mark H Weaver <mhw <at> netris.org>
To: ludo <at> gnu.org (Ludovic Courtès)
Cc: 25231 <at> debbugs.gnu.org
Subject: Re: bug#25231: Linux-libre 4.9 fails to load modules on i686 (release
 blocker!)
Date: Mon, 19 Dec 2016 14:16:38 -0500
ludo <at> gnu.org (Ludovic Courtès) writes:

> Linux-libre 4.9.0 triggers this problem on i686 (quoting
> <https://hydra.gnu.org/build/1713833/nixlog/21/raw>):
>
> loading kernel modules...
> [    6.085552] libahci: disagrees about version of symbol mcount
> [    6.085978] libahci: Unknown symbol mcount (err -22)
> ./gnu/build/linux-modules.scm:195:6: In procedure load-linux-module*:
> ./gnu/build/linux-modules.scm:195:6: In procedure load-linux-module: Invalid argument
>
> With 4.8.14, things went well:
> <https://hydra.gnu.org/build/1689159/log/raw>.
>
> To reproduce, run, for instance:
>
>   ./pre-inst-env guix system vm gnu/system/install.scm -s i686-linux
>
> <https://patchwork.kernel.org/patch/9380911/> suggests this might be a
> 4.9 bug.
>
> Mark, any ideas?  Did anyone get 4.9 running on i686?

Not that I know of.  I didn't test it on i686.  Here's another relevant
post:

  https://lkml.org/lkml/2016/10/27/124

I see that there are some commits addressing this issue in Linus' git
repository, but it's not clear to me which set of commits to include, or
how they depend on each other.  It's probably best to wait for 4.9.1.

> If not, I suggest reverting the 4.8.14 → 4.9 upgrade for the release.

Sounds good.  On 'master', I just reverted the 4.9 upgrade, followed
immediately by an upgrade to 4.8.15.  Feel free to cherry-pick to the
version-0.12.0 branch, but make sure to get both of them.

      Thanks,
        Mark




Information forwarded to bug-guix <at> gnu.org:
bug#25231; Package guix. (Mon, 19 Dec 2016 20:42:01 GMT) Full text and rfc822 format available.

Message #11 received at 25231 <at> debbugs.gnu.org (full text, mbox):

From: ludo <at> gnu.org (Ludovic Courtès)
To: Mark H Weaver <mhw <at> netris.org>
Cc: 25231 <at> debbugs.gnu.org
Subject: Re: bug#25231: Linux-libre 4.9 fails to load modules on i686 (release
 blocker!)
Date: Mon, 19 Dec 2016 21:41:15 +0100
Mark H Weaver <mhw <at> netris.org> skribis:

> ludo <at> gnu.org (Ludovic Courtès) writes:
>
>> Linux-libre 4.9.0 triggers this problem on i686 (quoting
>> <https://hydra.gnu.org/build/1713833/nixlog/21/raw>):
>>
>> loading kernel modules...
>> [    6.085552] libahci: disagrees about version of symbol mcount
>> [    6.085978] libahci: Unknown symbol mcount (err -22)
>> ./gnu/build/linux-modules.scm:195:6: In procedure load-linux-module*:
>> ./gnu/build/linux-modules.scm:195:6: In procedure load-linux-module: Invalid argument
>>
>> With 4.8.14, things went well:
>> <https://hydra.gnu.org/build/1689159/log/raw>.
>>
>> To reproduce, run, for instance:
>>
>>   ./pre-inst-env guix system vm gnu/system/install.scm -s i686-linux
>>
>> <https://patchwork.kernel.org/patch/9380911/> suggests this might be a
>> 4.9 bug.
>>
>> Mark, any ideas?  Did anyone get 4.9 running on i686?
>
> Not that I know of.  I didn't test it on i686.  Here's another relevant
> post:
>
>   https://lkml.org/lkml/2016/10/27/124
>
> I see that there are some commits addressing this issue in Linus' git
> repository, but it's not clear to me which set of commits to include, or
> how they depend on each other.  It's probably best to wait for 4.9.1.

Yeah.

>> If not, I suggest reverting the 4.8.14 → 4.9 upgrade for the release.
>
> Sounds good.  On 'master', I just reverted the 4.9 upgrade, followed
> immediately by an upgrade to 4.8.15.  Feel free to cherry-pick to the
> version-0.12.0 branch, but make sure to get both of them.

Awesome, thanks for the fast reply!

Ricardo: I’ll let you cherry-pick these two commits, sounds good?
(There’s a bunch of commits you may want to take from master anyway.)

Ludo’.




Information forwarded to bug-guix <at> gnu.org:
bug#25231; Package guix. (Tue, 20 Dec 2016 10:08:01 GMT) Full text and rfc822 format available.

Message #14 received at 25231 <at> debbugs.gnu.org (full text, mbox):

From: Ricardo Wurmus <rekado <at> elephly.net>
To: Ludovic Courtès <ludo <at> gnu.org>
Cc: 25231 <at> debbugs.gnu.org, Mark H Weaver <mhw <at> netris.org>
Subject: Re: bug#25231: Linux-libre 4.9 fails to load modules on i686 (release
 blocker!)
Date: Tue, 20 Dec 2016 11:06:57 +0100
Ludovic Courtès <ludo <at> gnu.org> writes:

> Mark H Weaver <mhw <at> netris.org> skribis:
>>
>> Sounds good.  On 'master', I just reverted the 4.9 upgrade, followed
>> immediately by an upgrade to 4.8.15.  Feel free to cherry-pick to the
>> version-0.12.0 branch, but make sure to get both of them.
>
> Awesome, thanks for the fast reply!
>
> Ricardo: I’ll let you cherry-pick these two commits, sounds good?
> (There’s a bunch of commits you may want to take from master anyway.)

Okay!  Thanks, Mark, for addressing this so quickly!

-- 
Ricardo

GPG: BCA6 89B6 3655 3801 C3C6  2150 197A 5888 235F ACAC
http://elephly.net





Reply sent to ludo <at> gnu.org (Ludovic Courtès):
You have taken responsibility. (Tue, 24 Jan 2017 22:00:03 GMT) Full text and rfc822 format available.

Notification sent to ludo <at> gnu.org (Ludovic Courtès):
bug acknowledged by developer. (Tue, 24 Jan 2017 22:00:03 GMT) Full text and rfc822 format available.

Message #19 received at 25231-done <at> debbugs.gnu.org (full text, mbox):

From: ludo <at> gnu.org (Ludovic Courtès)
To: 25231-done <at> debbugs.gnu.org
Cc: Ricardo Wurmus <rekado <at> elephly.net>, Mark H Weaver <mhw <at> netris.org>
Subject: Re: bug#25231: Linux-libre 4.9 fails to load modules on i686 (release
 blocker!)
Date: Tue, 24 Jan 2017 22:59:16 +0100
ludo <at> gnu.org (Ludovic Courtès) skribis:

> Linux-libre 4.9.0 triggers this problem on i686 (quoting
> <https://hydra.gnu.org/build/1713833/nixlog/21/raw>):
>
> loading kernel modules...
> [    6.085552] libahci: disagrees about version of symbol mcount
> [    6.085978] libahci: Unknown symbol mcount (err -22)
> ./gnu/build/linux-modules.scm:195:6: In procedure load-linux-module*:
> ./gnu/build/linux-modules.scm:195:6: In procedure load-linux-module: Invalid argument

This problem disappeared in 4.9.4 (and possibly earlier versions):

  https://hydra.gnu.org/build/1817005/log/raw

Ludo’.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Wed, 22 Feb 2017 12:24:05 GMT) Full text and rfc822 format available.

This bug report was last modified 7 years and 58 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.