[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <d3a20652-5918-69be-2d95-b6cc87bed038@landley.net>
Date: Thu, 25 May 2017 00:55:25 -0500
From: Rob Landley <rob@...dley.net>
To: Yury Norov <ynorov@...iumnetworks.com>
Cc: Andrew Morton <akpm@...ux-foundation.org>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
Prarit Bhargava <prarit@...hat.com>,
Yang Shi <yang.shi@...aro.org>,
Rasmus Villemoes <linux@...musvillemoes.dk>,
Kees Cook <keescook@...omium.org>,
Emese Revfy <re.emese@...il.com>,
Petr Mladek <pmladek@...e.com>,
Fabian Frederick <fabf@...net.be>
Subject: Re: Patch 0727d35de ("Make initramfs honor CONFIG_DEVTMPFS_MOUNT")
breaks boot
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
Powered by blists - more mailing lists