From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pl0-f68.google.com ([209.85.160.68]:36284 "EHLO mail-pl0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932316AbeF1JIP (ORCPT ); Thu, 28 Jun 2018 05:08:15 -0400 Date: Thu, 28 Jun 2018 18:08:10 +0900 From: Sergey Senozhatsky To: Petr Mladek Cc: Sergey Senozhatsky , Steven Rostedt , Peter Zijlstra , Tetsuo Handa , Sergey Senozhatsky , linux-kernel@vger.kernel.org, stable@vger.kernel.org Subject: Re: [PATCH v2 0/3] printk: Deadlock in NMI regression Message-ID: <20180628090810.GA2286@jagdpanzerIV> References: <20180627140817.27764-1-pmladek@suse.com> <20180627141612.GA477@tigerII.localdomain> <20180627143419.r75lat5cwzw3hns2@pathway.suse.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180627143419.r75lat5cwzw3hns2@pathway.suse.cz> Sender: stable-owner@vger.kernel.org List-ID: On (06/27/18 16:34), Petr Mladek wrote: [..] > > > Changes against v1: > > > > > > + Move the check from vprintk_emit() to vprintk_func() > > > + More straightforward commit message > > > + Fix build with CONFIG_PRINTK_NMI disabled > > > > Did I miss out V1? > > It is the above fixed link. I am sorry for the confusion. Ah, yep. [..] > Ah, the following line somehow confused git send-mail and the message > had broken list of recipients: > > Cc: stable@vger.kernel.org # 4.13+ > > I have sent it once again as you have already noticed. Got it. Happened to me before as well. I asked because I sort of have some suspicion that lkml email deliver has not been completely reliable lately. -ss