Hey Linus, Please pull this last (I hope) pull for this release from me: git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen.git stable/for-linus-3.4-rc6-tag which has a smörgåsbord of fixes - fix to Kconfig to make it fit within 80 line characters, two bootup fixes, cleanup code in a driver, and a crash when trying to `cat /sys/kernel/debug/kernel_page_tables`. This release we have been focused on fixing bugs - and it feels good to have the outstanding bug list shrink. Please pull! arch/x86/xen/enlighten.c | 42 +++++++++++++++++++++++++++++++++++++++--- arch/x86/xen/mmu.c | 7 ++++++- drivers/video/xen-fbfront.c | 27 ++++++++++++++++----------- drivers/xen/Kconfig | 22 ++++++++++++---------- 4 files changed, 73 insertions(+), 25 deletions(-) Andrew Morton (1): xen/Kconfig: fix Kconfig layout David Vrabel (1): xen/pci: don't use PCI BIOS service for configuration space accesses Julia Lawall (1): drivers/video/xen-fbfront.c: add missing cleanup code Konrad Rzeszutek Wilk (2): xen/apic: Return the APIC ID (and version) for CPU 0. xen/pte: Fix crashes when trying to see non-existent PGD/PMD/PUD/PTEs