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
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ