From: Michael Ellerman <mpe@ellerman.id.au>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: aneesh.kumar@linux.vnet.ibm.com, cascardo@redhat.com,
gwshan@linux.vnet.ibm.com, linux-kernel@vger.kernel.org,
linuxppc-dev@lists.ozlabs.org, naveen.n.rao@linux.vnet.ibm.com
Subject: [GIT PULL] Please pull powerpc/linux.git powerpc-4.7-4 tag
Date: Sat, 25 Jun 2016 21:03:53 +1000 [thread overview]
Message-ID: <1466852633.3259.1.camel@ellerman.id.au> (raw)
[-- Attachment #1: Type: text/plain, Size: 2894 bytes --]
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(-)
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 819 bytes --]
reply other threads:[~2016-06-25 11:04 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1466852633.3259.1.camel@ellerman.id.au \
--to=mpe@ellerman.id.au \
--cc=aneesh.kumar@linux.vnet.ibm.com \
--cc=cascardo@redhat.com \
--cc=gwshan@linux.vnet.ibm.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linuxppc-dev@lists.ozlabs.org \
--cc=naveen.n.rao@linux.vnet.ibm.com \
--cc=torvalds@linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).