Hi Linus, Please pull some more powerpc fixes for 4.1: The following changes since commit 030bbdbf4c833bc69f502eae58498bc5572db736: Linux 4.1-rc3 (2015-05-10 15:12:29 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/mpe/linux.git tags/powerpc-4.1-4 for you to fetch changes up to 5e95235ccd5442d4a4fe11ec4eb99ba1b7959368: powerpc: Align TOC to 256 bytes (2015-05-14 16:59:21 +1000) ---------------------------------------------------------------- powerpc fixes for 4.1 # 3 - THP/hugetlb fixes from Aneesh. - MCE fix from Daniel. - TOC fix from Anton. ---------------------------------------------------------------- Aneesh Kumar K.V (2): powerpc/thp: Serialize pmd clear against a linux page table walk. powerpc/mm: Return NULL for not present hugetlb page Anton Blanchard (1): powerpc: Align TOC to 256 bytes Daniel Axtens (1): powerpc/mce: fix off by one errors in mce event handling arch/powerpc/kernel/mce.c | 4 ++-- arch/powerpc/kernel/vmlinux.lds.S | 1 + arch/powerpc/mm/hugetlbpage.c | 25 ++++++++++++++++--------- arch/powerpc/mm/pgtable_64.c | 11 +++++++++++ 4 files changed, 30 insertions(+), 11 deletions(-)