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 4511CC433EF for ; Tue, 22 Mar 2022 11:27:39 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234171AbiCVL3E (ORCPT ); Tue, 22 Mar 2022 07:29:04 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36466 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232178AbiCVL3C (ORCPT ); Tue, 22 Mar 2022 07:29:02 -0400 Received: from 1wt.eu (wtarreau.pck.nerim.net [62.212.114.60]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 93C483A18A for ; Tue, 22 Mar 2022 04:27:35 -0700 (PDT) Received: (from willy@localhost) by pcw.home.local (8.15.2/8.15.2/Submit) id 22MBRPIQ010612; Tue, 22 Mar 2022 12:27:25 +0100 Date: Tue, 22 Mar 2022 12:27:25 +0100 From: Willy Tarreau To: Ammar Faizi Cc: "Paul E. McKenney" , Alviro Iskandar Setiawan , Nugraha , Linux Kernel Mailing List , GNU/Weeb Mailing List Subject: Re: [RFC PATCH v2 0/8] Add dynamic memory allocator support for nolibc Message-ID: <20220322112725.GC10306@1wt.eu> References: <20220322102115.186179-1-ammarfaizi2@gnuweeb.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220322102115.186179-1-ammarfaizi2@gnuweeb.org> User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Ammar, On Tue, Mar 22, 2022 at 05:21:07PM +0700, Ammar Faizi wrote: > Hi, > > This is the v2 of RFC to add dynamic memory allocator support for > nolibc. So overall, except for the syscall6 implementation whereI agree with David that it would be better to always use the "push" variant, I'm fine with the rest of the series. thank you! Willy