Received: by 2002:a25:1506:0:0:0:0:0 with SMTP id 6csp5678743ybv; Tue, 18 Feb 2020 01:54:00 -0800 (PST) X-Google-Smtp-Source: APXvYqxOpRT7fj1F33NzUHuwVDmxUcrj4lV+lsuuoiAp+siDzzfJrxrLe/87ZFziDVltpxMreoLi X-Received: by 2002:a9d:7b4e:: with SMTP id f14mr15273285oto.355.1582019639960; Tue, 18 Feb 2020 01:53:59 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1582019639; cv=none; d=google.com; s=arc-20160816; b=ptXT1CT15fZAbGDZwlmCDWvqDeeAGUSO41BrqfrvmoldNCk7dp9EZz9BCNDGVwkBLW Y/Debj447h2QbbQQaA9hWM4L0ryfqnCTZ9tpsScigd6KTbYlu+xQ31+9p964J+n3HTnZ SoUFYdhYk2x6Bll6MF0KL9GHsR2G+ukKYuIbrFkkpaUH6e+ImPP8ut2jC2DM0mfwRpA3 Z06iLtNT9FDSE50zSAyxv9kEe+e5yzhhxVMafNpHdQPS7Bh/A6V2DE6/3X/t/Ry2UEFw L4JurRiRD8umPG4tTpmVBCuaqGk2e9TN27Ud22WU/Y5d8yUjSlqlHLOvp9emIUOdHFgB CKxg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=bxJ/xD0XOmlzOhvjHjbJFC0aouCnjdY2o0wkL44360k=; b=HSM0JoSV8exZS9Y4ol3+BFFMbXdfb5kQq1PAGaYBRPndz+wGG0uRBVaAew2K7I1wJD lCdvVqL1d4PRMzF0KL6Btnv3tywPGor5WG3A0yHQCBCiAVFSKzPczE4i4NNbroGCEPiC XkIlmrOeDVwrvzu3QkE6gnOieEoES6TkCUT4wOun0a/P/zHZCOpX4NzL1yXwfBLD0YXJ 5Z/yUMSxbWC0KnM71+s0/P+7g3DNJq5gGs1hmyYgEW+9HcPF+zbycLdS/dBI/NLtYGE1 Bq/dRvoSoEKHj5rcgqMKRTK8eGnWskJduyg86WaO6B96O2isgz9CPjfLpGBiLcH7U/sq wUiw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id 64si1461639otx.50.2020.02.18.01.53.47; Tue, 18 Feb 2020 01:53:59 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726445AbgBRJwg (ORCPT + 99 others); Tue, 18 Feb 2020 04:52:36 -0500 Received: from mx2.suse.de ([195.135.220.15]:55132 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726264AbgBRJwg (ORCPT ); Tue, 18 Feb 2020 04:52:36 -0500 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.220.254]) by mx2.suse.de (Postfix) with ESMTP id 20384B4F0; Tue, 18 Feb 2020 09:52:34 +0000 (UTC) Date: Tue, 18 Feb 2020 10:52:32 +0100 From: Petr Mladek To: Sergey Senozhatsky Cc: Steven Rostedt , Benjamin Herrenschmidt , Peter Zijlstra , John Ogness , linux-kernel@vger.kernel.org Subject: Re: [PATCH v4 0/3] printk/console: Fix preferred console handling Message-ID: <20200218095232.q6tqjmome4fhc6f5@pathway.suse.cz> References: <20200213095133.23176-1-pmladek@suse.com> <20200217130308.GA447@jagdpanzerIV.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200217130308.GA447@jagdpanzerIV.localdomain> User-Agent: NeoMutt/20170912 (1.9.0) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon 2020-02-17 22:03:08, Sergey Senozhatsky wrote: > On (20/02/13 10:51), Petr Mladek wrote: > > Hi, > > > > I send this on behalf of Benjamin who is traveling at the moment. > > It is an interesting approach to long terms problems with matching > > the console preferred on the command line. > > > > Changes against v3: > > > > + better check when accepting pre-enabled consoles > > + correct reasoning in the 3rd patch > > + update a comment of CON_CONSDEV definition > > + fixed checkpatch warnings > > Looks good to me, > > Reviewed-by: Sergey Senozhatsky The patchset is commited in printk.git, branch for-5.7-preferred-console. Best Regards, Petr