Re: BUG: 4.9-rc6 Still "no symbol version" on boot

2016-11-28 Thread Robert LeBlanc
Looks like Linus pushed cd3caefb4663e3811d37cc2afad3cce642d60061 a few days ago effectively disabling modversions. I like this fix much better, probably need an additional patch to reverse this new one as well. You can add me as well if needed. Acked-by: Robert LeBlanc

Re: BUG: 4.9-rc6 Still "no symbol version" on boot

2016-11-28 Thread Robert LeBlanc
Looks like Linus pushed cd3caefb4663e3811d37cc2afad3cce642d60061 a few days ago effectively disabling modversions. I like this fix much better, probably need an additional patch to reverse this new one as well. You can add me as well if needed. Acked-by: Robert LeBlanc Tested-by: Robert LeBlanc

Re: BUG: 4.9-rc6 Still "no symbol version" on boot

2016-11-23 Thread Philip Müller
Am 23.11.2016 um 21:53 schrieb Adam Borowski: > Last version (rewritten description) is at: > https://patchwork.kernel.org/patch/9439501/ > (needs s/oeter/peter/ for a typo in Peter Wu's address) Hi Adam, good to know. I kept track on it. For me it is easy to use patches. However it would be

Re: BUG: 4.9-rc6 Still "no symbol version" on boot

2016-11-23 Thread Philip Müller
Am 23.11.2016 um 21:53 schrieb Adam Borowski: > Last version (rewritten description) is at: > https://patchwork.kernel.org/patch/9439501/ > (needs s/oeter/peter/ for a typo in Peter Wu's address) Hi Adam, good to know. I kept track on it. For me it is easy to use patches. However it would be

Re: BUG: 4.9-rc6 Still "no symbol version" on boot

2016-11-23 Thread Robert LeBlanc
Confirmed that this patch does resolve the boot issue with CONFIG_MODVERSIONS=y for me. Thank you for the patch and hopefully it will get included in -rc7. Thanks. Robert LeBlanc PGP Fingerprint 79A2 9CA4 6CC4 45DD A904 C70E E654 3BB2 FA62 B9F1 On Wed, Nov 23, 2016 at 1:53 PM,

Re: BUG: 4.9-rc6 Still "no symbol version" on boot

2016-11-23 Thread Robert LeBlanc
Confirmed that this patch does resolve the boot issue with CONFIG_MODVERSIONS=y for me. Thank you for the patch and hopefully it will get included in -rc7. Thanks. Robert LeBlanc PGP Fingerprint 79A2 9CA4 6CC4 45DD A904 C70E E654 3BB2 FA62 B9F1 On Wed, Nov 23, 2016 at 1:53 PM,

Re: BUG: 4.9-rc6 Still "no symbol version" on boot

2016-11-23 Thread Adam Borowski
On Wed, Nov 23, 2016 at 09:08:28PM +0100, Philip Müller wrote: > > due to following commit it seems the 64bit architecture of linux 4.9-rc > > is not able to boot at all, as it is unable to find its root device: > you have to apply following patch also: > >

Re: BUG: 4.9-rc6 Still "no symbol version" on boot

2016-11-23 Thread Adam Borowski
On Wed, Nov 23, 2016 at 09:08:28PM +0100, Philip Müller wrote: > > due to following commit it seems the 64bit architecture of linux 4.9-rc > > is not able to boot at all, as it is unable to find its root device: > you have to apply following patch also: > >

Re: BUG: 4.9-rc6 Still "no symbol version" on boot

2016-11-23 Thread Philip Müller
Hi Robert, Michal's and Nick's patch is already added to 4.9-rc6, however Adam's patch is still missing for x86: https://patchwork.kernel.org/patch/9408985/raw/ You can check on how I patch it on Manjaro here (line 75):

Re: BUG: 4.9-rc6 Still "no symbol version" on boot

2016-11-23 Thread Philip Müller
Hi Robert, Michal's and Nick's patch is already added to 4.9-rc6, however Adam's patch is still missing for x86: https://patchwork.kernel.org/patch/9408985/raw/ You can check on how I patch it on Manjaro here (line 75):

Re: BUG: 4.9-rc6 Still "no symbol version" on boot

2016-11-23 Thread Robert LeBlanc
Phil, I don't have those files. I'll patch and test. Thanks, Robert LeBlanc PGP Fingerprint 79A2 9CA4 6CC4 45DD A904 C70E E654 3BB2 FA62 B9F1 On Wed, Nov 23, 2016 at 1:08 PM, Philip Müller wrote: > Hi Robert, > > you have to apply following patch also: > >

Re: BUG: 4.9-rc6 Still "no symbol version" on boot

2016-11-23 Thread Robert LeBlanc
Phil, I don't have those files. I'll patch and test. Thanks, Robert LeBlanc PGP Fingerprint 79A2 9CA4 6CC4 45DD A904 C70E E654 3BB2 FA62 B9F1 On Wed, Nov 23, 2016 at 1:08 PM, Philip Müller wrote: > Hi Robert, > > you have to apply following patch also: > >

Re: BUG: 4.9-rc6 Still "no symbol version" on boot

2016-11-23 Thread Philip Müller
Hi Robert, you have to apply following patch also: provide-asm-prototypes.h-for-x86.patch: https://patchwork.kernel.org/patch/9408985/raw/ @Adam, Nick: Was this patch not yet sent to Linus? greez, Phil Am 01.11.2016 um 14:46 schrieb Nicholas Piggin: > On Tue, 1 Nov 2016 13:48:59 +0100 >

Re: BUG: 4.9-rc6 Still "no symbol version" on boot

2016-11-23 Thread Philip Müller
Hi Robert, you have to apply following patch also: provide-asm-prototypes.h-for-x86.patch: https://patchwork.kernel.org/patch/9408985/raw/ @Adam, Nick: Was this patch not yet sent to Linus? greez, Phil Am 01.11.2016 um 14:46 schrieb Nicholas Piggin: > On Tue, 1 Nov 2016 13:48:59 +0100 >

BUG: 4.9-rc6 Still "no symbol version" on boot

2016-11-23 Thread Robert LeBlanc
I pulled Linus' tree this morning to make sure there wasn't a fix since -rc6, but I still get "no symbol version" for modules on boot. I'm running Debian stretch (gcc 6.2.0-13) on amd64 and build the kernel with "make -j 8 bindeb-pkg". I'm using CONFIG_VMAP_STACK=y If I set

BUG: 4.9-rc6 Still "no symbol version" on boot

2016-11-23 Thread Robert LeBlanc
I pulled Linus' tree this morning to make sure there wasn't a fix since -rc6, but I still get "no symbol version" for modules on boot. I'm running Debian stretch (gcc 6.2.0-13) on amd64 and build the kernel with "make -j 8 bindeb-pkg". I'm using CONFIG_VMAP_STACK=y If I set