Couple small bug fixes: 1) strlcpy in ldom_reboot() is still not quite right, use sprintf instead from Kees Cook. 2) Generic hugetlb interface pte checks should use the widest return type, otherwise high bits can get chopped off. 3) Fix build with PCI MSI enabled on 32-bit sparc. Please pull, thanks a lot! The following changes since commit c31eeaced22ce8bd61268a3c595d542bb38c0a4f: Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net (2013-10-01 12:58:48 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git master for you to fetch changes up to a988fb806d72d4e3a0edbeaece3f2f1172ce44b8: sparc: fix MSI build failure on Sparc32 (2013-10-02 20:02:35 -0400) ---------------------------------------------------------------- David Miller (1): mm: Fix generic hugetlb pte check return type. Kees Cook (1): sparc: fix ldom_reboot buffer overflow harder Michael Opdenacker (1): sparc: remove deprecated IRQF_DISABLED Thomas Petazzoni (1): sparc: fix MSI build failure on Sparc32 arch/sparc/Kconfig | 7 ++++++- arch/sparc/include/asm/floppy_64.h | 2 +- arch/sparc/kernel/Makefile | 3 ++- arch/sparc/kernel/ds.c | 5 ++--- arch/sparc/kernel/ldc.c | 4 ++-- include/asm-generic/hugetlb.h | 4 ++-- 6 files changed, 15 insertions(+), 10 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe sparclinux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html