Konrad Rzeszutek Wilk
2013-Aug-21 14:56 UTC
[GIT PULL] (xen) stable/for-linus-3.11-rc6-tag
Hey Linus, Please git pull the following tag: git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git stable/for-linus-3.11-rc6-tag which is full of bug-fixes that took a while to figure out right. The signed git tag says it all: <start> - On ARM did not have balanced calls to get/put_cpu. - Fix to make tboot + Xen + Linux boot correctly. - Fix events VCPU binding issues. - Fix a vCPU online race where IPIs are sent to not-yet-online vCPU. <end> The ''stable/for-linus-3.11'' branch (from which this signed tag is) was based on v3.10-rc1. Stefano merged the v3.10-rc2 as the fix from Julien depended on features added during that time. Please pull! Thanks. arch/arm/xen/enlighten.c | 1 + arch/x86/xen/setup.c | 22 ++++++++++++++++++++++ arch/x86/xen/smp.c | 11 +++++++++-- drivers/xen/events.c | 13 ++++++++++++- 4 files changed, 44 insertions(+), 3 deletions(-) Chuck Anderson (1): xen/smp: initialize IPI vectors before marking CPU online David Vrabel (3): x86/xen: do not identity map UNUSABLE regions in the machine E820 xen/events: initialize local per-cpu mask for all possible events xen/events: mask events when changing their VCPU binding Julien Grall (1): xen/arm: missing put_cpu in xen_percpu_init Stefano Stabellini (1): Merging v3.10-rc2 as I need to apply a fix for