From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754953AbdEKVRX (ORCPT ); Thu, 11 May 2017 17:17:23 -0400 Received: from mail-wm0-f44.google.com ([74.125.82.44]:37107 "EHLO mail-wm0-f44.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750767AbdEKVRV (ORCPT ); Thu, 11 May 2017 17:17:21 -0400 Subject: Re: [PATCH v9 3/3] printk: fix double printing with earlycon To: Sergey Senozhatsky Cc: Sabrina Dubroca , linux-serial@vger.kernel.org, linux-kernel@vger.kernel.org, Sudeep Holla , Greg Kroah-Hartman , Peter Hurley , Jiri Slaby , Robin Murphy , Steven Rostedt , "Nair, Jayachandran" , Sergey Senozhatsky , Petr Mladek References: <20170315102854.1763-1-aleksey.makarov@linaro.org> <20170405202006.18234-1-aleksey.makarov@linaro.org> <20170509082915.GA13236@bistromath.localdomain> <20170511082433.GA421@jagdpanzerIV.localdomain> <20170511084158.GB421@jagdpanzerIV.localdomain> <20170511113220.GA11507@jagdpanzerIV.localdomain> From: Aleksey Makarov Message-ID: Date: Fri, 12 May 2017 00:17:18 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.1.0 MIME-Version: 1.0 In-Reply-To: <20170511113220.GA11507@jagdpanzerIV.localdomain> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 05/11/2017 02:32 PM, Sergey Senozhatsky wrote: > On (05/11/17 17:41), Sergey Senozhatsky wrote: > [..] >> Alexey, >> can we have preferred console at offset 0 (not at console_cmdline_cnt - 1) >> and restore the previous register_console() iteration order? > > btw, what if someone has configured the system as > console= non-braille non-braille braille non-braille? > "The last non-braille console is always the preferred one" > is not true in this case. I don't quite follow what you think is problem here. The invariant keeps here, the code makes it always true. In this case the last console is non-braille and it is preferred. What is the problem? Thank you Aleksey Makarov