All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] Please pull powerpc/linux.git powerpc-4.13-4 tag
@ 2017-07-28 13:00 Michael Ellerman
  0 siblings, 0 replies; only message in thread
From: Michael Ellerman @ 2017-07-28 13:00 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: aneesh.kumar, benh, linux-kernel, linuxppc-dev, lvivier

[-- Attachment #1: Type: text/plain, Size: 2148 bytes --]

Hi Linus,

Please pull some more powerpc fixes for 4.13:

The following changes since commit 029d9252b116fa52a95150819e62af1f6e420fe5:

  powerpc/mm: Mark __init memory no-execute when STRICT_KERNEL_RWX=y (2017-07-18 19:54:24 +1000)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git tags/powerpc-4.13-4

for you to fetch changes up to 0da12a7a81f1e2255e89dc783c565e84801475a2:

  powerpc/mm/hash: Free the subpage_prot_table correctly (2017-07-27 13:05:50 +1000)

----------------------------------------------------------------
powerpc fixes for 4.13 #4

The highlight is Ben's patch to work around a host killing bug when running KVM
guests with the Radix MMU on Power9. See the long change log of that commit for
more detail.

And then three fairly minor fixes:
 - Fix of_node_put() underflow during reconfig remove, using old DLPAR tools.
 - Fix recently introduced ld version check with 64-bit LE-only toolchain.
 - Free the subpage_prot_table correctly, avoiding a memory leak.

Thanks to:
  Aneesh Kumar K.V, Benjamin Herrenschmidt, Laurent Vivier.

----------------------------------------------------------------
Aneesh Kumar K.V (1):
      powerpc/mm/hash: Free the subpage_prot_table correctly

Benjamin Herrenschmidt (1):
      powerpc/mm/radix: Workaround prefetch issue with KVM

Laurent Vivier (1):
      powerpc/pseries: Fix of_node_put() underflow during reconfig remove

Michael Ellerman (1):
      powerpc/Makefile: Fix ld version check with 64-bit LE-only toolchain

 arch/powerpc/Makefile                     | 25 ++++++-------
 arch/powerpc/include/asm/book3s/64/mmu.h  | 15 ++++----
 arch/powerpc/include/asm/mmu_context.h    | 18 ++++++++--
 arch/powerpc/kvm/book3s_hv_rmhandlers.S   | 59 ++++++++++++++++++++++++++-----
 arch/powerpc/mm/mmu_context_book3s64.c    |  5 +--
 arch/powerpc/mm/pgtable-radix.c           | 34 +++++++++++++++++-
 arch/powerpc/mm/subpage-prot.c            |  2 +-
 arch/powerpc/mm/tlb-radix.c               | 45 +++++++++++++++++++++--
 arch/powerpc/platforms/pseries/reconfig.c |  1 -
 9 files changed, 168 insertions(+), 36 deletions(-)

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 818 bytes --]

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2017-07-28 13:00 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-07-28 13:00 [GIT PULL] Please pull powerpc/linux.git powerpc-4.13-4 tag Michael Ellerman

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.