[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[SCM] GNU Mach branch, master, updated. v1.8-946-g8ef7e269
From: |
Samuel Thibault |
Subject: |
[SCM] GNU Mach branch, master, updated. v1.8-946-g8ef7e269 |
Date: |
Sat, 23 Nov 2024 18:04:33 -0500 (EST) |
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 <bug-hurd@gnu.org>
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: <20241123222020.245519-1-damien@zamaudio.com>
-----------------------------------------------------------------------
Summary of changes:
device/intr.c | 4 ++++
1 file changed, 4 insertions(+)
hooks/post-receive
--
GNU Mach
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [SCM] GNU Mach branch, master, updated. v1.8-946-g8ef7e269,
Samuel Thibault <=