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-32-g6c093a9


From: Justus Winter
Subject: [SCM] GNU Mach branch, master, updated. v1.8-32-g6c093a9
Date: Sun, 1 Oct 2017 18:50:38 -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  6c093a91e43873df7f16192fa0e5e4d73592fa64 (commit)
      from  51301147f36d1581be76acdf96a465e010beeb12 (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 6c093a91e43873df7f16192fa0e5e4d73592fa64
Author: Justus Winter <address@hidden>
Date:   Sat Sep 30 17:26:03 2017 +0200

    linux: Fix interrupt glue.
    
    Previously, we used an invalid pointer to mark interrupts as reserved
    by Mach.  This, however, crashes code trying to iterate over the list
    of interrupt handlers.  Use a valid structure instead.
    
    * linux/dev/arch/i386/kernel/irq.c (reserved_mach_handler): New
    function.
    (reserved_mach): New variable.
    (reserve_mach_irqs): Use the new variable.

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

Summary of changes:
 linux/dev/arch/i386/kernel/irq.c | 18 ++++++++++++++++--
 1 file changed, 16 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
GNU Mach



reply via email to

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