bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 0/3] htl: move __pthtread_total, ___pthread_self, pthread_sel


From: Samuel Thibault
Subject: Re: [PATCH 0/3] htl: move __pthtread_total, ___pthread_self, pthread_self
Date: Tue, 3 Jan 2023 22:50:05 +0100
User-agent: NeoMutt/20170609 (1.8.3)

Hello,

Apart from the symbols visibility, that looks good to me, thanks!

We're however in glibc slushy ABI freeze period, I guess we should
refrain from including this patch for 2.37?

The release is expected on february 1st, in the meanwhile you can work
on moving the other symbols. Ideally we'll have moved all the symbols by
2.38 :)

Samuel

Guy-Fleury Iteriteka via Libc-alpha, le mar. 03 janv. 2023 12:45:12 +0200, a 
ecrit:
> With this patch i boot up a hurd system with flavio scripts.
> 
> Guy-Fleury Iteriteka (3):
>   htl: move __pthtread_total into libc
>   htl: move __pthread_self into libc.
>   htl: move pthread_self into libc
> 
>  htl/Makefile                              |  3 +--
>  htl/Versions                              | 15 ++++++++++++---
>  htl/forward.c                             |  4 ----
>  htl/pt-create.c                           |  6 ------
>  htl/pt-initialize.c                       |  1 -
>  htl/pt-internal.h                         |  2 ++
>  htl/pt-nthreads.c                         | 23 +++++++++++++++++++++++
>  htl/pt-self.c                             |  8 ++++++--
>  sysdeps/htl/pthread-functions.h           |  2 --
>  sysdeps/mach/hurd/htl/pt-pthread_self.c   | 22 ++++++++++++++++++++++
>  sysdeps/mach/hurd/htl/pt-sysdep.c         |  2 --
>  sysdeps/mach/hurd/htl/pt-sysdep.h         |  3 +++
>  sysdeps/mach/hurd/i386/libc.abilist       |  2 ++
>  sysdeps/mach/hurd/i386/libpthread.abilist |  2 --
>  14 files changed, 71 insertions(+), 24 deletions(-)
>  create mode 100644 htl/pt-nthreads.c
>  create mode 100644 sysdeps/mach/hurd/htl/pt-pthread_self.c
> 
> -- 
> 2.38.1



reply via email to

[Prev in Thread] Current Thread [Next in Thread]