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 8ef7e26975544e0acce75610be8a372e5f5c4931 (commit)
from 506878269a232a7d3722d4598d9fb57a61b5272a (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 8ef7e26975544e0acce75610be8a372e5f5c4931
Author: Damien Zammit via Bug reports for the GNU Hurd <[email protected]>
Date: Sat Nov 23 22:20:32 2024 +0000
device/intr: Account for interrupts that could not be delivered
When an irq handler dies, we are decrementing the n_unacked count
and calling __enable_irq() the right number of times, but we need
to decrement the total interrupt count by the number that were lost
and also clear that number.
This fixes a hang when a shared irq handler quits and leaves some
unacked interrupts.
Message-ID: <[email protected]>
-----------------------------------------------------------------------
Summary of changes:
device/intr.c | 4 ++++
1 file changed, 4 insertions(+)
hooks/post-receive
--
GNU Mach