Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1528757
| From | Robert LeBlanc <robert@leblancnet.us> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: BUG: 4.9-rc6 Still "no symbol version" on boot |
| Date | 2016-11-23 21:20 +0100 |
| Message-ID | <sGMbo-16K-31@gated-at.bofh.it> (permalink) |
| References | <sGM1I-ZJ-45@gated-at.bofh.it> <sGM1I-ZJ-47@gated-at.bofh.it> <sGM1I-ZJ-43@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
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 <philm@manjaro.org> wrote: > 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 >> Philip Müller <philm@manjaro.org> wrote: >> >>> Hi Nicholas, hi Michal, >>> >>> 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: >>> >>> >>> https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=84d69848c97faab0c25aa2667b273404d2e2a64a >>> >>> This got reported by several users: >>> >>> https://forum.manjaro.org/t/linux-4-9-rc2-does-not-boot/11434 >>> >>> Even after applying that patch it seems still to be unbootable: >>> >>> https://patchwork.kernel.org/patch/9406823/raw/ >>> >>> It is claimed it would boot by disabling CONFIG_MODVERSIONS for now. I >>> still wonder why the 32bit version of the kernel boots without an issue. >>> >>> Any thoughts/plans on the matter from your end? We are happy to test >>> some patches if needed. >>> >>> kind regards, Philip >> >> >> Hi Philip, >> >> Thanks for reporting. You likely need to apply the x86 specific >> patch as well as the above one. >> >> http://marc.info/?l=linux-kernel&m=147669851906489&w=2 >> >> Thanks, >> Nick >> >
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Re: BUG: 4.9-rc6 Still "no symbol version" on boot Philip Müller <philm@manjaro.org> - 2016-11-23 21:10 +0100
Re: BUG: 4.9-rc6 Still "no symbol version" on boot Robert LeBlanc <robert@leblancnet.us> - 2016-11-23 21:20 +0100
Re: BUG: 4.9-rc6 Still "no symbol version" on boot Philip Müller <philm@manjaro.org> - 2016-11-23 21:30 +0100
Re: BUG: 4.9-rc6 Still "no symbol version" on boot Adam Borowski <kilobyte@angband.pl> - 2016-11-23 22:00 +0100
Re: BUG: 4.9-rc6 Still "no symbol version" on boot Robert LeBlanc <robert@leblancnet.us> - 2016-11-23 22:10 +0100
[PATCH] x86/kbuild: enable modversions for symbols exported from asm Adam Borowski <kilobyte@angband.pl> - 2016-11-23 23:10 +0100
Re: [PATCH] x86/kbuild: enable modversions for symbols exported from asm Philip Müller <philm@manjaro.org> - 2016-11-24 00:20 +0100
Re: [PATCH] x86/kbuild: enable modversions for symbols exported from asm Ingo Molnar <mingo@kernel.org> - 2016-11-24 06:10 +0100
Re: [PATCH] x86/kbuild: enable modversions for symbols exported from asm Nicholas Piggin <npiggin@gmail.com> - 2016-11-24 06:30 +0100
Re: [PATCH] x86/kbuild: enable modversions for symbols exported from asm Ingo Molnar <mingo@kernel.org> - 2016-11-24 07:10 +0100
Re: [PATCH] x86/kbuild: enable modversions for symbols exported from asm Nicholas Piggin <npiggin@gmail.com> - 2016-11-24 08:30 +0100
Re: [PATCH] x86/kbuild: enable modversions for symbols exported from asm Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2016-11-24 08:40 +0100
Re: [PATCH] x86/kbuild: enable modversions for symbols exported from asm Nicholas Piggin <npiggin@gmail.com> - 2016-11-24 09:00 +0100
Re: [PATCH] x86/kbuild: enable modversions for symbols exported from asm Michal Marek <mmarek@suse.com> - 2016-11-24 10:40 +0100
Re: [PATCH] x86/kbuild: enable modversions for symbols exported from asm Nicholas Piggin <npiggin@gmail.com> - 2016-11-24 11:10 +0100
Re: [PATCH] x86/kbuild: enable modversions for symbols exported from asm Michal Marek <mmarek@suse.com> - 2016-11-24 12:00 +0100
Re: [PATCH] x86/kbuild: enable modversions for symbols exported from asm Arnd Bergmann <arnd@arndb.de> - 2016-11-24 10:50 +0100
Re: [PATCH] x86/kbuild: enable modversions for symbols exported from asm Nicholas Piggin <npiggin@gmail.com> - 2016-11-24 11:10 +0100
Re: [PATCH] x86/kbuild: enable modversions for symbols exported from asm Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2016-11-24 11:00 +0100
Re: [PATCH] x86/kbuild: enable modversions for symbols exported from asm Nicholas Piggin <npiggin@gmail.com> - 2016-11-24 11:40 +0100
Re: [PATCH] x86/kbuild: enable modversions for symbols exported from asm Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2016-11-24 16:30 +0100
Re: [PATCH] x86/kbuild: enable modversions for symbols exported from asm Nicholas Piggin <npiggin@gmail.com> - 2016-11-25 01:50 +0100
Re: [PATCH] x86/kbuild: enable modversions for symbols exported from asm Michal Marek <mmarek@suse.com> - 2016-11-24 10:30 +0100
Regression: Re: [PATCH] x86/kbuild: enable modversions for symbols exported from asm Kalle Valo <kvalo@codeaurora.org> - 2016-11-24 12:50 +0100
Re: BUG: 4.9-rc6 Still "no symbol version" on boot Philip Müller <philm@manjaro.org> - 2016-11-24 00:10 +0100
csiph-web