unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#25231: Linux-libre 4.9 fails to load modules on i686 (release blocker!)
@ 2016-12-19 16:28 Ludovic Courtès
  2016-12-19 19:16 ` Mark H Weaver
  2017-01-24 21:59 ` Ludovic Courtès
  0 siblings, 2 replies; 5+ messages in thread
From: Ludovic Courtès @ 2016-12-19 16:28 UTC (permalink / raw)
  To: 25231

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’.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#25231: Linux-libre 4.9 fails to load modules on i686 (release blocker!)
  2016-12-19 16:28 bug#25231: Linux-libre 4.9 fails to load modules on i686 (release blocker!) Ludovic Courtès
@ 2016-12-19 19:16 ` Mark H Weaver
  2016-12-19 20:41   ` Ludovic Courtès
  2017-01-24 21:59 ` Ludovic Courtès
  1 sibling, 1 reply; 5+ messages in thread
From: Mark H Weaver @ 2016-12-19 19:16 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: 25231

ludo@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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#25231: Linux-libre 4.9 fails to load modules on i686 (release blocker!)
  2016-12-19 19:16 ` Mark H Weaver
@ 2016-12-19 20:41   ` Ludovic Courtès
  2016-12-20 10:06     ` Ricardo Wurmus
  0 siblings, 1 reply; 5+ messages in thread
From: Ludovic Courtès @ 2016-12-19 20:41 UTC (permalink / raw)
  To: Mark H Weaver; +Cc: 25231

Mark H Weaver <mhw@netris.org> skribis:

> ludo@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’.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#25231: Linux-libre 4.9 fails to load modules on i686 (release blocker!)
  2016-12-19 20:41   ` Ludovic Courtès
@ 2016-12-20 10:06     ` Ricardo Wurmus
  0 siblings, 0 replies; 5+ messages in thread
From: Ricardo Wurmus @ 2016-12-20 10:06 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: 25231


Ludovic Courtès <ludo@gnu.org> writes:

> Mark H Weaver <mhw@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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#25231: Linux-libre 4.9 fails to load modules on i686 (release blocker!)
  2016-12-19 16:28 bug#25231: Linux-libre 4.9 fails to load modules on i686 (release blocker!) Ludovic Courtès
  2016-12-19 19:16 ` Mark H Weaver
@ 2017-01-24 21:59 ` Ludovic Courtès
  1 sibling, 0 replies; 5+ messages in thread
From: Ludovic Courtès @ 2017-01-24 21:59 UTC (permalink / raw)
  To: 25231-done

ludo@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’.

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2017-01-24 22:00 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-12-19 16:28 bug#25231: Linux-libre 4.9 fails to load modules on i686 (release blocker!) Ludovic Courtès
2016-12-19 19:16 ` Mark H Weaver
2016-12-19 20:41   ` Ludovic Courtès
2016-12-20 10:06     ` Ricardo Wurmus
2017-01-24 21:59 ` Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).