Re: [RFC] arch generic way to trigger unknown NMIs

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Cyrill Gorcunov
Date: Saturday, October 16, 2010 - 9:36 am

On Sat, Oct 16, 2010 at 05:15:16PM +0100, Maciej W. Rozycki wrote:

 Well, Maciej I believe the problem is not in modifying send_IPI_self
but rather _how_ to make it more natural and do not introduce overhead.
apic code is already weird enough :) Need to think.

(
 btw, we will have to add additional flag which would check for NMI
 being generated by "NMI-tester" and make a second apic write to
 ICR to deassert level line, ie it could be something like

  apic->send_IPI_self(NMI_VECTOR)       ; with asserts level
   default_do_nmi()                     ; check for NMI being sent for testing purpose
     apic->send_IPI_self(NMI_VECTOR)    ; with deasserts level

 iirc apic itself doesn't deassert nmi line on message with
 nmi deliver mode arrival
 )

  Cyrill
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[RFC] arch generic way to trigger unknown NMIs, Don Zickus, (Wed Oct 6, 8:08 pm)
Re: [RFC] arch generic way to trigger unknown NMIs, Andi Kleen, (Thu Oct 7, 12:26 am)
Re: [RFC] arch generic way to trigger unknown NMIs, Don Zickus, (Thu Oct 7, 7:01 am)
Re: [RFC] arch generic way to trigger unknown NMIs, Andi Kleen, (Thu Oct 7, 8:11 am)
Re: [RFC] arch generic way to trigger unknown NMIs, Don Zickus, (Thu Oct 7, 8:47 am)
Re: [RFC] arch generic way to trigger unknown NMIs, Andi Kleen, (Thu Oct 7, 9:17 am)
Re: [RFC] arch generic way to trigger unknown NMIs, Maciej W. Rozycki, (Thu Oct 7, 3:45 pm)
Re: [RFC] arch generic way to trigger unknown NMIs, Cyrill Gorcunov, (Sun Oct 10, 1:23 pm)
Re: [RFC] arch generic way to trigger unknown NMIs, Maciej W. Rozycki, (Sat Oct 16, 12:24 am)
Re: [RFC] arch generic way to trigger unknown NMIs, Cyrill Gorcunov, (Sat Oct 16, 8:32 am)
Re: [RFC] arch generic way to trigger unknown NMIs, Maciej W. Rozycki, (Sat Oct 16, 9:15 am)
Re: [RFC] arch generic way to trigger unknown NMIs, Cyrill Gorcunov, (Sat Oct 16, 9:36 am)
Re: [RFC] arch generic way to trigger unknown NMIs, Maciej W. Rozycki, (Sat Oct 16, 4:59 pm)
Re: [RFC] arch generic way to trigger unknown NMIs, Cyrill Gorcunov, (Sun Oct 17, 1:58 am)
Re: [RFC] arch generic way to trigger unknown NMIs, Cyrill Gorcunov, (Sun Oct 17, 9:08 am)