X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from mail-pa0-f51.google.com (mail-pa0-f51.google.com [209.85.220.51]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id 03CF4DC03BF for ; Tue, 16 Sep 2014 23:42:24 +0000 (UTC) Received: by mail-pa0-f51.google.com with SMTP id kx10so822341pab.10 for ; Tue, 16 Sep 2014 16:42:24 -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=Q/VAHDchEatq7OTUcOw78qoY4ZvVrVFPot3owR9di34=; b=vrfjf3SSrK8O0neLRu6WJTpidb2j4tU1k7rX8gpEHnuBQMl3sM7YestmF2WfDDO9QI j6olrvV1Uw02T/YkC9Tl1Za6Vvvhb5v4y0+x3lrVTu8a3dnEpVBdhkvhgwTtzlfX6ueq yJCrwAWSFErHvu3nzpAoPG+CitXwAcUtaOFWWM4BKPtXv/ChC+hZ1/xxindqPwSTyz8J QGQaFx5B3iTvhicOcDsALgizmbR3EpVLPDTLbwNcgth2dga1sa0TrN8z7I/KvTmR/3yn Jdy0gDY30wyy3euTu68vkfp5Th/0xPmr9q4G1npTCEoIEzCwzuAkPI5zhIhs80WZO3oy xnwg== X-Received: by 10.68.225.133 with SMTP id rk5mr54284279pbc.101.1410910943886; Tue, 16 Sep 2014 16:42:23 -0700 (PDT) Received: from newbook ([50.0.225.123]) by mx.google.com with ESMTPSA id ic5sm15179067pbb.3.2014.09.16.16.42.23 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 16 Sep 2014 16:42:23 -0700 (PDT) Date: Tue, 16 Sep 2014 16:42:19 -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: <20140916234219.GA1783@newbook> References: <20140914201702.GA513@muslin> <20140914210508.GA1775@newbook> <20140915113105.182f422b@ncopa-desktop.alpinelinux.org> <20140915193509.GA545@muslin> <20140916045715.GA1781@newbook> 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: <20140916045715.GA1781@newbook> User-Agent: Mutt/1.5.23 (2014-03-12) 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. Thanks, Isaac Dunham --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---