From mboxrd@z Thu Jan 1 00:00:00 1970 From: Konrad Rzeszutek Wilk Subject: [PATCH] fixes to stable/for-linus-3.5 Date: Mon, 21 May 2012 17:42:40 -0400 Message-ID: <1337636562-9579-1-git-send-email-konrad.wilk@oracle.com> Return-path: Sender: linux-kernel-owner@vger.kernel.org To: linux-kernel@vger.kernel.org, david.vrabel@citrix.com Cc: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org Two fixes for the patches that are going for 3.5. The autoballoon one would try to balloon up to E820_MAX when there were no dom0_mem=.. argument. The patch fixes it, and is also makes the dom0_mem=1G case work better (I think?). The other solution would be to use the current_reservation patch I posted a while back to work-around when no dom0_mem= argument is used. The APIC irqworker is a little easier - it did not unbind when unplugging vCPUs leaving an orphan IRQ behind.