Linus, please pull the latest x86 git tree from: git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86.git
Find the shortlog and diffstat below. Small fixes only. One generic file modified: we touch mm/memory.c's print_vma_addr() to fix a bug on 64-bit x86 that was found yesterday. Ingo ------------------> Adrian Bunk (1): x86: make dump_pagetable() static Balbir Singh (1): KVM is not seen under X86 config with latest git (32 bit compile) Harvey Harrison (1): x86: include proper prototypes for rodata_test Ingo Molnar (4): x86: fix "BUG: sleeping function called from invalid context" in print_vma_addr() x86: EFI set_memory_x()/set_memory_uc() fixes x86: fix gart_iommu_init() x86: cpa, fix out of date comment Thomas Gleixner (1): x86: cpa: ensure page alignment arch/x86/Kconfig | 4 ++-- arch/x86/kernel/efi.c | 4 ++-- arch/x86/kernel/pci-gart_64.c | 9 +++++++++ arch/x86/kernel/test_rodata.c | 2 +- arch/x86/kernel/traps_64.c | 4 ++-- arch/x86/mm/fault.c | 2 +- arch/x86/mm/init_32.c | 1 + arch/x86/mm/init_64.c | 1 + arch/x86/mm/pageattr.c | 17 +++++++++++++++-- include/asm-x86/cacheflush.h | 7 +++++-- include/asm-x86/kdebug.h | 1 - mm/memory.c | 7 +++++++ 12 files changed, 46 insertions(+), 13 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/