This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "GNU Mach".
The branch, master has been updated via eec7037c885f6e54bf8f22d421d6abc55a2cd667 (commit) from 1b613718617a23c50ec28de06a85349415db83cb (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit eec7037c885f6e54bf8f22d421d6abc55a2cd667 Author: Samuel Thibault <samuel.thiba...@ens-lyon.org> Date: Wed Aug 27 02:34:50 2025 +0200 idt_inittab: Fix terminator entry Better fill a complete entry, which is always two pointers, both in MACH_PV_DESCRIPTORS and !MACH_PV_DESCRIPTORS case. For the x86_64 case, only half a pointer was actually recorded, leaving to garbage getting registered in the idt. This was noticed by division by zero getting double-faults. Thanks Pellescours for the initial investigation! ----------------------------------------------------------------------- Summary of changes: i386/i386/idt_inittab.S | 2 -- x86_64/idt_inittab.S | 5 +---- 2 files changed, 1 insertion(+), 6 deletions(-) hooks/post-receive -- GNU Mach