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=-7.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED, USER_AGENT_SANE_1 autolearn=ham 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 397D2C43331 for ; Thu, 7 Nov 2019 15:22:54 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 0C5C02087E for ; Thu, 7 Nov 2019 15:22:54 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2388746AbfKGPWx (ORCPT ); Thu, 7 Nov 2019 10:22:53 -0500 Received: from mx2.suse.de ([195.135.220.15]:34446 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726877AbfKGPWw (ORCPT ); Thu, 7 Nov 2019 10:22:52 -0500 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 60973B280; Thu, 7 Nov 2019 15:22:50 +0000 (UTC) Date: Thu, 7 Nov 2019 16:22:48 +0100 From: Petr Mladek To: Andy Shevchenko Cc: Rasmus Villemoes , Andy Shevchenko , Sergey Senozhatsky , Steven Rostedt , Sergey Senozhatsky , Linux Kernel Mailing List , Andrew Morton , Uwe =?iso-8859-1?Q?Kleine-K=F6nig?= , Joe Perches , Sakari Ailus Subject: Re: [PATCH] MAINTAINERS: Add VSPRINTF Message-ID: <20191107152247.kg3k72n63svph4j2@pathway.suse.cz> References: <20191031133337.9306-1-pmladek@suse.com> <975eccc7-897c-fd14-ef4f-2486729eb67c@rasmusvillemoes.dk> <20191031145112.thphlpnjvnykbzyy@pathway.suse.cz> <20191031150952.3ag6qa5y4wvikd76@pathway.suse.cz> 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 Sat 2019-11-02 12:18:18, Andy Shevchenko wrote: > On Thu, Oct 31, 2019 at 5:13 PM Petr Mladek wrote: > > 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 > > Ack The updated patch is commited in printk.git, branch for-5.5. You can check it at https://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printk.git/commit/?h=for-5.5&id=9d95f0ce36df70e6d7b1f658277c772f589acd84 Best Regards, Petr