Received: by 2002:a25:ab43:0:0:0:0:0 with SMTP id u61csp3429251ybi; Tue, 18 Jun 2019 00:16:34 -0700 (PDT) X-Google-Smtp-Source: APXvYqzWksBAgNn8t2x30ME/ZMq143TwugTfy4+oRPECp8zwy3++fsyUfUKGA4j5XnA9fiogAFiU X-Received: by 2002:aa7:8188:: with SMTP id g8mr66438336pfi.221.1560842194234; Tue, 18 Jun 2019 00:16:34 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1560842194; cv=none; d=google.com; s=arc-20160816; b=P6jeqTXyIKYvD+xfBgfFTy7UwpgVcB/XzmEwQcJ5bYYkDygxaLBix1eWeqwPWTa+hf q37bpsNVXc9cAtrmkliVlzdSRfjVqp0afPRK5xSQ8TWunHqP5ndhKHYDg999sh1i+vhK GKvuwwX5PTCQq/pllRTLVFyZJNX6PuwxbkWCqt3i6NZpYyVbluDiSuV8geAkZ0oCIJOJ ltkERX9gMs/1ym8Xlm0bkaCPFQi/2WY0H02Hc8n6UWEB+43TM8nFRTkdANFpSxb32Zaz LM+qfwFzI4pvuHEIskgu2s453piVg36PMBei74DOWiXxFB3xqVuHF/4xIugeyUrUHuXz pnyA== 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=fErZr8itOPk21hkmPu40m8ePz4bGW/5wJ4Bt5bZsTXo=; b=VssfkFFfMCGhIvqgVCE1JgQxeHbYD2YAwx1PvstrIbsDaL2v7X64ohQe/HWo3j5cu8 bZXGTd4MXLxwC+j9/RCSD0QwztVsJMPwLqyLWb5ORyc396L2e+4c9re9YPRoqh2t0WMT 5nk1rnb6MLRdIumROk/3+p2udRk3m+3ak49JLa4XlyQECkLjPZQYftxoG2YFSpOaytTt ToWUXlYdp69WZza45xrHzzC9P0pOEczyC4THCwWecUaD6xbag57tccftjkHxfhjh3ULL pkqmvRMb7AQa+PkxPoL3p0gpRsuniTvIxnLRYajP2E0EFuXlps5PhI0wkfprU7M8GDg5 K86w== 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 x2si4749872pgr.428.2019.06.18.00.16.17; Tue, 18 Jun 2019 00:16:34 -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 S1728856AbfFRHP4 (ORCPT + 99 others); Tue, 18 Jun 2019 03:15:56 -0400 Received: from mx2.suse.de ([195.135.220.15]:50732 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1725955AbfFRHPz (ORCPT ); Tue, 18 Jun 2019 03:15:55 -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 534B7AE91; Tue, 18 Jun 2019 07:15:54 +0000 (UTC) Date: Tue, 18 Jun 2019 09:15:53 +0200 From: Petr Mladek To: Thomas Gleixner Cc: John Ogness , linux-kernel@vger.kernel.org, Peter Zijlstra , Sergey Senozhatsky , Steven Rostedt , Linus Torvalds , Greg Kroah-Hartman , Andrea Parri , Sergey Senozhatsky Subject: Re: [RFC PATCH v2 0/2] printk: new ringbuffer implementation Message-ID: <20190618071553.tkxw6gvh6bfwdhec@pathway.suse.cz> References: <20190607162349.18199-1-john.ogness@linutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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 Mon 2019-06-17 23:09:32, Thomas Gleixner wrote: > On Fri, 7 Jun 2019, John Ogness wrote: > > Polite ping .... I have started looking at the patchset yesterday. I informed John that I was busy last week via a personal mail. My first impression is very good. But I still have to dive much more into the code. Best Regards, Petr