From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753936AbdECTGk (ORCPT ); Wed, 3 May 2017 15:06:40 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:48762 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751494AbdECTGg (ORCPT ); Wed, 3 May 2017 15:06:36 -0400 Date: Wed, 3 May 2017 12:06:28 -0700 From: Greg Kroah-Hartman To: Andy Shevchenko Cc: Nicolas Pitre , Petr Mladek , Jiri Slaby , "linux-kernel@vger.kernel.org" Subject: Re: [PATCH 1/4] console: move console_init() out of tty_io.c Message-ID: <20170503190628.GA25456@kroah.com> References: <20170412223717.20890-1-nicolas.pitre@linaro.org> <20170412223717.20890-2-nicolas.pitre@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.8.2 (2017-04-18) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, May 03, 2017 at 09:13:51PM +0300, Andy Shevchenko wrote: > +Cc: Petr > > On Thu, Apr 13, 2017 at 1:37 AM, Nicolas Pitre wrote: > > All the console driver handling code lives in printk.c. > > Move console_init() there as well so console support can still be used > > when the TTY code is configured out. No logical changes from this patch. > > > > So, I missed cover letter. > The question is what is this all for and why it's not applied yet? It's in my tty tree to go to Linus for 4.12-rc1, why do you think it is not applied? thanks, greg k-h