[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20211202003322.GA3128775@paulmck-ThinkPad-P17-Gen-1>
Date: Wed, 1 Dec 2021 16:33:22 -0800
From: "Paul E. McKenney" <paulmck@...nel.org>
To: rcu@...r.kernel.org
Cc: linux-kernel@...r.kernel.org, kernel-team@...com, mingo@...nel.org,
jiangshanlai@...il.com, akpm@...ux-foundation.org,
mathieu.desnoyers@...icios.com, josh@...htriplett.org,
tglx@...utronix.de, peterz@...radead.org, rostedt@...dmis.org,
dhowells@...hat.com, edumazet@...gle.com, fweisbec@...il.com,
oleg@...hat.com, joel@...lfernandes.org
Subject: [PATCH rcu 0/6] nolibc updates for v5.17
Hello!
This series provides nolibc updates, perhaps most notably the addition
of the gettid() system call:
1. x86-64: Fix startup code bug, courtesy of Ammar Faizi.
2. i386: fix initial stack alignment, courtesy of Willy Tarreau.
3. fix incorrect truncation of exit code, courtesy of Willy Tarreau.
4. x86: Remove `r8`, `r9` and `r10` from the clobber list, courtesy
of Ammar Faizi.
5. x86-64: Use `mov $60,%eax` instead of `mov $60,%rax`, courtesy
of Ammar Faizi.
6. Implement gettid(), courtesy of Mark Brown.
Thanx, Paul
------------------------------------------------------------------------
b/tools/include/nolibc/nolibc.h | 10 ++++-
tools/include/nolibc/nolibc.h | 76 +++++++++++++++++++++++++++-------------
2 files changed, 60 insertions(+), 26 deletions(-)
Powered by blists - more mailing lists