Received: by 2002:a05:6a10:5bc5:0:0:0:0 with SMTP id os5csp3531757pxb; Sun, 24 Oct 2021 04:46:09 -0700 (PDT) X-Google-Smtp-Source: ABdhPJw3KO1uJgAbnm3rlvily+FPWcCJr1ziPue0OsJH2/tzGFgMXaJltxy6zRTGZisfncYExveM X-Received: by 2002:a63:3e48:: with SMTP id l69mr2065337pga.395.1635075969246; Sun, 24 Oct 2021 04:46:09 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1635075969; cv=none; d=google.com; s=arc-20160816; b=ycnQPVjTrCJPZgElldyrlBs6CyhlPzWS2BxY4wob1kcAUiojx4STphmvMpSkp+6hgh RGEEbEXQkU7Mcsw0k2kyHJttRdXTzZim+Iafsa6zf08J3hgw60/ZuRZ7F0Q/1e/VeK4w X4iXNBhnVqUJdkSjEsSCpLIwSdQHy8b1mL/fky7AVcXTtIIDxY5C7VFs2CT07ujnNMbk nxAv07HHQlbbQca4+xuHmkfhna32FcVooGA9fD2YU5ccqWDDqpU9RvfVg2Ak6npTGNYq OC3TDwE3YxlvKWYYLzR+3BYT6VM5LcL9GRpuPFSVf4HOsmjzOYa+q8jpJycjBzqos8KB olPg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:user-agent:in-reply-to:content-disposition :mime-version:references:message-id:subject:cc:to:from:date; bh=vX1hhAe5hgaI5CB41l1EtMV4846gfxQRZCDLOeMpCnU=; b=lvtGvw13JcnIZpl35bz+EJfPB06+pQa03HeBkuIF5GqXMPbC3ADfp53dfNkyMzNDjT AM3u+8b2l0i4mGTXHr4MbDiSYKwkUUrwlfe6de1bhufByVdTSQ+/bbo99qe53Dcp6Dzs HWu1GKebyYwgKT18RCgQOYiidpIoSdliuthMHimF+iPIoFtbbVLtk3AaFEbSPGZZ+z0G ygIdMiW21VEj1MN2P6RCcD9hUAAxY7iNE3+Hoa6dduXdzrZFZRDO1YIAMzx1HBUrT3XV g4mmqg9HqoMjrKVISJ4fBdUTBR96PuuNXQj2FPkinr6Wad3BuVIgkuMemJeJW8R/wbdu Wd9w== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id s15si24220535pfu.0.2021.10.24.04.45.34; Sun, 24 Oct 2021 04:46:09 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231469AbhJXLoy (ORCPT + 99 others); Sun, 24 Oct 2021 07:44:54 -0400 Received: from wtarreau.pck.nerim.net ([62.212.114.60]:44493 "EHLO 1wt.eu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229867AbhJXLox (ORCPT ); Sun, 24 Oct 2021 07:44:53 -0400 Received: (from willy@localhost) by pcw.home.local (8.15.2/8.15.2/Submit) id 19OBfg7F014001; Sun, 24 Oct 2021 13:41:42 +0200 Date: Sun, 24 Oct 2021 13:41:42 +0200 From: Willy Tarreau To: Ammar Faizi Cc: Paul Walmsley , Palmer Dabbelt , Albert Ou , Linux Kernel Mailing List , Andy Lutomirski , Thomas Gleixner , Ingo Molnar , x86-ml , "H. Peter Anvin" , David Laight , Peter Cordes , Bedirhan KURT , Louvian Lyndal Subject: Re: [PATCHSET v2 0/2] tools/nolibc: Fix startup code bug and small improvement Message-ID: <20211024114142.GA13494@1wt.eu> References: <20211023134323.GA5881@1wt.eu> <20211024020616.395038-1-ammarfaizi2@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20211024020616.395038-1-ammarfaizi2@intel.com> User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Oct 24, 2021 at 09:11:30AM +0700, Ammar Faizi wrote: > Hi Willy, > This is a patchset v2, there are 2 patches in this series. > > [PATCH 1/2] is a bug fix. Thanks to Peter who reported the bug, fixed > in [PATCH 1/2] by me. > > [PATCH 2/2] is just a small improvement to minimize code size, no > functional changes. > > Detailed explanation in the commit message. > Please review! Many thanks Ammar, both look good, I've queued them and am now reviewing the ABI and code for other archs in case I did the same mistake for the alignment at other places (i386 comes to mind). I'll also have a look at the exit calls your mentioned. Thanks! Willy