On Mon, Jun 11, 2018 at 6:09 PM Ian Zimmerman <i...@very.loosely.org> wrote: > > On 2018-06-09 18:51, Alexander Kapshuk wrote: > > > readelf -h /path/to/module.ko > > ELF Header: > Magic: 7f 45 4c 46 02 01 01 00 00 00 00 00 00 00 00 00 > Class: ELF64 > Data: 2's complement, little endian > Version: 1 (current) > OS/ABI: UNIX - System V > ABI Version: 0 > Type: REL (Relocatable file) > Machine: Advanced Micro Devices X86-64 > Version: 0x1 > Entry point address: 0x0 > Start of program headers: 0 (bytes into file) > Start of section headers: 52808 (bytes into file) > Flags: 0x0 > Size of this header: 64 (bytes) > Size of program headers: 0 (bytes) > Number of program headers: 0 > Size of section headers: 64 (bytes) > Number of section headers: 23 > Section header string table index: 22 > > This was less frustrating than the other times as I didn't have to > reboot back and forth, so you need not feel guilty about it. > > -- > Please don't Cc: me privately on mailing lists and Usenet, > if you also post the followup to the list or newsgroup. > To reply privately _only_ on Usenet and on broken lists > which rewrite From, fetch the TXT record for no-use.mooo.com. >
Hmm... Looks like I'd have to build kernel 4.9.107 in an environment resembling yours to try and reproduce the behavior in question. What is the version of kmods you have installed on your system? What's the output of 'emerge --info'? In the meantime, see this email exchange [1] that might be relevant to the problem you're having. [1] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=857354#10