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=-1.8 required=5.0 tests=ALL_TRUSTED,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,NICE_REPLY_A,NO_DNS_FOR_FROM, URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.6 Received: from [192.168.88.254] (unknown [36.81.65.188]) by gnuweeb.org (Postfix) with ESMTPSA id 74A6D804B8; Tue, 5 Jul 2022 07:05:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=gnuweeb.org; s=default; t=1657004729; bh=/twbPkMeeMCQVzZQtby/m+XQ15hZ9iyuU7aFqKNT8Xo=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=MZxHSoR37T77b+wB2whgEsBmbzbtZ1uNDHlGczNWTqHeIC+ScV4o3fibG9hkCAoOj zf+Plj3RldFG5YyAjITtkf1Aeq99iYV6VP1RzGh/Umce3gishsLJBtzBf0I22WI56U LIABUEap/nvU17IWT9VyfX/JtFUaSfpdPXW3SLq7tj1Q4yZBsqcXuPBVlkrovanA67 dOZD1nEfGiVA7kWLFmCcZf0PUt0oNC/A00sGhyNjHQM8cz+2DOMsr+WCrglJXpLVL7 ZCCsU+CiCAS3+dOvdQwbitqwh+wokeStxuDgXxcafvy/Cj5J3Sje78gRCCfFmnk6/T 64t/hhzOz8ceg== Message-ID: <1dd48bf8-557d-8088-e96b-58aecbb6b1c5@gnuweeb.org> Date: Tue, 5 Jul 2022 14:05:18 +0700 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.9.1 Subject: Re: [PATCH liburing v4 02/10] arch: syscall: Add `__sys_open()` syscall Content-Language: en-US To: Alviro Iskandar Setiawan Cc: Jens Axboe , Fernanda Ma'rouf , Hao Xu , Pavel Begunkov , io-uring Mailing List , GNU/Weeb Mailing List References: <20220704192827.338771-1-ammar.faizi@intel.com> <20220704192827.338771-3-ammar.faizi@intel.com> From: Ammar Faizi In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit List-Id: On 7/5/22 1:46 PM, Alviro Iskandar Setiawan wrote: > On Tue, Jul 5, 2022 at 2:31 AM Ammar Faizi wrote: >> From: Ammar Faizi >> >> A prep patch to support aarch64 nolibc. We will use this to get the >> page size by reading /proc/self/auxv. For some reason __NR_open is >> not defined, so also define it in aarch64 syscall specific file. > > The commit message should also be updated, no extra definition for > __NR_open anymore in this version. Ah right, forgot to remove that from the commit message, will do it in v5. Thanks! -- Ammar Faizi