Received: by 2002:a25:c593:0:0:0:0:0 with SMTP id v141csp1214128ybe; Thu, 5 Sep 2019 12:03:53 -0700 (PDT) X-Google-Smtp-Source: APXvYqyeLhw87+C0jJMkTG2me79QGlT2TwV1J8LPc06zVIWsQKO4dFpeYlIqCW8wupvRxdXBLizl X-Received: by 2002:a63:9e54:: with SMTP id r20mr4730720pgo.64.1567710233247; Thu, 05 Sep 2019 12:03:53 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1567710233; cv=none; d=google.com; s=arc-20160816; b=QrzIALTP2IrE+JOZQFmbfpqpKwilMD9ruKudFqIGL9sIhY+IOUDlqKPLKcI3KD74hA R3agmFWzcIDIZYTsSS5DKWiUNF+cMqCebH/dqydNwD4xqsOPKiHzOBPrzDPXXpyCguXy aVivkdhQ2KRnsD3SZXEOtpL8OmRHgLfI/JawkQkUatESsG1xPCrVOKEGaeFLuFL6tla6 VuOwSbUm748f/bC6SFbqqxXUCO/ua1EsfnbB6DHeV9cNYpV9KCSSaUagBXI/37G9YWLL oINUO5iog5QbIN5nJa0Z1cc8s7Xb5DVUbD15L45lIDFn6bGmDuUgRLz3kUM1VSuiYfUP 346A== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :references:in-reply-to:message-id:subject:cc:to:from:date; bh=9srUhTLVkl4XBe9X5pIcxQvtlFotswEjpXs3zw44pe4=; b=0dLcFdxGq8IIA9o2W5IuXsolwJz0qiT0/o9Bs0Y6g0uqQ1Sw8WM2rCIRGxPhwOQe3X 1RZ0pWkiiQJRxm2gBmbIMP96/Qu2G+LGjmlHNEZIrgeTNOAVtD2UCGq3N7RouzZL0zO4 IxIdWoRW+Q2IcdVqtUyxhWHsuOlKUqqVeim9XGBT0I6DLxOT6zgMWJV7EucSITDJf+aG 5+uKRTDdR4+0kVCDNZ3Gk3jB39gHViP0EX1Hvy8jYUdRxIHI5Pfcv6GBHHDBio+0P7GJ 2fSCJMX38oKMz53azyEgCmEsu5TcUn1tQQaz0XLGpWWUzPrmwRxsRIytPP2FYfO4TEog XYmw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id x28si3250328pfr.36.2019.09.05.12.03.37; Thu, 05 Sep 2019 12:03:53 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727739AbfIEQLL (ORCPT + 99 others); Thu, 5 Sep 2019 12:11:11 -0400 Received: from mail.kernel.org ([198.145.29.99]:42706 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726635AbfIEQLK (ORCPT ); Thu, 5 Sep 2019 12:11:10 -0400 Received: from oasis.local.home (bl11-233-114.dsl.telepac.pt [85.244.233.114]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id CDE2820693; Thu, 5 Sep 2019 16:11:07 +0000 (UTC) Date: Thu, 5 Sep 2019 12:11:01 -0400 From: Steven Rostedt To: Thomas Gleixner Cc: Peter Zijlstra , Petr Mladek , John Ogness , Andrea Parri , Sergey Senozhatsky , Sergey Senozhatsky , Brendan Higgins , Linus Torvalds , Greg Kroah-Hartman , linux-kernel@vger.kernel.org, "contact@linuxplumbersconf.org" , Theodore Ts'o Subject: Re: [RFC PATCH v4 0/9] printk: new ringbuffer implementation Message-ID: <20190905121101.60c78422@oasis.local.home> In-Reply-To: References: <20190807222634.1723-1-john.ogness@linutronix.de> <20190904123531.GA2369@hirez.programming.kicks-ass.net> <20190905130513.4fru6yvjx73pjx7p@pathway.suse.cz> <20190905143118.GP2349@hirez.programming.kicks-ass.net> X-Mailer: Claws Mail 3.17.3 (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org [ Added Ted and Linux Plumbers ] On Thu, 5 Sep 2019 17:38:21 +0200 (CEST) Thomas Gleixner wrote: > On Thu, 5 Sep 2019, Peter Zijlstra wrote: > > On Thu, Sep 05, 2019 at 03:05:13PM +0200, Petr Mladek wrote: > > > The alternative lockless approach is still more complicated than > > > the serialized one. But I think that it is manageable thanks to > > > the simplified state tracking. And I might safe use some pain > > > in the long term. > > > > I've not looked at it yet, sorry. But per the above argument of needing > > the CPU serialization _anyway_, I don't see a compelling reason not to > > use it. > > > > It is simple, it works. Let's use it. > > > > If you really fancy a multi-writer buffer, you can always switch to one > > later, if you can convince someone it actually brings benefits and not > > just head-aches. > > Can we please grab one of the TBD slots at kernel summit next week, sit > down in a room and hash that out? > We should definitely be able to find a room that will be available next week. -- Steve