Received: by 2002:a25:31c3:0:0:0:0:0 with SMTP id x186csp1278624ybx; Thu, 31 Oct 2019 08:14:46 -0700 (PDT) X-Google-Smtp-Source: APXvYqxt2vLRoQ7OMFTtm3Ui8pY3sblPdeqn7sE8C9sWuMIOQMXnvOva9vo3txRownaAd/qnlVNL X-Received: by 2002:a17:906:6a8e:: with SMTP id p14mr4566103ejr.137.1572534885941; Thu, 31 Oct 2019 08:14:45 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1572534885; cv=none; d=google.com; s=arc-20160816; b=hSw1WePR3VFG9/7P8A7bbwjKVihNZiKyfpaYwXWRwYzlraqC5CSn76FHGLa+k6PRY5 SvzBRanlv2rMz+2dtqmEJM6/rWigSl+k9Xwl0Ss1bO6ou09GP5Ojt6/WNGr2OQ/LN+t4 KreZiofJJVjzfjq3nbdX3HRSwosD0evdxDuDipqLOWUlcmYtbYPfA63eL6lUNVzTHlxW 6Cb6fTeVtxyrOz2AFWQ/uQ5xDBLyynyCTbMyzvH6UneyevurgmzOuEPfGNa1/haffcJO ySq/W2Vj8xN6FqlCk1TF0EGP8SVkeBebNOsokjawnvo1JqPtRPQPKHwQayq9UcLS0dn6 QDOg== 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=CBsRdrFBYy3Ys6dxvV2Xf4KLV1rnYlRGjWx5LKBLmvY=; b=SMOPU0HsXMhe9lerAujQ1GyyhAcJCmpaOKs/naqua15XVArzt6NA20NJENe/yQNO/0 a+SPDZ2nibVs5WGK1DCtk66kLSfUFmGNU0XMoLAdbIIoyt3AzQ5QATyPwLHR3Q7UooBg 9m7KJ4N/RyqcMk769YWHmjV7Vm1u9QXfp+Fjg369TjGIsG6ZgfgHIkfNNthCapqlQh5W rEUCC5dCGl8vpZBmx1jxbHAQnapopN/1/EgHuPxIC+AvLjpRi8kSlON972mHfVxFh0vU Y9XWpSa3yHHxLDSCpflBuJOSPrc4rbgFcBcfde8IIJBPQ4OGRTvYJMX/5ojua0q2/fpA OoYg== 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 l27si3690085ejg.124.2019.10.31.08.14.21; Thu, 31 Oct 2019 08:14:45 -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 S1728312AbfJaPJz (ORCPT + 99 others); Thu, 31 Oct 2019 11:09:55 -0400 Received: from mx2.suse.de ([195.135.220.15]:49684 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726540AbfJaPJz (ORCPT ); Thu, 31 Oct 2019 11:09: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 C1D0DB6A3; Thu, 31 Oct 2019 15:09:53 +0000 (UTC) Date: Thu, 31 Oct 2019 16:09:52 +0100 From: Petr Mladek To: Rasmus Villemoes Cc: Andy Shevchenko , Sergey Senozhatsky , Steven Rostedt , Sergey Senozhatsky , linux-kernel@vger.kernel.org, Andrew Morton , Uwe =?iso-8859-1?Q?Kleine-K=F6nig?= , Joe Perches , Sakari Ailus Subject: Re: [PATCH] MAINTAINERS: Add VSPRINTF Message-ID: <20191031150952.3ag6qa5y4wvikd76@pathway.suse.cz> References: <20191031133337.9306-1-pmladek@suse.com> <975eccc7-897c-fd14-ef4f-2486729eb67c@rasmusvillemoes.dk> <20191031145112.thphlpnjvnykbzyy@pathway.suse.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20191031145112.thphlpnjvnykbzyy@pathway.suse.cz> 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-10-31 15:51:12, Petr Mladek wrote: > On Thu 2019-10-31 14:51:24, Rasmus Villemoes wrote: > > On 31/10/2019 14.33, Petr Mladek wrote: > > > printk maintainers have been reviewing patches against vsprintf code last > > > few years. Most changes have been committed via printk.git last two years. > > > > > > New group is used because printk() is not the only vsprintf() user. > > > Also the group of interested people is not the same. > > > > Can you add > > > > R: Rasmus Villemoes > > Sure. The more reviewers the better :-) I acutally wanted to add also R: Andy Shevchenko Best Regards, Petr