linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Michael Ellerman <mpe@ellerman.id.au>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: alistair@popple.id.au, gromero@linux.vnet.ibm.com,
	linux-kernel@vger.kernel.org, linuxppc-dev@lists.ozlabs.org,
	npiggin@gmail.com, oss@buserror.net, sathnaga@linux.vnet.ibm.com
Subject: [GIT PULL] Please pull powerpc/linux.git powerpc-4.20-3 tag
Date: Fri, 16 Nov 2018 23:01:02 +1100	[thread overview]
Message-ID: <87in0x2pvl.fsf@concordia.ellerman.id.au> (raw)

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi Linus,

Please pull some more powerpc fixes for 4.20:

The following changes since commit 651022382c7f8da46cb4872a545ee1da6d097d2a:

  Linux 4.20-rc1 (2018-11-04 15:37:52 -0800)

are available in the git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git tags/powerpc-4.20-3

for you to fetch changes up to b2fed34a628df6118b5d4e13f49a33e15f704fa9:

  selftests/powerpc: Adjust wild_bctr to build with old binutils (2018-11-15 23:05:17 +1100)

- ------------------------------------------------------------------
powerpc fixes for 4.20 #3

Two weeks worth of fixes since rc1.

 - I broke 16-byte alignment of the stack when we moved PPR into pt_regs.
   Despite being required by the ABI this broke almost nothing, we eventually
   hit it in code where GCC does arithmetic on the stack pointer assuming the
   bottom 4 bits are clear. Fix it by padding the in-kernel pt_regs by 8 bytes.

 - A couple of commits fixing minor bugs in the recent SLB rewrite.

 - A build fix related to tracepoints in KVM in some configurations.

 - Our old "IO workarounds" code written for Cell couldn't coexist in a kernel
   that runs on Power9 with the Radix MMU, fix that.

 - Remove the NPU DMA ops, these just printed a warning and should never have
   been called.

 - Suppress an overly chatty message triggered by CPU hotplug in some configs.

 - Two small selftest fixes.

Thanks to:
  Alistair Popple, Gustavo Romero, Nicholas Piggin, Satheesh Rajendran, Scott Wood.

- ------------------------------------------------------------------
Alistair Popple (1):
      powerpc/powernv/npu: Remove NPU DMA ops

Gustavo Romero (1):
      selftests/powerpc: Adjust wild_bctr to build with old binutils

Michael Ellerman (6):
      powerpc/mm/64s: Consolidate SLB assertions
      powerpc/mm/64s: Use PPC_SLBFEE macro
      powerpc/mm/64s: Only use slbfee on CPUs that support it
      powerpc/mm/64s: Fix preempt warning in slb_allocate_kernel()
      powerpc/io: Fix the IO workarounds code to work with Radix
      selftests/powerpc: Fix wild_bctr test to work on ppc64

Nicholas Piggin (1):
      powerpc/64: Fix kernel stack 16-byte alignment

Satheesh Rajendran (1):
      powerpc/numa: Suppress "VPHN is not supported" messages

Scott Wood (1):
      KVM: PPC: Move and undef TRACE_INCLUDE_PATH/FILE


 arch/powerpc/include/asm/io.h                  | 20 +++-----
 arch/powerpc/include/asm/ppc-opcode.h          |  2 +
 arch/powerpc/include/asm/ptrace.h              |  1 +
 arch/powerpc/kernel/setup_64.c                 |  2 +
 arch/powerpc/kvm/trace.h                       |  8 +++-
 arch/powerpc/kvm/trace_booke.h                 |  9 +++-
 arch/powerpc/kvm/trace_hv.h                    |  9 +++-
 arch/powerpc/kvm/trace_pr.h                    |  9 +++-
 arch/powerpc/mm/numa.c                         |  2 +-
 arch/powerpc/mm/slb.c                          | 35 ++++++--------
 arch/powerpc/platforms/powernv/npu-dma.c       | 64 ++------------------------
 tools/testing/selftests/powerpc/mm/wild_bctr.c | 21 +++++++--
 12 files changed, 76 insertions(+), 106 deletions(-)
-----BEGIN PGP SIGNATURE-----

iQIcBAEBAgAGBQJb7rB9AAoJEFHr6jzI4aWA7uYP/2bbEUaIpGw2OP5AxedSWtIh
7RBX5rtzC8sA+ifpI7utcz8woOH+8HmzXf3f0BsjLlDZO61dCBzPM8yEkgiHmEMH
t1ApMKCUkwTI1R+1somVhyV2fYct+Eb9Qa929IIKqgC5r8nElYqaE7jr56U7jFQE
TZwMoeThTGxfXMa+IuSWLGtvbUeC6LtKoWjoynnZQC4RMQqKRc8xaRpN5W//ZQyq
dtQ8kc9UWrSl5xj5ah/evn/0oWl1cSX95juO00rGsTL5iuUQNcUVZcJAmwoiPAN/
GCNYDLqEX8SwzKidnAmTR6AUBSLP48kGKrUwjMZVfvT0SMNyIL9lq9u6N5ucyq+u
b0HLMrlqZiYasL3fsKHo+dbJ1emzZdjMIYNe/x+6GAgfBTvRePkqVwLgB1uSOjdr
k41aDRaoagOUbIs6y6tXHyp/mFbP3VswBA9n1ZGjr/KsgrlBQftCTOeSuPKSdAf+
WKrzakoj4SIvOZdUGbttb0HJHFHE5xCGIzGH7NaO/AyfFzkIZjq86TU4skqN0nQw
lgHNA9QgXlpBMwRvEBM28FW058bsVw7Dgez/vJijlEQNC7fi6TDJTzYiroBEdmF4
82FEUU9ZECw+zb6OI7E3VntTqWdM8E3qCGI9tLoCrFpoagERHfayTTsW7iQJ/Scj
dTL6b40yqw88T+myURIZ
=lNgM
-----END PGP SIGNATURE-----

             reply	other threads:[~2018-11-16 12:01 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-11-16 12:01 Michael Ellerman [this message]
2018-11-16 16:25 ` [GIT PULL] Please pull powerpc/linux.git powerpc-4.20-3 tag pr-tracker-bot

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=87in0x2pvl.fsf@concordia.ellerman.id.au \
    --to=mpe@ellerman.id.au \
    --cc=alistair@popple.id.au \
    --cc=gromero@linux.vnet.ibm.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linuxppc-dev@lists.ozlabs.org \
    --cc=npiggin@gmail.com \
    --cc=oss@buserror.net \
    --cc=sathnaga@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).