X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from mail-pd0-f178.google.com (mail-pd0-f178.google.com [209.85.192.178]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id 8E006DC6021 for ; Wed, 17 Sep 2014 15:44:51 +0000 (UTC) Received: by mail-pd0-f178.google.com with SMTP id p10so2343793pdj.23 for ; Wed, 17 Sep 2014 08:44:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=0k70Ij5XexSvPZpMjDaDyCftY8Z73KV/5Hc75PKkiEY=; b=InPrYrw10viEZkIpB/kalmCX8VgXfl+olGMHpBdoBV7uGhRD0+xVyqUupvVnN2SN7R URRbuR1BkSS7xoLHNuMExCxYRqWxFrqSPl+8F2WUl/ix9+AeMObqn40y8eWiTLqo1Jql YkE/Va0KyZTS7CUgtJlw35KKuhdZyYXuiDc6eYeS1wZHVyKIUupB7Vn3cgKzDggcKCyD UpwnsLt3OTkcyNPeyJbCyjoC7dNzAWN2aFKdMZJHziA3AhfdaFBWd40j9wZO+pVdgxK+ YBbnxylff/fd1fN4+mLX0xLDGALftLewAn4A01wtrRu9crJr8B8NdDkNF92c0vwvVN33 H4mA== X-Received: by 10.66.65.195 with SMTP id z3mr33985172pas.116.1410968690522; Wed, 17 Sep 2014 08:44:50 -0700 (PDT) Received: from newbook ([50.0.226.9]) by mx.google.com with ESMTPSA id cb2sm17280625pbb.34.2014.09.17.08.44.49 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 17 Sep 2014 08:44:49 -0700 (PDT) Date: Wed, 17 Sep 2014 08:44:46 -0700 From: Isaac Dunham To: Natanael Copa Cc: alpine-devel@lists.alpinelinux.org Subject: Re: [alpine-devel] Re: Cannot mount root filesystem with latest vanilla kernel Message-ID: <20140917154445.GA1783@newbook> References: <20140914201702.GA513@muslin> <20140914210508.GA1775@newbook> <20140915113105.182f422b@ncopa-desktop.alpinelinux.org> <20140915193509.GA545@muslin> <20140916045715.GA1781@newbook> <20140916234219.GA1783@newbook> <20140917160613.45155c68@ncopa-desktop.alpinelinux.org> X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20140917160613.45155c68@ncopa-desktop.alpinelinux.org> User-Agent: Mutt/1.5.23 (2014-03-12) On Wed, Sep 17, 2014 at 04:06:13PM +0200, Natanael Copa wrote: > On Tue, 16 Sep 2014 16:42:19 -0700 > Isaac Dunham wrote: > > > On Mon, Sep 15, 2014 at 09:57:15PM -0700, Isaac Dunham wrote: > > > On Mon, Sep 15, 2014 at 12:35:09PM -0700, Isaac Dunham wrote: > > > > > > > > Well, ran into more problems: > > > > - on the second boot, the problem reappeared. > > > > - I chrooted in, purged linux-vanilla, exited, umounted the root > > > > partition, ran e2fsck -p (which fixed several isssues with "deleted > > > > inodes"), ran e2fsck -cckv, which reported no bad blocks or other > > > > issues, remounted & chrooted, installed linux-vanilla, ran > > > > apk fix mkinitfs, > > > > exited, umounted, ran sync; sync; sync; > > > > and rebooted to find that the issue was still there. > > > > > > > > Most modules are giving me complaints about missing symbols or bad > > > > symbol versions. > > > > > > Well, I installed the latest from the 3.0 repo, which is to say I > > > downgraded from kernel 3.14.18 (in edge) to 3.14.17, and everything worked. > > > > > > So I'm fairly conviced that there's a bug or miscompile in 3.14.18. > > > > Definitely bug in 3.14.18: > > alpine build of 3.14.17: works > > local build of 3.14.17: works > > alpine build of 3.14.18: does not work > > local build of 3.14.18: does not work > > > > I still don't know what the cause is, though. > > which arch is it? I have 3.14.18 working on my x86_64 laptop. > > The config was modified from 3.14.17 -> .18: > > @@ -484,7 +484,10 @@ CONFIG_SCHED_HRTICK=y > # CONFIG_KEXEC is not set > # CONFIG_CRASH_DUMP is not set > CONFIG_PHYSICAL_START=0x1000000 > -# CONFIG_RELOCATABLE is not set > +CONFIG_RELOCATABLE=y > +CONFIG_RANDOMIZE_BASE=y > +CONFIG_RANDOMIZE_BASE_MAX_OFFSET=0x20000000 > +CONFIG_X86_NEED_RELOCS=y > CONFIG_PHYSICAL_ALIGN=0x1000000 > CONFIG_HOTPLUG_CPU=y > # CONFIG_BOOTPARAM_HOTPLUG_CPU0 is not set > > Mostly due to be similar x86_64, which recently got requirement of > CONFIG_RELOCATABLE for EFI (and it looked like a good thing to have > anyways). > i386 on an Atom N270-based laptop (Aspire One 150). (It uses a weird BIOS that may actually be EFI or similar underneath, but only exposes the BIOS api.) Thanks, Isaac Dunham --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---