|
|
|
|
|
|
|
|
|
|
xen-devel
[xen-devel][PATCH][VTD] Fix apic pin to interrupt remapping table index
Originally, it calls xmalloc to set index in ioapic_rte_to_remap_entry(). When
make with debug=y, it may trigger spinlock BUG_ON because allocate memory with
interrupt disabled.
This patch doesn't allocate list_head entry in ioapic_rte_to_remap_entry(),
instead allocate the array in enable_intremap() to avoid allocating memory with
interrupt disabled.
Signed-off-by: Weidong Han <weidong.han@xxxxxxxxx>
apic-pin-index.patch
Description: apic-pin-index.patch
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
<Prev in Thread] |
Current Thread |
[Next in Thread>
|
- [xen-devel][PATCH][VTD] Fix apic pin to interrupt remapping table index,
Han, Weidong <=
|
|
|
|
|