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: arnd@arndb.de, desnesn@linux.ibm.com, emmanuel.nicolet@gmail.com,
	jniethe5@gmail.com, ldufour@linux.ibm.com,
	linux-kernel@vger.kernel.org, linuxppc-dev@lists.ozlabs.org,
	sfr@canb.auug.org.au
Subject: [GIT PULL] Please pull powerpc/linux.git powerpc-5.4-3 tag
Date: Sat, 12 Oct 2019 22:37:15 +1100	[thread overview]
Message-ID: <87r23iurdg.fsf@mpe.ellerman.id.au> (raw)

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Hi Linus,

Please pull some more powerpc fixes for 5.4:

The following changes since commit da0c9ea146cbe92b832f1b0f694840ea8eb33cce:

  Linux 5.4-rc2 (2019-10-06 14:27:30 -0700)

are available in the git repository at:

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

for you to fetch changes up to 2272905a4580f26630f7d652cc33935b59f96d4c:

  spufs: fix a crash in spufs_create_root() (2019-10-11 16:57:41 +1100)

- ------------------------------------------------------------------
powerpc fixes for 5.4 #3

Fix a kernel crash in spufs_create_root() on Cell machines, since the new mount
API went in.

Fix a regression in our KVM code caused by our recent PCR changes.

Avoid a warning message about a failing hypervisor API on systems that don't
have that API.

A couple of minor build fixes.

Thanks to:
  Alexey Kardashevskiy, Alistair Popple, Desnes A. Nunes do Rosario, Emmanuel
  Nicolet, Jordan Niethe, Laurent Dufour, Stephen Rothwell.

- ------------------------------------------------------------------
Desnes A. Nunes do Rosario (1):
      selftests/powerpc: Fix compile error on tlbie_test due to newer gcc

Emmanuel Nicolet (1):
      spufs: fix a crash in spufs_create_root()

Jordan Niethe (1):
      powerpc/kvm: Fix kvmppc_vcore->in_guest value in kvmhv_switch_to_host

Laurent Dufour (1):
      powerpc/pseries: Remove confusing warning message.

Stephen Rothwell (1):
      powerpc/64s/radix: Fix build failure with RADIX_MMU=n


 arch/powerpc/include/asm/book3s/64/tlbflush-radix.h | 4 ++++
 arch/powerpc/kvm/book3s_hv_rmhandlers.S             | 1 +
 arch/powerpc/platforms/cell/spufs/inode.c           | 1 +
 arch/powerpc/platforms/pseries/lpar.c               | 3 +++
 tools/testing/selftests/powerpc/mm/tlbie_test.c     | 2 +-
 5 files changed, 10 insertions(+), 1 deletion(-)
-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEEJFGtCPCthwEv2Y/bUevqPMjhpYAFAl2hsbMACgkQUevqPMjh
pYAvTg//SxycPkVZLln4SzXGj3f8dHyFUJS+796BXAyIS2ylIqRYFTvj9Uqfry/w
leCvU0xgB1LC0FTP2FCB9/q4GluB5uxkM32ziNFDSrPdfhtsV+WM4312ytrQEeLe
838D009gkDgd2NDxg0titW5pAq1oP7iwSilPKzZrb3pejJcHLK+qZ6+2SKefuXRs
Sn3nRT2yBJZqq1ECJjCH+mP/QGndf4sjyHQD43yTIT+SxKrnOWDEOqUCxHduhcYh
R2sof4pv5aC43b85C609D+yUi/VTbeHdrj8dbKHKHXmcDCmyRsYPpSNxd/irmLMr
c5hKbD0Nwu8p/TDv+NcjxA5w6Mf2Jo+btSPxTKErFpFCmbwQeM9OyUmLhpjKcbZl
PW8ArrMRkz0ypRhbDJz0oMp7mHLOWXwy0F8bxm96VoNgM8QpqJVwEh6J1O2DWzJY
Nwfc9nMKKtJNuQGWvpADvylIjbCPAUzl70vlPDEytx6JMu3JS/WwMfqqH4PQrGIs
BUllm98MBY9FrQFAVxnOPvpB16IQbsfKk/Vf1CY4RLYwIDfErA3sHXvnO0UepAtE
HEW/WF3VnRrU3wGdk2mHDVNyEwY7UIm6xp1QEcQDebLAS0bXdRhUmyrG9IBHOLLO
43UGwtlMKMf87ebx+Ps1l8Ih3bpwwFw+YJySMwQdhgF9CQOdXzY=
=2HLb
-----END PGP SIGNATURE-----

             reply	other threads:[~2019-10-12 11:37 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-10-12 11:37 Michael Ellerman [this message]
2019-10-12 21:40 ` [GIT PULL] Please pull powerpc/linux.git powerpc-5.4-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=87r23iurdg.fsf@mpe.ellerman.id.au \
    --to=mpe@ellerman.id.au \
    --cc=arnd@arndb.de \
    --cc=desnesn@linux.ibm.com \
    --cc=emmanuel.nicolet@gmail.com \
    --cc=jniethe5@gmail.com \
    --cc=ldufour@linux.ibm.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linuxppc-dev@lists.ozlabs.org \
    --cc=sfr@canb.auug.org.au \
    --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).