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 1AD24EB64DC for ; Tue, 11 Jul 2023 08:58:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230395AbjGKI6U (ORCPT ); Tue, 11 Jul 2023 04:58:20 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33858 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231882AbjGKI6Q (ORCPT ); Tue, 11 Jul 2023 04:58:16 -0400 Received: from galois.linutronix.de (Galois.linutronix.de [193.142.43.55]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7BCD6135 for ; Tue, 11 Jul 2023 01:58:15 -0700 (PDT) From: John Ogness DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1689065894; 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=vWBMGqIZkSokG4GAFcyx4kgjsZl3jNeZpnmtlOGdRtE=; b=eOT0CtbyyonrY5ni/UE4lH4HbKBkE1mtF704YOYceq9sNdVDp4LyvwPBmFAntpkYUVh8Z8 lMT8/lMu8oDT5SD8A+aQQEd7I+G7Q1qd1m6LYN3n/FM8nNfNNutS2/CpCHvoxTiFeksB5u uFLqJCWtsJhCf4fXmbWZAGrQ3mjgmNf1E6+1aN9Qpc5dH3H3rvzrfIqCVytQ1839JfMf41 xZS+W9aO68DYhX2QFVtvEDy8Yag+lWFfGNzzkTHdZEmJkfrYKEXa5lAz+nLZxawWfliPMT sthH7y1/zPDRDVRHl7BauWRzZ7FX2PMty9VE6HtUf39pZ48Y+nv84UNgXuSFhw== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1689065894; 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=vWBMGqIZkSokG4GAFcyx4kgjsZl3jNeZpnmtlOGdRtE=; b=q+JKkH9JVmjm0uKASuFvxfxDQreaySGzSMUWUEt8zfq25lnjeGDUxdFk5QnV3FdUSZ9zy4 daR1BmEn0DISVKCQ== To: Daniel Thompson Cc: Petr Mladek , Sergey Senozhatsky , Steven Rostedt , Thomas Gleixner , linux-kernel@vger.kernel.org, Jason Wessel , Douglas Anderson , Aaron Tomlin , kgdb-bugreport@lists.sourceforge.net Subject: Re: [PATCH printk v2 1/5] kdb: do not assume write() callback available In-Reply-To: <20230711082339.GA26224@aspen.lan> References: <20230710134524.25232-1-john.ogness@linutronix.de> <20230710134524.25232-2-john.ogness@linutronix.de> <20230711082339.GA26224@aspen.lan> Date: Tue, 11 Jul 2023 11:04:11 +0206 Message-ID: <87lefmq0yk.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-07-11, Daniel Thompson wrote: > For v1 I shared an ack rather than queuing the patch. Although reading > the thread back it is possible that was based on a misunderstanding > (https://lore.kernel.org/lkml/20230309113020.GA78621@aspen.lan/ ). > > Anyhow, it looks like you have designed the new series to be picked > individually? I understood that Petr will carry the patch. Yes, this series only includes the non-atomic/non-threaded cleanups so that it will be easier for Petr to send the full series off to linux-next. For this patch there is nothing left to do. I should have removed the kdb people/lists from the mailing. Sorry about that. John Ogness