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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id CCE61C001DC for ; Sat, 29 Jul 2023 06:54:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236389AbjG2GyM (ORCPT ); Sat, 29 Jul 2023 02:54:12 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38654 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229539AbjG2GyK (ORCPT ); Sat, 29 Jul 2023 02:54:10 -0400 Received: from 1wt.eu (ded1.1wt.eu [163.172.96.212]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id A226710CB for ; Fri, 28 Jul 2023 23:54:05 -0700 (PDT) Received: (from willy@localhost) by pcw.home.local (8.15.2/8.15.2/Submit) id 36T6rwAJ000962; Sat, 29 Jul 2023 08:53:58 +0200 Date: Sat, 29 Jul 2023 08:53:58 +0200 From: Willy Tarreau To: Thomas =?iso-8859-1?Q?Wei=DFschuh?= Cc: linux-kernel@vger.kernel.org, Shuah Khan , Konstantin Ryabitsev Subject: Re: [PATCH] MAINTAINERS: nolibc: add myself as co-maintainer Message-ID: <20230729065358.GB956@1wt.eu> References: <20230728-nolibc-maintainer-v1-1-5f13daaebf4c@weissschuh.net> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20230728-nolibc-maintainer-v1-1-5f13daaebf4c@weissschuh.net> User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Jul 28, 2023 at 11:21:52PM +0200, Thomas Weißschuh wrote: > As discussed with Willy, Paul and Shuah add myself as maintainer for > the nolibc subsystem. > > Link: https://lore.kernel.org/lkml/7afafb6c-9664-44a1-bc8f-d20239db1dd5@paulmck-laptop/ > Signed-off-by: Thomas Weißschuh > --- > MAINTAINERS | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index b87fbcecd905..a67b50caea2a 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -14993,6 +14993,7 @@ F: include/linux/power/bq27xxx_battery.h > > NOLIBC HEADER FILE > M: Willy Tarreau > +M: Thomas Weißschuh > S: Maintained > T: git git://git.kernel.org/pub/scm/linux/kernel/git/wtarreau/nolibc.git > F: tools/include/nolibc/ Acked-by: Willy Tarreau Willy