Skip to content
  • Neil Horman's avatar
    iommu: Remove stack trace from broken irq remapping warning · 64545123
    Neil Horman authored
    
    
    commit 05104a4e8713b27291c7bb49c1e7e68b4e243571 upstream.
    
    The warning for the irq remapping broken check in intel_irq_remapping.c is
    pretty pointless.  We need the warning, but we know where its comming from, the
    stack trace will always be the same, and it needlessly triggers things like
    Abrt.  This changes the warning to just print a text warning about BIOS being
    broken, without the stack trace, then sets the appropriate taint bit.  Since we
    automatically disable irq remapping, theres no need to contiue making Abrt jump
    at this problem
    
    Signed-off-by: default avatarNeil Horman <nhorman@tuxdriver.com>
    CC: Joerg Roedel <joro@8bytes.org>
    CC: Bjorn Helgaas <bhelgaas@google.com>
    CC: Andy Lutomirski <luto@amacapital.net>
    CC: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
    CC: Sebastian Andrzej Siewior <sebastian@breakpoint.cc>
    Signed-off-by: default avatarJoerg Roedel <joro@8bytes.org>
    Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
    64545123