Gentoo Archives: gentoo-user

From: Shea Alterio <krusete@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Re: Latest 4.9 kernels broken?
Date: Fri, 08 Jun 2018 19:10:07
Message-Id: CAGrfbWj64SFtxxsnCv2C0vhu_r7qqr=gn4dm3MU2dROU-RedfQ@mail.gmail.com
In Reply to: Re: [gentoo-user] Re: Latest 4.9 kernels broken? by Alexander Kapshuk
1 Hmm i had mentioned this to #gentoo-hardened, but it's good to know it's
2 broken in the non hardened kernel too, i am used to waiting for those
3 packages to update i guess.
4
5 On Fri, Jun 8, 2018 at 3:00 PM, Alexander Kapshuk <
6 alexander.kapshuk@×××××.com> wrote:
7
8 > On Fri, Jun 8, 2018 at 7:37 PM Ian Zimmerman <itz@××××××××××××.org> wrote:
9 > >
10 > > On 2018-06-08 09:22, Alexander Kapshuk wrote:
11 > >
12 > > > > matica!501 ~# modprobe fbcon
13 > > > > modprobe: ERROR: could not insert 'fbcon': Exec format error
14 > >
15 > > > Could this be a multilib issue? Does you kernel have
16 > > > CONFIG_IA32_EMULATION enabled?
17 > > > See https://forums.gentoo.org/viewtopic-p-7647744.html.
18 > >
19 > > CONFIG_IA32_EMULATION is definitely set in the _current_ working kernel
20 > > (ie. 4.9.105), and I use the working config-* file as the start for the
21 > > new one (with make oldconfig), so unless there was a radical change in
22 > > the kernel build, this doesn't look like a possible cause.
23 > >
24 > > --
25 > > Please don't Cc: me privately on mailing lists and Usenet,
26 > > if you also post the followup to the list or newsgroup.
27 > > To reply privately _only_ on Usenet and on broken lists
28 > > which rewrite From, fetch the TXT record for no-use.mooo.com.
29 > >
30 >
31 > What's the output of:
32 > uname -r
33 > strings /path/to/your/module.ko | grep vermagic=
34 >
35 >