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 663EBECAAD8 for ; Wed, 14 Sep 2022 11:33:30 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229782AbiINLd2 (ORCPT ); Wed, 14 Sep 2022 07:33:28 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44708 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229459AbiINLd0 (ORCPT ); Wed, 14 Sep 2022 07:33:26 -0400 Received: from mail-pl1-x62c.google.com (mail-pl1-x62c.google.com [IPv6:2607:f8b0:4864:20::62c]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 350B0796AC for ; Wed, 14 Sep 2022 04:33:26 -0700 (PDT) Received: by mail-pl1-x62c.google.com with SMTP id s18so8885660plr.4 for ; Wed, 14 Sep 2022 04:33:26 -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=gS8azrHSw5cgE5XIQ69TufFsmNMPVrJN1hbHC/2+Sw8=; b=b6tXjno+mMOBvU/isCOEZ7b/o8PYetINlqjYchqGzbzAwZ11YE9P0b5nByQ8y4vMO5 RfquN2KgG/NMnQIVO33B57/DeCANhnjF8BY0SECG9xrYKDuoGq0EK15y90GvAzLgFJ7f DEipuqMM4dQhufaD/RxNd+yYfUMLNspxrq2Ls= 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=gS8azrHSw5cgE5XIQ69TufFsmNMPVrJN1hbHC/2+Sw8=; b=6INGb2YeTcHRaykv7z63W6cwXzelBJ3mJvmiHE26jP3mccySoL4px7NNIosipEBiC0 B72xbGemZ9Zqfb3SRZ/0AyytG0gbTmhvc4PYxDvgohzvy3QMiFtoo8rkV0qEdxy/Dyi8 /E9RYMEkRodU5/T+h5Tcdys7KrIoyCWBeRDMVj3uuQTejdJfshXLXDUfsTelGquIXUhg yUsmJ/uR7ZbruLkg282l9TSnlua6Ly8TAHE8Pc1JLvA7fXObqyWQmMjrsZqPuLSI4VG0 qINldGo2TtQyGUhkeEBF1Njcqt22jQrn7cNFSQGNE7I4FvKOgz/YUI+NhubiAw8sVhbf VKFQ== X-Gm-Message-State: ACrzQf2TzrOPl3gs4ZgBBRiRsm/S5CD3nMS3PhbwVMQOLTbrYiRBrGdY LKWegDmRYYxYt1dSX/UVzB5dvQ== X-Google-Smtp-Source: AMsMyM5MvHvT7xmd2Z1YRLBfreKZ3xxqRq3hBpJbdqQqbLF3Zh7DkompjbKmNCmPLDER/H0gN75GrA== X-Received: by 2002:a17:90a:7e08:b0:200:7cd8:32f6 with SMTP id i8-20020a17090a7e0800b002007cd832f6mr4257908pjl.96.1663155205789; Wed, 14 Sep 2022 04:33:25 -0700 (PDT) Received: from google.com ([240f:75:7537:3187:e5f0:cfaf:bc8c:558e]) by smtp.gmail.com with ESMTPSA id i7-20020a17090332c700b00177e263303dsm9468791plr.183.2022.09.14.04.33.21 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 14 Sep 2022 04:33:25 -0700 (PDT) Date: Wed, 14 Sep 2022 20:33:18 +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 03/29] printk: Remove write only variable nr_ext_console_drivers Message-ID: References: <20220910221947.171557773@linutronix.de> <20220910222300.524466942@linutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220910222300.524466942@linutronix.de> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On (22/09/11 00:27), Thomas Gleixner wrote: > Subject: [patch RFC 03/29] printk: Remove write only variable > nr_ext_console_drivers > > Signed-off-by: Thomas Gleixner Reviewed-by: Sergey Senozhatsky