WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

[Xen-devel] [PATCH][VTD] fix interrupt remapping to handle SMI RTE's wit

To: "xen-devel@xxxxxxxxxxxxxxxxxxx" <xen-devel@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-devel] [PATCH][VTD] fix interrupt remapping to handle SMI RTE's with uninitialized reserved fields
From: "Kay, Allen M" <allen.m.kay@xxxxxxxxx>
Date: Fri, 7 Nov 2008 23:23:51 -0800
Accept-language: en-US
Acceptlanguage: en-US
Cc: "Han, Weidong" <weidong.han@xxxxxxxxx>, "Cui, Dexuan" <dexuan.cui@xxxxxxxxx>
Delivery-date: Fri, 07 Nov 2008 23:24:23 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Thread-index: AclBcvMGr5d+NcXsSTK+/HT776yqDw==
Thread-topic: [PATCH][VTD] fix interrupt remapping to handle SMI RTE's with uninitialized reserved fields
Some BIOS does not zero out reserve fields in IOAPIC RTE's.  clear_IO_APIC() 
zeroes out all RTE's except for RTE with MSI delivery type.  This is a problem 
when the host OS converts SMI delivery type to some other type but leaving the 
reserved field uninitialized.  This can cause interrupt remapping table out of 
bound error if "format" field is 1 and the uninitialized "index" field has a 
value that that is larger than the maximum index of interrupt remapping table.

Signed-off-by: Allen Kay <allen.m.kay@xxxxxxxxx>

Attachment: vtd_11072.patch
Description: vtd_11072.patch

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
<Prev in Thread] Current Thread [Next in Thread>