From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 7453BECAAD8 for ; Wed, 14 Sep 2022 11:40:35 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229681AbiINLkd (ORCPT ); Wed, 14 Sep 2022 07:40:33 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54658 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229544AbiINLk3 (ORCPT ); Wed, 14 Sep 2022 07:40:29 -0400 Received: from mail-pj1-x1030.google.com (mail-pj1-x1030.google.com [IPv6:2607:f8b0:4864:20::1030]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id CEE6E3335B for ; Wed, 14 Sep 2022 04:40:28 -0700 (PDT) Received: by mail-pj1-x1030.google.com with SMTP id o23so13011744pji.4 for ; Wed, 14 Sep 2022 04:40:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:from:to:cc:subject:date; bh=g0rsQ4l7UmHyrtITmpI1lLcpUUEE5rxqSouv8Vx28LM=; b=g7xZVqYVeqkH4bxfqu4qqC5Vm4r1XjAtgnSK9MddChlyT+E6dBLwoOVpE21waZ0qAr DMsi2Cx/2/K9YSrzbWD4EcpAubrFl5NMRxRnnWFq5006cDSH/QJ4PUvBlPoHJrG81R8M x3cs6XFr7uu1kd96wbKxZi1nxJ7/P4bu+6MFw= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:x-gm-message-state:from:to:cc:subject:date; bh=g0rsQ4l7UmHyrtITmpI1lLcpUUEE5rxqSouv8Vx28LM=; b=o3+MoVg5D9vJbkqoJGXUpEFBi6qQfyZiYd0+SiTzYxBPnp2xJ58kfneBwZ4G9oB7OU yeO/bROXKL69tA1gdJj8ErlOaInx1sUk5qvnqbv75Ps4sQlUM20+Z4Ox3vuyLQc+tcsR T9629yrQRg0/AbD8CN96tthrG2NCmLFChpVsgg6BB5aH3QGmYKH/CvTKzqdkgqMZDUEB nipXf7fpUFu4UBg9LnsJI/yas987GZk5a4MUTUWIgSdMnTZQJqHSSOqlI+QffgbhMEzw 8ONKlbG/uQuvet5aLAC/USvVJD4Uw9BzR0wnsb05oyRYNDAReWQoD6cciY7RINv/xRns +TMw== X-Gm-Message-State: ACgBeo3K/ArNszID+3eU4O+FpmGqc/zYLlcxlKX5M1NbHkSoawP/9IhS LPPiH4bMKX+wectTxoPlXOWMHg== X-Google-Smtp-Source: AMsMyM6IxLuIlNR+tc1Ff0JRk1CO2I5t6uNyxxIk7qNKQzTmdTd/RDnNqTzuLqs1c2HJHwHD5SuJaw== X-Received: by 2002:a17:90b:4c45:b0:202:6308:d9c4 with SMTP id np5-20020a17090b4c4500b002026308d9c4mr4373546pjb.40.1663155628394; Wed, 14 Sep 2022 04:40:28 -0700 (PDT) Received: from google.com ([240f:75:7537:3187:e5f0:cfaf:bc8c:558e]) by smtp.gmail.com with ESMTPSA id j7-20020a17090276c700b00176acd80f69sm4445457plt.102.2022.09.14.04.40.24 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 14 Sep 2022 04:40:27 -0700 (PDT) Date: Wed, 14 Sep 2022 20:40:21 +0900 From: Sergey Senozhatsky To: Thomas Gleixner Cc: LKML , John Ogness , Petr Mladek , Sergey Senozhatsky , Steven Rostedt , Linus Torvalds , Peter Zijlstra , "Paul E. McKenney" , Daniel Vetter , Greg Kroah-Hartman , Helge Deller , Jason Wessel , Daniel Thompson Subject: Re: [patch RFC 04/29] printk: Remove bogus comment vs. boot consoles Message-ID: References: <20220910221947.171557773@linutronix.de> <20220910222300.582492276@linutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220910222300.582492276@linutronix.de> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On (22/09/11 00:27), Thomas Gleixner wrote: > Date: Sun, 11 Sep 2022 00:27:38 +0200 (CEST) > From: Thomas Gleixner > To: LKML > Cc: John Ogness , Petr Mladek > , Sergey Senozhatsky , Steven > Rostedt , Linus Torvalds > , Peter Zijlstra , > "Paul E. McKenney" , Daniel Vetter , > Greg Kroah-Hartman , Helge Deller > , Jason Wessel , Daniel > Thompson > Subject: [patch RFC 04/29] printk: Remove bogus comment vs. boot consoles > Message-ID: <20220910222300.582492276@linutronix.de> > > The comment about unregistering boot consoles is just not matching the > reality. Remove it. Hmm, yeah, we ~CON_ENABLED console that we unregister before we console_unlock(). > Signed-off-by: Thomas Gleixner Reviewed-by: Sergey Senozhatsky