Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751471AbdINRpF (ORCPT ); Thu, 14 Sep 2017 13:45:05 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:35962 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751268AbdINRpD (ORCPT ); Thu, 14 Sep 2017 13:45:03 -0400 Date: Thu, 14 Sep 2017 10:45:01 -0700 From: Greg KH To: Rob Landley Cc: Michael Ellerman , Stephen Rothwell , Abdul Haleem , linuxppc-dev , viro@zeniv.linux.org.uk, mingo@kernel.org, akpm@linux-foundation.org, keescook@chromium.org, tglx@linutronix.de, peterz@infradead.org, rostedt@goodmis.org, mhocko@suse.com, viresh.kumar@linaro.org, tj@kernel.org, thomas.lendacky@amd.com, lauraa@codeaurora.org, lokeshvutla@ti.com, linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org, linux-input@vger.kernel.org, Jiri Kosina , Benjamin Tissoires , sachinp Subject: Re: [PATCH v3] Make initramfs honor CONFIG_DEVTMPFS_MOUNT Message-ID: <20170914174501.GA2129@kroah.com> References: <1495700957.9020.43.camel@abdul.in.ibm.com> <8760gp9jjl.fsf@concordia.ellerman.id.au> <20170526072437.46499fbd@canb.auug.org.au> <87a7e82d-0af5-7f9e-6bd6-7e28b238e866@landley.net> <87r2z86ykt.fsf@concordia.ellerman.id.au> <4aa9cb26-f868-0720-e5c8-3c4e08afad20@landley.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4aa9cb26-f868-0720-e5c8-3c4e08afad20@landley.net> User-Agent: Mutt/1.9.0 (2017-09-02) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 849 Lines: 22 On Wed, Sep 13, 2017 at 06:51:25PM -0500, Rob Landley wrote: > From: Rob Landley > > Make initramfs honor CONFIG_DEVTMPFS_MOUNT, and move > /dev/console open after devtmpfs mount. > > Add workaround for Debian bug that was copied by Ubuntu. > > Signed-off-by: Rob Landley > --- > > v2 discussion: http://lkml.iu.edu/hypermail/linux/kernel/1705.2/05611.html > > drivers/base/Kconfig | 14 ++++---------- > fs/namespace.c | 14 ++++++++++++++ > init/main.c | 15 +++++++++------ > 3 files changed, 27 insertions(+), 16 deletions(-) Always run scripts/checkpatch.pl so you don't get grumpy emails from reviewers telling you to run scripts/checkpatch.pl... telling you to run scripts/checkpatch.pl... telling you to run scripts/checkpatch.pl... telling you to run scripts/checkpatch.pl...