Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1431117

[GIT PULL] Please pull powerpc/linux.git powerpc-4.7-4 tag

From Michael Ellerman <mpe@ellerman.id.au>
Newsgroups linux.kernel
Subject [GIT PULL] Please pull powerpc/linux.git powerpc-4.7-4 tag
Date 2016-06-25 13:10 +0200
Message-ID <rNTDj-4JZ-5@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


[Multipart message — attachments visible in raw view] - view raw

Hi Linus,

Please pull some more powerpc fixes for 4.7:

The following changes since commit 8017ea35d33f9e0950d369773ab48bcb1efb9ba0:

  powerpc/nohash: Fix build break with 64K pages (2016-06-10 13:24:56 +1000)

are available in the git repository at:

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

for you to fetch changes up to 844e3be47693f92a108cb1fb3b0606bf25e9c7a6:

  powerpc/bpf/jit: Disable classic BPF JIT on ppc64le (2016-06-23 10:35:31 +1000)

----------------------------------------------------------------
powerpc fixes for 4.7 #4

 - mm/radix: Update to tlb functions ric argument from Aneesh Kumar K.V
 - mm/radix: Flush page walk cache when freeing page table from Aneesh Kumar K.V
 - mm/hash: Use the correct PPP mask when updating HPTE from Aneesh Kumar K.V
 - mm/hash: Don't add memory coherence if cache inhibited is set from Aneesh Kumar K.V
 - mm/radix: Update Radix tree size as per ISA 3.0 from Aneesh Kumar K.V
 - eeh: Fix invalid cached PE primary bus from Gavin Shan
 - Fix faults caused by radix patching of SLB miss handler from Michael Ellerman
 - bpf/jit: Disable classic BPF JIT on ppc64le from Naveen N. Rao

----------------------------------------------------------------
Aneesh Kumar K.V (5):
      powerpc/mm/radix: Update to tlb functions ric argument
      powerpc/mm/radix: Flush page walk cache when freeing page table
      powerpc/mm/hash: Use the correct PPP mask when updating HPTE
      powerpc/mm/hash: Don't add memory coherence if cache inhibited is set
      powerpc/mm/radix: Update Radix tree size as per ISA 3.0

Gavin Shan (1):
      powerpc/eeh: Fix invalid cached PE primary bus

Michael Ellerman (1):
      powerpc: Fix faults caused by radix patching of SLB miss handler

Naveen N. Rao (1):
      powerpc/bpf/jit: Disable classic BPF JIT on ppc64le

 arch/powerpc/Kconfig                               |  2 +-
 arch/powerpc/include/asm/book3s/32/pgalloc.h       |  1 -
 arch/powerpc/include/asm/book3s/64/mmu-hash.h      |  1 +
 arch/powerpc/include/asm/book3s/64/pgalloc.h       | 16 ++++-
 arch/powerpc/include/asm/book3s/64/radix.h         | 15 ++++
 .../powerpc/include/asm/book3s/64/tlbflush-radix.h |  3 +
 arch/powerpc/include/asm/book3s/64/tlbflush.h      | 14 ++++
 arch/powerpc/include/asm/book3s/pgalloc.h          |  5 --
 arch/powerpc/kernel/eeh_driver.c                   |  7 +-
 arch/powerpc/kernel/exceptions-64s.S               |  7 +-
 arch/powerpc/mm/hash_native_64.c                   |  8 +--
 arch/powerpc/mm/hash_utils_64.c                    | 14 ++--
 arch/powerpc/mm/mmu_context_book3s64.c             |  2 +-
 arch/powerpc/mm/pgtable-radix.c                    |  9 +--
 arch/powerpc/mm/tlb-radix.c                        | 84 ++++++++++++++++------
 15 files changed, 137 insertions(+), 51 deletions(-)

Back to linux.kernel | Previous | Next | Find similar | Unroll thread


Thread

[GIT PULL] Please pull powerpc/linux.git powerpc-4.7-4 tag Michael Ellerman <mpe@ellerman.id.au> - 2016-06-25 13:10 +0200

csiph-web