Received: by 2002:a25:c593:0:0:0:0:0 with SMTP id v141csp582357ybe; Fri, 6 Sep 2019 04:14:50 -0700 (PDT) X-Google-Smtp-Source: APXvYqya58VlqdwklAAZSr8/BftwcszZpxlQfG1v0QntNjOJM35wyb0fq2u6JxsX6+3uDFB9ciN0 X-Received: by 2002:aa7:8436:: with SMTP id q22mr9993545pfn.74.1567768490814; Fri, 06 Sep 2019 04:14:50 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1567768490; cv=none; d=google.com; s=arc-20160816; b=yCPoSnFfQT037KCfwEvunlqsYqIbXRKHVWFv7ROCUPp4oNof9+Ad5AeS+EfgLc+zQ/ ZfLGdR9GafvJilddEz/vrBODm9LEhOYqlC6POz2qjRlPc5T7viy+K2CMOHYumfh4tMmY 6hp6UeQZz5svGgNYAmqsjBNhKPihaEx8ZetWXxeAfDM9cravUubVo0hlX9EUxEszxJ47 lx9oBokw/s43nermaSHdqS+2d4DoQdgGxNC49ir9HhrAAVdwHBQkV5TSHg+OXAZDPeDo YGbzhwPqfVxilCRXFTp3qQvPqj5Uqjf3v44YAkMXLW8KuRr/4Vquux6nz8jIPCfdkPQ7 FnxQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=mPO/H3sWvtsYGm1+oOVCongrNAvMN5mjdeh1Il+7D7s=; b=VKR5T7a9nTAstKZt0aTSlBSiQsinHfjTpiTlDrLKbrV7EGEKFoghppluVh3C8Fhu+T B6WyhT+Lz6Jojp4RCWym1rHcOH3L62DcQDytXA6yw4Y8Vo6gNID9KfasyRVaO8AKt5mz mgwWWPXl4qWgqSUWMDV+M5UWpn/foScmPi7pcmtyWwHUiSchkxgf76Cxwht/isHXRoon thST+f20+iB5x9H9tzY2eu5u8+h6mT60KbuU4oFBWruQTPBy7lDACyvN1hRA9l/vZIQU lVaNQ6rXdfwh/SkX0R4w3tUM8TiNfviWDzlknMjtSHvVcuL68IDbPRVjR4dxIJp8qAgm +2VQ== 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 a26si4169238pgb.276.2019.09.06.04.14.34; Fri, 06 Sep 2019 04:14:50 -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 S2404631AbfIFJkA (ORCPT + 99 others); Fri, 6 Sep 2019 05:40:00 -0400 Received: from mx2.suse.de ([195.135.220.15]:40994 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726073AbfIFJkA (ORCPT ); Fri, 6 Sep 2019 05:40:00 -0400 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.220.254]) by mx1.suse.de (Postfix) with ESMTP id 318F7AFC4; Fri, 6 Sep 2019 09:39:57 +0000 (UTC) Date: Fri, 6 Sep 2019 11:39:54 +0200 From: Petr Mladek To: Steven Rostedt Cc: Thomas Gleixner , Andrea Parri , Sergey Senozhatsky , Sergey Senozhatsky , Brendan Higgins , Peter Zijlstra , John Ogness , Linus Torvalds , Greg Kroah-Hartman , "contact@linuxplumbersconf.org" , TheodoreTs'o , linux-kernel@vger.kernel.org Subject: Re: [RFC PATCH v4 0/9] printk: new ringbuffer implementation Message-ID: <20190906093954.lgkxk23osd6blgmm@pathway.suse.cz> 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> <20190905121101.60c78422@oasis.local.home> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190905121101.60c78422@oasis.local.home> User-Agent: NeoMutt/20170912 (1.9.0) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu 2019-09-05 12:11:01, Steven Rostedt wrote: > > [ 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. Sounds great. I am blocked only during Livepatching miniconference that is scheduled on Wednesday, Sep 11 at 15:00 (basically the very last slot). Best Regards, Petr