From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Tue, 11 Dec 2018 17:26:16 +0900 From: Sergey Senozhatsky To: Petr Mladek Cc: Sergey Senozhatsky , Feng Tang , Peter Zijlstra , akpm@linux-foundation.org, bp@suse.de, keescook@chromium.org, mm-commits@vger.kernel.org, sergey.senozhatsky@gmail.com, stable@vger.kernel.org, tglx@linutronix.de, Steven Rostedt , Sasha Levin , Andi Kleen , linux-kernel@vger.kernel.org Subject: Re: + panic-avoid-the-extra-noise-dmesg.patch added to -mm tree Message-ID: <20181211082616.GC521@jagdpanzerIV> References: <20181205025728.GC503@jagdpanzerIV> <20181205052912.GA423@jagdpanzerIV> <20181205080044.GA11190@jagdpanzerIV> <20181205154620.4dqtledc2duhrp2c@shbuild888> <20181206035825.jz2bfh3errj23rjq@shbuild888> <20181207095004.GB3729@jagdpanzerIV> <20181210094554.z5n7dmkrnlcpygg4@shbuild888> <20181210155705.qowbi7xvszzfonzk@pathway.suse.cz> <20181211080743.GB521@jagdpanzerIV> <20181211082221.3wovowe6tql5o3s4@pathway.suse.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20181211082221.3wovowe6tql5o3s4@pathway.suse.cz> List-ID: On (12/11/18 09:22), Petr Mladek wrote: > I suggested to clear the panic_blinking (or whatever name) in > __handle_sysrq(). The idea is that sysrq needs manual intervention. > It allows to see the original message before it gets overridden > by a potential sysrq-related output. Ah, indeed. Sounds good. > It assumes that sysrq is the only interesting operation when > printk() might be useful at this state. Agreed. Makes sense. -ss