From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751032AbeCZFSw (ORCPT ); Mon, 26 Mar 2018 01:18:52 -0400 Received: from mail-pl0-f68.google.com ([209.85.160.68]:37835 "EHLO mail-pl0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750755AbeCZFSv (ORCPT ); Mon, 26 Mar 2018 01:18:51 -0400 X-Google-Smtp-Source: AG47ELvf8/gO/zzRDbReKPXthC1hysY/o64/luh2CXOMFTQHOYgLw2sI75Uscb8W/uVBzWJhbFx1aQ== Date: Mon, 26 Mar 2018 14:18:45 +0900 From: Sergey Senozhatsky To: bugzilla-daemon@bugzilla.kernel.org Cc: Steven Rostedt , Petr Mladek , Sergey Senozhatsky , bugzilla-daemon@bugzilla.kernel.org, LKML , wen.yang99@zte.com.cn, Peter Zijlstra , Andrew Morton , Christoph Hellwig Subject: Re: [Bug 199003] console stalled, cause Hard LOCKUP. Message-ID: <20180326051845.GB7779@jagdpanzerIV> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.9.4 (2018-02-28) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Cc-ing the kernel list and printk people. Wen Yang, any chance we can switch to email? Bugzilla is not very handful. On (03/26/18 02:40), bugzilla-daemon@bugzilla.kernel.org wrote: > https://bugzilla.kernel.org/show_bug.cgi?id=199003 > > --- Comment #11 from Wen Yang (wen.yang99@zte.com.cn) --- > Hello Steven, > > +module_param_named(synchronous, printk_sync, bool, S_IRUGO); > +MODULE_PARM_DESC(synchronous, "make printing to console synchronous"); > > It's depend on this kernel parameter(printk.synchronous), but this parameter is > readonly. > So we must change grub files, and alse need to restart the server for changes > to take effect. > If we can configure it dynamically, it will be more useful. So you are testing printk_kthread now, right? May I ask why? Did Steven's patch help? -ss