Re: [PATCH v3 2/4 gnumach] Add HPET timer for small accurate delays

2024-02-07 Thread Damien Zammit
Hi, On 2/8/24 10:28 AM, Samuel Thibault wrote: > Could you check with your mailer how to prevent it from using the > quoted-printable encoding? git am often has troubles applying your > patches, and I have to fix the patch by hand, it's really inconvenient. For others' benefit, I think I

Re: [PATCH v3 2/4 gnumach] Add HPET timer for small accurate delays

2024-02-07 Thread Damien Zammit
Sorry I didn't realise. I am using proton mail bridge to mail patches. I don't know how to change the encoding... Do you know if this would be a git send-email configuration setting? Damien Sent from Proton Mail mobile Original Message On 8 Feb 2024, 10:28 am, Samuel Thibault

Re: [PATCH v3 3/4 gnumach] smp: Use HPET instead of pit one-shot that is unreliable

2024-02-07 Thread Samuel Thibault
Applied, thanks! Damien Zammit, le mer. 07 févr. 2024 05:02:19 +, a ecrit: > NB: Every x86 board that uses ACPI most likely has a HPET since 2005. > We can roll back to PIT in the cases where its not present, > but the PIT one shot code is definitely currently broken. > --- > i386/i386/smp.c

Re: [PATCH v3 2/4 gnumach] Add HPET timer for small accurate delays

2024-02-07 Thread Samuel Thibault
Applied, thanks! Could you check with your mailer how to prevent it from using the quoted-printable encoding? git am often has troubles applying your patches, and I have to fix the patch by hand, it's really unconvenient. Samuel Damien Zammit, le mer. 07 févr. 2024 05:02:15 +, a ecrit: >

Re: [PATCH v3 1/4 gnumach] separate lapic_enable from lapic_setup

2024-02-07 Thread Samuel Thibault
Applied, thanks! Damien Zammit, le mer. 07 févr. 2024 05:02:11 +, a ecrit: > This initializes the lapic without > turning on the IOAPIC interrupts during SMP init. > > --- > i386/i386/apic.c | 15 +-- > i386/i386/apic.h | 2 ++ > i386/i386/mp_desc.c | 18

Re: [PATCH] Hurd port: update interface to match upstream and fix warnings.

2024-02-07 Thread Samuel Thibault
Simon Marchi, le mer. 07 févr. 2024 11:47:30 -0500, a ecrit: > On 2/7/24 01:53, Flavio Cruz wrote: > > We have recently updated the interface for raising exceptions to use > > long [1] and updated mach_port_t to be "unsigned int". This patches fixes > > those problems and will help us port GDB to

Re: [PATCH] Hurd port: update interface to match upstream and fix warnings.

2024-02-07 Thread Simon Marchi
On 2/7/24 01:53, Flavio Cruz wrote: > We have recently updated the interface for raising exceptions to use > long [1] and updated mach_port_t to be "unsigned int". This patches fixes > those problems and will help us port GDB to Hurd x86_64. > > Tested on Hurd i686 and x86_64. > > [1] >