Comment 11 for bug 605686

Revision history for this message
Youquan Song (youquan-song) wrote : Re: nointremap needed - Blocked an interrupt request due to source-id verificiation failure

It is the platform issue of not support source id check since my drafting/testing patch works.
Currently, there is an upstream patch which will allow the interrupt remppaing to ignore source id checking, so it will be possible to work round this issue by adding kernel option "intremap=nosid"

Thanks
-Youquan

commit d1423d5679875ebbbc2fc63b33d465baceee0430
Author: Chris Wright <email address hidden>
Date: Tue Jul 20 11:06:49 2010 -0700

    intr-remap: allow disabling source id checking

    Allow disabling the source id checking while programming the interrupt
    remap table entry. Useful for debugging or working around the broken
    source id checks on some platforms.

    Signed-off-by: Chris Wright <email address hidden>
    Acked-by: Suresh Siddha <email address hidden>
    Acked-by: Weidong Han <email address hidden>
    Signed-off-by: David Woodhouse <email address hidden>