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.12.80] (unknown [182.2.71.26]) by gnuweeb.org (Postfix) with ESMTPSA id 3EE637E342; Wed, 23 Mar 2022 06:32:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=gnuweeb.org; s=default; t=1648017160; bh=CF8WJ3FjZlYY48Kavdonn1NzDNE0CVAJZB201YjIl+k=; h=Date:Subject:From:To:Cc:References:In-Reply-To:From; b=OKk361GtmEZQqabD0dY5tgo97CpTUcjIhv9cnCHxq4NxknlUbUBz99iSH+QoF1vR9 uJQOx2+N9SLSfyET4ZqkF+JZ8A26Z9PJZokZFNg0X6TskzIXd3roZoOlw7giLLZMV+ 6mdCqVh9kV8SHOkwMr7yVYPZo6Jazq4WNfYbZSdP6VgJpKQ9qhnX6/UUyW8qTHgAId e4Rrc3L83fkiEv6g95RcGDVlhiYX4+5h8NqON8Fgr9smapiXOyHkTKEtJ2ZYaojOOi G4Kan3MBmt/0sZBM5YtkDixMLi+LRppjS7EP7tSC0i0Kho4ry0kdx6RUjBa6WlA0Ch RMBczW1kTEmyw== Message-ID: Date: Wed, 23 Mar 2022 13:32:34 +0700 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.5.0 Subject: Re: [RFC PATCH v2 3/8] tools/nolibc: i386: Implement syscall with 6 arguments Content-Language: en-US From: Ammar Faizi To: David Laight , 'Willy Tarreau' Cc: "Paul E. McKenney" , Alviro Iskandar Setiawan , Nugraha , Linux Kernel Mailing List , GNU/Weeb Mailing List , "x86@kernel.org" , "llvm@lists.linux.dev" References: <20220322102115.186179-1-ammarfaizi2@gnuweeb.org> <20220322102115.186179-4-ammarfaizi2@gnuweeb.org> <8653f6784a9b4272a59a75a530663567@AcuMS.aculab.com> <20220322121338.GD10306@1wt.eu> <22fd9709b3a64a548226741b682ca155@AcuMS.aculab.com> <2eba5687-6b63-ceb2-3fbd-3d236727ea11@gnuweeb.org> In-Reply-To: <2eba5687-6b63-ceb2-3fbd-3d236727ea11@gnuweeb.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit List-Id: I have reported this bug to GNU people. https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105032 -- Ammar Faizi