From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S938695AbcJTNTP (ORCPT ); Thu, 20 Oct 2016 09:19:15 -0400 Received: from mail-pf0-f178.google.com ([209.85.192.178]:36791 "EHLO mail-pf0-f178.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S936459AbcJTNTN (ORCPT ); Thu, 20 Oct 2016 09:19:13 -0400 Date: Thu, 20 Oct 2016 22:18:13 +0900 From: Sergey Senozhatsky To: Peter Zijlstra Cc: Petr Mladek , Sergey Senozhatsky , Andrew Morton , Jan Kara , Tejun Heo , Calvin Owens , Thomas Gleixner , Mel Gorman , Steven Rostedt , Ingo Molnar , linux-kernel@vger.kernel.org, Sergey Senozhatsky Subject: Re: [RFC][PATCHv3 0/6] printk: use printk_safe to handle printk() recursive calls Message-ID: <20161020131813.GB473@swordfish> References: <20161018154045.7364-1-sergey.senozhatsky@gmail.com> <20161018170754.GA3102@twins.programming.kicks-ass.net> <20161019131836.GF11071@pathway.suse.cz> <20161019133419.GO3102@twins.programming.kicks-ass.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20161019133419.GO3102@twins.programming.kicks-ass.net> User-Agent: Mutt/1.7.1 (2016-10-04) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On (10/19/16 15:34), Peter Zijlstra wrote: > On Wed, Oct 19, 2016 at 03:18:36PM +0200, Petr Mladek wrote: > > On Tue 2016-10-18 19:07:54, Peter Zijlstra wrote: [..] > It might make sense to go there, but allow early_console to print on the > go, keeping synchronous output available. We would still need the logbuf > to become NMI safe wrt adding entries though. > as a side (spam) note, I sent a [TECH TOPIC] suggestion to ksummit-discuss a while ago https://lists.linuxfoundation.org/pipermail/ksummit-discuss/2016-July/002740.html and a later update https://lists.linuxfoundation.org/pipermail/ksummit-discuss/2016-September/004006.html which covers some of the printk problems. so I'm sure I can tell whether the suggestion has been approved or rejected, but hopefully we can find some time to sit down and talk about the issues. -ss