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 97314ab115206137018b0cd7196ce404ceee136c (commit) from d30481122a5d24ad6b921062f93b9172ef922fc3 (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 97314ab115206137018b0cd7196ce404ceee136c Author: Samuel Thibault <samuel.thiba...@ens-lyon.org> Date: Sun Nov 27 21:28:32 2022 +0100 Update kdb_kintr according to new interrupt stack layout e2fcf261076b ("interrupt: Fix saving irq/ipl when linux drivers are disabled") changed the stack layout for interrupt handlers, but missed updating kdb_kintr's code that tries to mangle it. This restores the control-alt-d shortcut. ----------------------------------------------------------------------- Summary of changes: i386/i386/locore.S | 14 ++++++++++---- i386/i386at/interrupt.S | 2 ++ x86_64/interrupt.S | 2 ++ x86_64/locore.S | 8 ++++++-- 4 files changed, 20 insertions(+), 6 deletions(-) hooks/post-receive -- GNU Mach