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 X-Spam-Level: X-Spam-Status: No, score=-5.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id CA10CC28E89 for ; Wed, 3 Mar 2021 17:11:42 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 83F3164E28 for ; Wed, 3 Mar 2021 17:11:42 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233019AbhCCRKZ (ORCPT ); Wed, 3 Mar 2021 12:10:25 -0500 Received: from mx2.suse.de ([195.135.220.15]:59826 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1358952AbhCCNUh (ORCPT ); Wed, 3 Mar 2021 08:20:37 -0500 X-Virus-Scanned: by amavisd-new at test-mx.suse.de DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.com; s=susede1; t=1614777516; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=fTjwCAs8NFhD6G8Me32PjCtQRtajdWLNU8hPxq2kLwY=; b=OG2D8K0+PfCuA5USdfd+Vx6vvOPTyS3EUyRmE7sqZ415QTN8GcaX9NJMw0mxPVVFu1pGLR m/nhsBzCaOzVYjLB8Jp0BgoRT32O09qY+clnqr6yXiqa/1CU+6464zYukujhq7ChdCD79P 71x09r4i/F0vei3pckPBC7HbLpQl/ms= Received: from relay2.suse.de (unknown [195.135.221.27]) by mx2.suse.de (Postfix) with ESMTP id 531B1AD29; Wed, 3 Mar 2021 13:18:36 +0000 (UTC) Date: Wed, 3 Mar 2021 14:18:29 +0100 From: Petr Mladek To: John Ogness , Konstantin Ryabitsev Cc: Sergey Senozhatsky , Sergey Senozhatsky , Steven Rostedt , Thomas Gleixner , linux-kernel@vger.kernel.org, Jeff Dike , Richard Weinberger , Anton Ivanov , Andy Shevchenko , Thomas Meyer , linux-um@lists.infradead.org, Miquel Raynal , Vignesh Raghavendra , linux-mtd@lists.infradead.org, Kees Cook , Pavel Tatashin , Michael Ellerman , Benjamin Herrenschmidt , Paul Mackerras , Jason Wessel , Daniel Thompson , Douglas Anderson , Jordan Niethe , Alistair Popple , Ravi Bangoria , Nicholas Piggin , Madhavan Srinivasan , Mike Rapoport , Oleg Nesterov , Wei Li , Davidlohr Bueso , linuxppc-dev@lists.ozlabs.org, kgdb-bugreport@lists.sourceforge.net, "K. Y. Srinivasan" , Haiyang Zhang , Stephen Hemminger , Wei Liu , Anton Vorontsov , Colin Cross , Tony Luck , Christophe Leroy , Michael Kelley , linux-hyperv@vger.kernel.org, Sumit Garg Subject: lkml delivery: was: Re: [PATCH next v4 00/15] printk: remove logbuf_lock Message-ID: References: <20210303101528.29901-1-john.ogness@linutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20210303101528.29901-1-john.ogness@linutronix.de> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi John, On Wed 2021-03-03 11:15:13, John Ogness wrote: > Hello, > > Here is v4 of a series to remove @logbuf_lock, exposing the > ringbuffer locklessly to both readers and writers. v3 is > here [0]. Have you got some reply from lkml that it has not delivered there, please? I am not able to get the patchset using b4 tool: $> b4 am -o test 20210303101528.29901-1-john.ogness@linutronix.de Looking up https://lore.kernel.org/r/20210303101528.29901-1-john.ogness%40linutronix.de Grabbing thread from lore.kernel.org/linux-hyperv Analyzing 2 messages in the thread --- Thread incomplete, attempting to backfill Grabbing thread from lore.kernel.org/lkml Server returned an error: 404 Grabbing thread from lore.kernel.org/linux-mtd Server returned an error: 404 Grabbing thread from lore.kernel.org/linuxppc-dev Loaded 2 messages from https://lore.kernel.org/linuxppc-dev/ --- Writing test/v4_20210303_john_ogness_printk_remove_logbuf_lock.mbx ERROR: missing [1/15]! ERROR: missing [2/15]! ERROR: missing [3/15]! ERROR: missing [4/15]! ERROR: missing [5/15]! ERROR: missing [6/15]! ERROR: missing [7/15]! ERROR: missing [8/15]! ERROR: missing [9/15]! ERROR: missing [10/15]! [PATCH next v4 11/15] printk: kmsg_dumper: remove @active field ✓ [PATCH next v4 12/15] printk: introduce a kmsg_dump iterator ERROR: missing [13/15]! [PATCH next v4 14/15] printk: kmsg_dump: remove _nolock() variants ERROR: missing [15/15]! --- Total patches: 3 --- WARNING: Thread incomplete! Cover: test/v4_20210303_john_ogness_printk_remove_logbuf_lock.cover Link: https://lore.kernel.org/r/20210303101528.29901-1-john.ogness@linutronix.de Base: not found git am test/v4_20210303_john_ogness_printk_remove_logbuf_lock.mbx and I do not see it at lore. It has only found copies in linux-hyperv and linux-ppcdev mailing lists, see https://lore.kernel.org/lkml/20210303101528.29901-2-john.ogness@linutronix.de/ Best Regards, Petr