From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1161716AbdEYFz2 (ORCPT ); Thu, 25 May 2017 01:55:28 -0400 Received: from mail-oi0-f65.google.com ([209.85.218.65]:33946 "EHLO mail-oi0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S966247AbdEYFz1 (ORCPT ); Thu, 25 May 2017 01:55:27 -0400 Subject: Re: Patch 0727d35de ("Make initramfs honor CONFIG_DEVTMPFS_MOUNT") breaks boot To: Yury Norov References: <20170522120550.ekrq6ipfmkdtlxjo@yury-N73SV> <7d91fb6b-9a21-ceb6-6c08-4bc14a15ada2@landley.net> <20170523080159.2yetdh4qqt2pmha6@yury-N73SV> <66dd96ec-b170-0bf6-7746-5466270b3e15@landley.net> <20170523213215.qmfnbf4bseqiwkky@yury-N73SV> <20170523230808.qk6rurqolhow5ets@yury-N73SV> Cc: Andrew Morton , "linux-kernel@vger.kernel.org" , Prarit Bhargava , Yang Shi , Rasmus Villemoes , Kees Cook , Emese Revfy , Petr Mladek , Fabian Frederick From: Rob Landley Message-ID: Date: Thu, 25 May 2017 00:55:25 -0500 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: <20170523230808.qk6rurqolhow5ets@yury-N73SV> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 05/23/2017 06:08 PM, Yury Norov wrote: >> It was 2 years ago, but AFAIR I took the Ubuntu image here: >> http://cdimage.ubuntu.com/ubuntu-base/releases/14.04.1/release/ubuntu-base-14.04.1-core-arm64.tar.gz Have you applied updates since then? (Maybe they fixed their init script since 2 years ago?) >> Kernel config is attached. I build the kernel with simple 'make'. >> >> Yury > > Sorry, config is here. $ diff -u yury.conf /boot/config-4.4.0-78-generic | grep '^[-+]' | wc -l 10384 So that's not Ubuntu's current 14.04 kernel config. $ diff -u yury.conf /boot/config-4.2.0-36-generic | grep '^[-+]' | wc -l 10212 And it's not the oldest Ubuntu 14.04 config I have lying around (from a year ago). $ cd linux && make defconfig $ diff -u ~/yury.conf .config | grep '^[-+]' | wc -l 4369 It's much closer to the current defconfig, but still significantly different. So you're using a custom config, and can't switch off a symbol. Rob