From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757554AbdECTrq (ORCPT ); Wed, 3 May 2017 15:47:46 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:57282 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754402AbdECTrg (ORCPT ); Wed, 3 May 2017 15:47:36 -0400 Date: Wed, 3 May 2017 12:47: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: <20170503194728.GB28882@kroah.com> References: <20170412223717.20890-1-nicolas.pitre@linaro.org> <20170412223717.20890-2-nicolas.pitre@linaro.org> <20170503190628.GA25456@kroah.com> 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 10:16:00PM +0300, Andy Shevchenko wrote: > On Wed, May 3, 2017 at 10:06 PM, Greg Kroah-Hartman > wrote: > > 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, > > Ah, good. > > > why do you think it is > > not applied? > > I have a tree based on top of most recent linux-next with > (potentially) conflicting patches. Besides that I just grepped the > code and found no changes in today's linux-next. Ah crap! I never pushed that tree out to the world, it was stuck on my laptop... Ugh, doing that now... greg k-h