From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on gnuweeb.org X-Spam-Level: X-Spam-Status: No, score=-0.0 required=5.0 tests=SPF_HELO_PASS,SPF_PASS autolearn=ham autolearn_force=no version=3.4.6 Received: from 1wt.eu (wtarreau.pck.nerim.net [62.212.114.60]) by gnuweeb.org (Postfix) with ESMTP id D64B57E710 for ; Thu, 31 Mar 2022 06:34:39 +0000 (UTC) Received: (from willy@localhost) by pcw.home.local (8.15.2/8.15.2/Submit) id 22V6YNwx023893; Thu, 31 Mar 2022 08:34:23 +0200 Date: Thu, 31 Mar 2022 08:34:23 +0200 From: Willy Tarreau To: "Paul E. McKenney" Cc: Ammar Faizi , Alviro Iskandar Setiawan , Nugraha , Linux Kernel Mailing List , GNU/Weeb Mailing List Subject: Re: [PATCH v2 0/9] Add dynamic memory allocator support for nolibc Message-ID: <20220331063423.GB23808@1wt.eu> References: <20220329101737.58985-1-ammarfaizi2@gnuweeb.org> <2504aa03-e3cf-a120-44dc-af70ec7c9d5c@gnuweeb.org> <20220330024114.GA18892@1wt.eu> <20220330185152.GK4285@paulmck-ThinkPad-P17-Gen-1> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220330185152.GK4285@paulmck-ThinkPad-P17-Gen-1> User-Agent: Mutt/1.10.1 (2018-07-13) List-Id: On Wed, Mar 30, 2022 at 11:51:52AM -0700, Paul E. McKenney wrote: > > > Sorry, forgot to replace === with --- in for each patch. > > > Should I resend? > > > > Let's see what Paul prefers. sed 's/===/---/' on the mbox should fix > > it otherwise a resend will be needed. > > Given that I am adding your Acked-by anyway, why not? ;-) :-) > But please check the commits to make sure that this had the desired > effect. All of it looks perfect to me, many thanks Paul! Willy