Received: by 2002:a25:e7d8:0:0:0:0:0 with SMTP id e207csp764279ybh; Wed, 18 Mar 2020 08:42:23 -0700 (PDT) X-Google-Smtp-Source: ADFU+vtgOYipUIJ78aahiOcOpJ4b2UTq245eba8YBl9v0ikidAZv3g7rV0l9i6WkSowU412HV72x X-Received: by 2002:a05:6830:1f5a:: with SMTP id u26mr4469365oth.208.1584546143185; Wed, 18 Mar 2020 08:42:23 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1584546143; cv=none; d=google.com; s=arc-20160816; b=sygLODWPi1r2D76RbXupoVmy0ASyhCxofQ8KuTFaD75QiJU2JNfVEwcCeMymt6xe7J mKhAOn1VCSiIDRrauAWB2gd94TndV4UViUxpBCfR0KiX87fF1H5BMDYgqi9pim/BvImA c+s4SbZsQkEJOooDM8BGNked91Rx8En3fcGaiqHMH0YFwgh5Wq96EeI0nqLZvF2sLd3a SvCgDwxLi6Wzfo8rR0kVu/Lx7M/+4kbG558wPQ2ZxcEhawNx+FOQZzsWNBCk8vnl8Q/1 sZmdbSqT7WSfFBo/fsuivYGrk8KjZ6KJvoovHSs5bToH2of6G2S+bVgBj/AsNkrAwXvw Wuvw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:user-agent:message-id :in-reply-to:date:references:subject:cc:to:from; bh=hSfj8Z/LRcxp788ir3y65bTAh2wdEnalu+h3Ffnow3A=; b=DtdhaVHVkNWS1pWqUAhLdGQdUSEKxmuCXgFhV+1jeWaZVXvFjcaJkZ8x7+4JGw3VQz u/CJQXEX9Pu/odkJ+33K2H72fUTFCoNsycODwDdTpi1zd03SI1sjXM6vU8eCZeXjnrIz NEsvr+dzSGXc8jSQs4Jw/a4jWbH+A2VZOcuEnigGIV8OnQaAMUe56AKD8dcVmyy7x1of 0VNY/lvNm+z8ZoV3K5yd1Xnt5tOcQkNsFJNTznzsHW5GZmMqDZWodzH/HLIiE/3IwPFJ WYaITaEBlwcO6jArhqnmt4DyGsSqLrqq/x5R0mujn8abaHUr0NoY19UmjN2IUNEf043E JRZA== 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 j69si3586261oib.93.2020.03.18.08.42.10; Wed, 18 Mar 2020 08:42:23 -0700 (PDT) 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 S1726856AbgCRPkt (ORCPT + 99 others); Wed, 18 Mar 2020 11:40:49 -0400 Received: from Galois.linutronix.de ([193.142.43.55]:57687 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726671AbgCRPkt (ORCPT ); Wed, 18 Mar 2020 11:40:49 -0400 Received: from localhost ([127.0.0.1] helo=vostro.local) by Galois.linutronix.de with esmtp (Exim 4.80) (envelope-from ) id 1jEao2-00077C-7y; Wed, 18 Mar 2020 16:40:30 +0100 From: John Ogness To: Eugeniu Rosca Cc: Sebastian Andrzej Siewior , Steven Rostedt , Thomas Gleixner , , Petr Mladek , Sergey Senozhatsky , Ingo Molnar , Peter Zijlstra , Jisheng Zhang , Valdis Kletnieks , Andrew Gabbasov , Dirk Behme , Eugeniu Rosca Subject: Re: [RFC PATCH 0/3] Fix quiet console in pre-panic scenarios References: <20200315170903.17393-1-erosca@de.adit-jv.com> <20200316143517.651abbeb@gandalf.local.home> <20200316190948.7peesqnx6yhpzdpl@linutronix.de> <20200318145600.GA20301@lxhi-065.adit-jv.com> Date: Wed, 18 Mar 2020 16:40:27 +0100 In-Reply-To: <20200318145600.GA20301@lxhi-065.adit-jv.com> (Eugeniu Rosca's message of "Wed, 18 Mar 2020 15:56:00 +0100") Message-ID: <87sgi5n02c.fsf@linutronix.de> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.4 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2020-03-18, Eugeniu Rosca wrote: > On Mon, Mar 16, 2020 at 08:09:48PM +0100, Sebastian Andrzej Siewior wrote: >> On 2020-03-16 14:35:17 [-0400], Steven Rostedt wrote: >> > I don't see any issues with this patch set. What do others think? >> > >> > Acked-by: Steven Rostedt (VMware) >> > >> > [ Note, I only acked, and did not give a deep review of it ] >> >> What is the state of the other larger printk rework? If this does not >> solve any -stable related issues then it will be replaced? > > Is this a question to John and his most recent series in > https://lore.kernel.org/lkml/20200128161948.8524-1-john.ogness@linutronix.de/ > ? > > Is there any upstream agreement to already keep the current printk > mechanism away from any updates? No. Fixes are welcome! The only thing we are trying to avoid at this stage is massive refactoring/cleanup work. Your series does not fit into that category. As to my opinion on this series, assuming it is acceptable for the maintainers, I would like to see console_verbose() become an alias to console_verbose_start(). Then @ignore_loglevel would be used for both and CONSOLE_LOGLEVEL_MOTORMOUTH could be removed. John Ogness