commit-hurd
[Top][All Lists]
Advanced

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

[SCM] GNU Mach branch, master-user_level_drivers, updated. v1.8-183-g259


From: Samuel Thibault
Subject: [SCM] GNU Mach branch, master-user_level_drivers, updated. v1.8-183-g259f75f
Date: Tue, 12 Nov 2019 16:05:10 -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-user_level_drivers has been updated
       via  259f75fa47ae7bc03c91cc102dc9480f14cd7266 (commit)
      from  db1ae5fb55cc1a46c7d2e5803ba892403c1dd0c1 (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 259f75fa47ae7bc03c91cc102dc9480f14cd7266
Author: Samuel Thibault <address@hidden>
Date:   Tue Nov 12 22:01:13 2019 +0100

    Fix hang on netdde crash with a nacked interrupt
    
    If netdde crashed without acknowledging the interrupt, the hardware
    might be stuck in a situation where it keeps the interrupt raised, and
    thus linux_intr keeps getting called. linux_intr should detect that we
    have removed handlers and then just disable the interrupt. Hopefully
    when the driver restarts it will reset the card, and thus the interrupt
    will stop before it enables it again.

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

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


hooks/post-receive
-- 
GNU Mach



reply via email to

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