From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 46284E7B608 for ; Wed, 4 Oct 2023 12:47:30 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S242382AbjJDMrb (ORCPT ); Wed, 4 Oct 2023 08:47:31 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59348 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233088AbjJDMra (ORCPT ); Wed, 4 Oct 2023 08:47:30 -0400 Received: from galois.linutronix.de (Galois.linutronix.de [IPv6:2a0a:51c0:0:12e:550::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 30F7393 for ; Wed, 4 Oct 2023 05:47:27 -0700 (PDT) From: John Ogness DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1696423645; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=hxfpFrbNjpGxH0rUlsK0dUkA9MNGDZCaJm0WRC/xi3w=; b=NWIDR0cmRLi0HG5LQ9V6pc+rp2vJXhKE6e0pe6z+/SNLA+bIM/ds3euTwIuayl1TWbMFgB iHRqArWr17X10674jULw9WAgzmV64JdbOoAztH1/j6mnb07gJM03ZDkKAlq4Et90aopbPH UYDO9GC8R/eBVzSrrqb6vZh29h3IlKe6SQRLATW5KW546B8+fyIkgPG+g8yRzEEckOkfqi AtpRmiV4XfKcN5nhAro8TTreSkNudUeEhRocZahQxZgUBwvw2tUyMhmi1YgJuM+2+O+Y+h JqyvfMMCs+ZfA5k9BNuZo4+MPPxBJyPmbkRS9kSFpPeOknFG1+U+qXx7z2XZ6w== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1696423645; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=hxfpFrbNjpGxH0rUlsK0dUkA9MNGDZCaJm0WRC/xi3w=; b=s1/N6x97Lt4Bjlg7/g909saIkdp+euixcBFGxwZRS0Pw48O7m6CITlppN6h7ixp5jA7SAB RP9Rz2l5E9hSQ8AA== To: Petr Mladek Cc: Sergey Senozhatsky , Steven Rostedt , Thomas Gleixner , linux-kernel@vger.kernel.org, Todd Brandt Subject: Re: [PATCH printk] printk: flush consoles before checking progress In-Reply-To: References: <20230929113233.863824-1-john.ogness@linutronix.de> <87h6n64rcs.fsf@jogness.linutronix.de> Date: Wed, 04 Oct 2023 14:53:23 +0206 Message-ID: <87h6n6y2p0.fsf@jogness.linutronix.de> MIME-Version: 1.0 Content-Type: text/plain Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2023-10-04, Petr Mladek wrote: > Are you going to prepare them or should I? Really it was your version that we are taking. I suppose you should post them and I can review them. Also, the Closes tag probably should just be on the lock/unlock patch. John