lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-Id: <20211024020616.395038-1-ammarfaizi2@intel.com> Date: Sun, 24 Oct 2021 09:11:30 +0700 From: Ammar Faizi <ammar.faizi@...dents.amikom.ac.id> To: Willy Tarreau <w@....eu> Cc: Ammar Faizi <ammar.faizi@...dents.amikom.ac.id>, Paul Walmsley <paul.walmsley@...ive.com>, Palmer Dabbelt <palmer@...belt.com>, Albert Ou <aou@...s.berkeley.edu>, Linux Kernel Mailing List <linux-kernel@...r.kernel.org>, Andy Lutomirski <luto@...nel.org>, Thomas Gleixner <tglx@...utronix.de>, Ingo Molnar <mingo@...hat.com>, x86-ml <x86@...nel.org>, "H. Peter Anvin" <hpa@...or.com>, David Laight <David.Laight@...LAB.COM>, Peter Cordes <peter@...des.ca>, Bedirhan KURT <windowz414@...weeb.org>, Louvian Lyndal <louvianlyndal@...il.com> Subject: Re: [PATCHSET v2 0/2] tools/nolibc: Fix startup code bug and small improvement 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! Link v1: https://lore.kernel.org/lkml/dRLArKzRMqajy1jA86k0vg-ammarfaizi2@gnuweeb.org/ ---------------------------------------------------------------- Ammar Faizi (2): tools/nolibc: x86-64: Fix startup code bug tools/nolibc: x86-64: Use `mov $60,%eax` instead of `mov $60,%rax` tools/include/nolibc/nolibc.h | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) Thanks! -- Ammar Faizi
Powered by blists - more mailing lists