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 fix
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
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
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:
> TES
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 +++
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 H
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]
> https://