commit-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU Mach branch, master, updated. v1.8-365-g19670a6d


From: Samuel Thibault
Subject: [SCM] GNU Mach branch, master, updated. v1.8-365-g19670a6d
Date: Sat, 27 Aug 2022 15:04:57 -0400 (EDT)

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  19670a6df24b18a05a542ae932d8c44ed97c7c71 (commit)
      from  6c3c3c7a2e633e4dedd1701e6e2134f223b38574 (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 19670a6df24b18a05a542ae932d8c44ed97c7c71
Author: Luca Dariz <luca.dariz@gmail.com>
Date:   Sat Feb 5 18:51:26 2022 +0100

    fix register corruption in irq on qemu
    
    rbx was used to compute the irq index in iunit and ivect arrays,
    however it should be preserved by pushing it in to the stack.  As a
    solution, we use rax instead, which is caller-saved.
    
    Signed-off-by: Luca Dariz <luca@orpolo.org>
    Message-Id: <20220205175129.309469-4-luca@orpolo.org>

-----------------------------------------------------------------------

Summary of changes:
 x86_64/interrupt.S | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)


hooks/post-receive
-- 
GNU Mach



reply via email to

[Prev in Thread] Current Thread [Next in Thread]