[PATCH hurd] sutils: Add smp tool for running a process on slave processors

2024-11-25 Thread Damien Zammit via Bug reports for the GNU Hurd
Until we make gnumach fully parallel, we need a way to execute on slave processor set on smp-enabled gnumach. For example: $ /sbin/smp /bin/bash $ will launch a shell that executes commands only within slave pset, consisting of all processors except processor 0. We can thus test

[PATCH hurd] acpi: Link with irqhelp

2024-11-25 Thread Damien Zammit via Bug reports for the GNU Hurd
--- acpi/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/acpi/Makefile b/acpi/Makefile index ceccb351e..6e91e980f 100644 --- a/acpi/Makefile +++ b/acpi/Makefile @@ -27,7 +27,7 @@ SRCS = main.c netfs_impl.c acpi.c \ MIGSRCS= OBJS = $(patsub

Re: [RFC PATCH v2] Add rtc server, rtc-read and rtc-set operations

2024-11-25 Thread Zhaoming Luo
Thanks for the review On 11/25/24 8:57 AM, Samuel Thibault wrote: This looks good. The last step is then to update util-linux to use it. The code from sys-utils/hwclock-rtc.c (read_hardware_clock_rtc, set_hardware_clock_rtc) can be moved out to another file, that a hurd version could use (yo

Re: x86_64-gnu 14.2.0 cross-compiler -O2 removes THREAD_SETMEM in glibc sigreturn.c

2024-11-25 Thread Jonathan Wakely
On 22/11/24 17:05 +0100, jann...@gnu.org wrote: Hello, We found (