NetBSD-Bugs archive

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

Re: kern/49711 (Interrupts get routed to wrong handler under load)



The following reply was made to PR kern/49711; it has been noted by GNATS.

From: Tom Ivar Helbekkmo <tih%hamartun.priv.no@localhost>
To: jdolecek%netbsd.org@localhost
Cc: kern-bug-people%netbsd.org@localhost,  netbsd-bugs%netbsd.org@localhost,  gnats-admin%netbsd.org@localhost,  gnats-bugs%netbsd.org@localhost
Subject: Re: kern/49711 (Interrupts get routed to wrong handler under load)
Date: Mon, 06 Jul 2020 09:45:17 +0200

 No improvement.  This is a hardware bug, and the only way to mitigate it
 is to make sure the affected interrupt vectors either are disabled, or
 have extremely short handling times.  Running in polled mode achieves
 that, as does the FreeBSD approach of detecting and suppressing storms.
 
 Should probably be closed "won't fix", as the affected Intel hardware
 gets older, and less likely to run NetBSD.
 
 -tih
 -- 
 Most people who graduate with CS degrees don't understand the significance
 of Lisp.  Lisp is the most important idea in computer science.  --Alan Kay
 


Home | Main Index | Thread Index | Old Index