Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S936026AbcKWUPY (ORCPT ); Wed, 23 Nov 2016 15:15:24 -0500 Received: from mail-oi0-f46.google.com ([209.85.218.46]:33963 "EHLO mail-oi0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S935813AbcKWUPT (ORCPT ); Wed, 23 Nov 2016 15:15:19 -0500 MIME-Version: 1.0 X-Originating-IP: [2604:ba00:2:1:f902:8d29:7342:7317] In-Reply-To: <98850889-29fd-a79f-348d-e047b2e12eec@manjaro.org> References: <20161102004639.6870806d@roar.ozlabs.ibm.com> <98850889-29fd-a79f-348d-e047b2e12eec@manjaro.org> From: Robert LeBlanc Date: Wed, 23 Nov 2016 13:14:57 -0700 Message-ID: Subject: Re: BUG: 4.9-rc6 Still "no symbol version" on boot To: =?UTF-8?Q?Philip_M=C3=BCller?= Cc: "Linux-Kernel@Vger. Kernel. Org" , Nicholas Piggin , Adam Borowski , Greg Kroah-Hartman Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by mail.home.local id uANKFTNV019111 Content-Length: 1652 Lines: 62 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: > > 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 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 >> >