From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 4F77ACA9ECB for ; Thu, 31 Oct 2019 14:51:18 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 212582086D for ; Thu, 31 Oct 2019 14:51:18 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728099AbfJaOvP (ORCPT ); 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