Hey Linus, Please git pull the following tag for v3.4-rc4: git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen.git stable/for-linus-3.4-rc3-tag which has a some compile warning fixes and mechanisms to work around misbehaving backends. Also there is fix to the internal mechanism for dealing with pages brought in from a guest (and one fix that I had to revert last minute). Lastly a fix from Julia to return proper error code. Please pull! Julia Lawall (1): xen/grant-table: add error-handling code on failure of gnttab_resume Konrad Rzeszutek Wilk (4): xen/blkback: Fix warning error. xen/xenbus: Add quirk to deal with misconfigured backends. xen/resume: Fix compile warnings. Revert "xen/p2m: m2p_find_override: use list_for_each_entry_safe" Stefano Stabellini (2): xen/gntdev: do not set VM_PFNMAP xen/p2m: m2p_find_override: use list_for_each_entry_safe drivers/block/xen-blkback/xenbus.c | 2 +- drivers/xen/gntdev.c | 2 +- drivers/xen/grant-table.c | 13 ++++-- drivers/xen/manage.c | 1 + drivers/xen/xenbus/xenbus_probe_frontend.c | 69 +++++++++++++++++++++------ 5 files changed, 65 insertions(+), 22 deletions(-)