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 31FF5C2BA1B for ; Sun, 17 Sep 2023 02:51:11 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235303AbjIQCsd (ORCPT ); Sat, 16 Sep 2023 22:48:33 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44222 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235161AbjIQCsM (ORCPT ); Sat, 16 Sep 2023 22:48:12 -0400 Received: from 1wt.eu (ded1.1wt.eu [163.172.96.212]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id CD603CD7 for ; Sat, 16 Sep 2023 19:48:02 -0700 (PDT) Received: (from willy@localhost) by pcw.home.local (8.15.2/8.15.2/Submit) id 38H2lxAT009848; Sun, 17 Sep 2023 04:47:59 +0200 Date: Sun, 17 Sep 2023 04:47:59 +0200 From: Willy Tarreau To: Thomas =?iso-8859-1?Q?Wei=DFschuh?= Cc: linux-kernel@vger.kernel.org Subject: Re: [PATCH] MAINTAINERS: nolibc: update tree location Message-ID: <20230917024759.GC9646@1wt.eu> References: <20230916-nolibc-tree-v1-1-06c9b59a5035@weissschuh.net> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20230916-nolibc-tree-v1-1-06c9b59a5035@weissschuh.net> User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Sep 16, 2023 at 12:08:54AM +0200, Thomas Weißschuh wrote: > The nolibc tree moved out of Willys user namespace into its own. > > Signed-off-by: Thomas Weißschuh Acked-by: Willy Tarreau Willy