Re: [PATCH] xen: minor fix in apic ipi interface func

From: Zhenzhong Duan
Date: Tue Apr 09 2013 - 22:24:46 EST



On 2013-04-10 03:20, Konrad Rzeszutek Wilk wrote:
On Tue, Apr 09, 2013 at 06:51:09PM +0800, Zhenzhong Duan wrote:
xen_send_IPI_mask_allbutself uses native vector as input other than xen_vector.
Ouch. But it looks as the only user of the .send_IPI_mask_allbutself
is just xen_send_IPI_allbutself? Or is there another user of this?
It looks __default_local_send_IPI_allbutself called apic->send_IPI_mask_allbutself.

In set_xen_basic_apic_ops, apic->send_IPI_mask_allbutself = xen_send_IPI_mask_allbutself.
apic->send_IPI_mask_allbutself use native vector as input like other funcs.

Is there a particular bug that was found with this?
No, just looking at code and see the error.

zduan
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/