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.0 required=5.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, SPF_HELO_PASS,SPF_PASS autolearn=no autolearn_force=no version=3.4.6 Authentication-Results: gnuweeb.org; dmarc=none (p=none dis=none) header.from=1wt.eu Received-SPF: Pass (mailfrom) identity=mailfrom; client-ip=163.172.96.212; helo=1wt.eu; envelope-from=w@1wt.eu; receiver= Received: from 1wt.eu (ded1.1wt.eu [163.172.96.212]) by gnuweeb.org (Postfix) with ESMTP id 5305524B2A4 for ; Wed, 30 Aug 2023 10:45:34 +0700 (WIB) Received: (from willy@localhost) by mail.home.local (8.17.1/8.17.1/Submit) id 37U3jGUJ024213; Wed, 30 Aug 2023 05:45:16 +0200 Date: Wed, 30 Aug 2023 05:45:16 +0200 From: Willy Tarreau To: Ammar Faizi Cc: Thomas =?iso-8859-1?Q?Wei=DFschuh?= , Zhangjin Wu , Nicholas Rosenberg , Michael William Jonathan , GNU/Weeb Mailing List , Linux Kernel Mailing List Subject: Re: [PATCH v3 0/1] Fix a stack misalign bug on _start Message-ID: References: <20230830010223.1875339-1-ammarfaizi2@gnuweeb.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230830010223.1875339-1-ammarfaizi2@gnuweeb.org> List-Id: On Wed, Aug 30, 2023 at 08:02:22AM +0700, Ammar Faizi wrote: > Hi Willy, > > This is a v3 revision. > > The ABI mandates that the %esp register must be a multiple of 16 when > executing a 'call' instruction. (...) Thanks Ammar, now queued into the fixes branch. Willy