Received: by 2002:a25:31c3:0:0:0:0:0 with SMTP id x186csp1251841ybx; Thu, 31 Oct 2019 07:52:13 -0700 (PDT) X-Google-Smtp-Source: APXvYqy3JXucs9rcfz1J+v6F77Zjc8XFiTPzoVYrrFqrAoDIrDjJLP4ehh8PwuszCdvgGsaPF9Vl X-Received: by 2002:a17:906:7f82:: with SMTP id f2mr4328612ejr.313.1572533533125; Thu, 31 Oct 2019 07:52:13 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1572533533; cv=none; d=google.com; s=arc-20160816; b=MikHxuFOOSvnvODvNfet+ZpfcGyzAG9kOlPiew8WiOXcfWqAmncFhGZO50CXg+OPK/ f5lyHdtUgVyIy6mZWg4zKMTkgyK5DNMd0+BnQqiuPwxp02ZydV8BU2hEsN9KJGkqLby9 188fdQeGnb4Dq8HeddOphASsBC9vgiSWKk9LH9pz9xbo0XOTrfrz5QWpom5BulaqYh0n 8v9ZRv+IY59kJzJszMcg2/aYFXmOkTlB7E9pnwjUc/BFR8NsG8WqsgIFkZAFbRmhdLpu pBUUFwdnJzkNYdOpbrIJrxNBhBiWb4h+iZdlYPKpGlkMG8Jzz+TzngVa7MOBXEL3FjYs ccfQ== 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=KZw2sFlq4U6xQwffAThJyM9jkODxLrT1OWlkV98kZiQ=; b=eu7WkTuRH8RjOdU8m5EF0zG4y/0GaikoZ3Cpejrjg5yOkAr5E6HKWgOUpohVNWrmpZ 0nDqo0jMTnyUuDIZQiI2PgFP/0FlzjGNeVVOFO/U13pnGk8Q299DWKLxLhfXuGgbo7FU yTSXztV0EWCVzr815RvPLDilyMIeSOWsCbhqXAWLbR/H1tGQSXFCmx683EjUvaQozxaD Hfi2JmEhOJ2k66Hsaa3RzBKPXfrusBMDeOWigWY8FMV+EmOfCntR5gkVTHWOcWnk3Mdm 6a7VZbHADe6tQWq9160lesYGZ03YYH+b4o5wIKyxa+bHrx3EqB7VXK/Ulybtn5Wvr/aj LgbA== 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 g2si3801418edn.415.2019.10.31.07.51.49; Thu, 31 Oct 2019 07:52:13 -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 S1728088AbfJaOvP (ORCPT + 99 others); Thu, 31 Oct 2019 10:51:15 -0400 Received: from mx2.suse.de ([195.135.220.15]:39386 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1727995AbfJaOvP (ORCPT ); Thu, 31 Oct 2019 10:51:15 -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 C154AB360; Thu, 31 Oct 2019 14:51:13 +0000 (UTC) Date: Thu, 31 Oct 2019 15:51:12 +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: <20191031145112.thphlpnjvnykbzyy@pathway.suse.cz> References: <20191031133337.9306-1-pmladek@suse.com> <975eccc7-897c-fd14-ef4f-2486729eb67c@rasmusvillemoes.dk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <975eccc7-897c-fd14-ef4f-2486729eb67c@rasmusvillemoes.dk> 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 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 :-) Best Regards, Petr