LinuxPPC-Dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Michael Ellerman <mpe@ellerman.id.au>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: ajd@linux.ibm.com, ruscur@russell.cc, haren@linux.ibm.com,
	linux-kernel@vger.kernel.org, naveen@kernel.org,
	bgray@linux.ibm.com, u.kleine-koenig@pengutronix.de,
	linuxppc-dev@lists.ozlabs.org
Subject: [GIT PULL] Please pull powerpc/linux.git powerpc-6.5-4 tag
Date: Sun, 23 Jul 2023 11:34:48 +1000	[thread overview]
Message-ID: <87sf9fpg07.fsf@mail.lhotse> (raw)

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

Hi Linus,

Please pull some more powerpc fixes for 6.5:

The following changes since commit fdf0eaf11452d72945af31804e2a1048ee1b574c:

  Linux 6.5-rc2 (2023-07-16 15:10:37 -0700)

are available in the git repository at:

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

for you to fetch changes up to 106ea7ffd56b0f9454cd4f625474967f12ac4dbd:

  Revert "powerpc/64s: Remove support for ELFv1 little endian userspace" (2023-07-19 21:28:35 +1000)

- ------------------------------------------------------------------
powerpc fixes for 6.5 #4

 - Reinstate support for little endian ELFv1 binaries, which it turns out still
   exist in the wild.

 - Revert a change which used asm goto for WARN_ON/__WARN_FLAGS, as it lead to
   dead code generation and seemed to trigger compiler bugs in some edge cases.

 - Fix a deadlock in the pseries VAS code, between live migration and the
   driver's mmap handler.

 - Disable KCOV instrumentation in the powerpc KASAN code.

Thanks to: Andrew Donnellan, Benjamin Gray, Christophe Leroy, Haren Myneni,
Russell Currey, Uwe Kleine-König.

- ------------------------------------------------------------------
Andrew Donnellan (1):
      Revert "powerpc/64s: Remove support for ELFv1 little endian userspace"

Benjamin Gray (1):
      powerpc/kasan: Disable KCOV in KASAN code

Christophe Leroy (1):
      Revert "powerpc/bug: Provide better flexibility to WARN_ON/__WARN_FLAGS() with asm goto"

Haren Myneni (1):
      powerpc/pseries/vas: Hold mmap_mutex after mmap lock during window close

Russell Currey (1):
      powerpc/crypto: Add gitignore for generated P10 AES/GCM .S files

Uwe Kleine-König (1):
      powerpc/512x: lpbfifo: Convert to platform remove callback returning void


 arch/powerpc/crypto/.gitignore                |  3 +
 arch/powerpc/include/asm/bug.h                | 69 ++++----------------
 arch/powerpc/include/asm/elf.h                |  6 --
 arch/powerpc/include/asm/thread_info.h        |  6 +-
 arch/powerpc/kernel/traps.c                   |  9 +--
 arch/powerpc/mm/kasan/Makefile                |  1 +
 arch/powerpc/platforms/512x/mpc512x_lpbfifo.c |  6 +-
 arch/powerpc/platforms/pseries/vas.c          |  9 ++-
 8 files changed, 29 insertions(+), 80 deletions(-)
 create mode 100644 arch/powerpc/crypto/.gitignore
-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEEJFGtCPCthwEv2Y/bUevqPMjhpYAFAmS8guQACgkQUevqPMjh
pYBJ2A//f8zyL2FfBB7JRFoA6B06TmEg7GR1NlxRBrW0HWNaaxbAqureHJNElcm4
0eyi0aUy1ky2IkkyqBTJWZxwewlGkPOZTDdXvGam76B8Y5U+/beHwaKlOYkb/GHs
lnlsZsMpEiHI6T7b8PFqWn+bE3O5EaJ3eamxIiPQv5XIRk84D0ny9OH4jRcbQIY3
AMZRcJIvWFSCe043JzYjj3CVfL5ySxWEjYYWNgSuhJ9zOnDb9CtZBKjHyNk0/paW
vFnG309jyOKvl+2J66+JHgCvjV8Dl2nZCjQpQ42/FX5cdRTjr/b+6FE57ygC5ZvS
jsSR/EFACAPHPOLRfdBXaRb7PJ1zDb4YCVtNTxwJ4059XBzKzvdBd5dc1UO4+WCR
dxtn4pvWHv6mCJ5YLKcJXSOgvdVq4aLtnkirwuqoY/QY7XhuYosqB305CevRJrWp
upDhMtzvofmEVN81SCB48TnzTYXyxNrSEvNjJgFby9pIXgTnXkwJvgU7LKvSrSox
cbsCZEcgIy1iUjFQZENQ3GWve1RRea77C0RAsNWSPvgLna3ITNDiKlWFo4vEtrt6
9wKKegRvOsz4yCJAEfYe62qLDu/4tqIknPxqxuapnhNj+N2+f+5wjcV8D7E7hSaP
f1y8QXbN2+yRvFGIRhdqwE0+4BEP6B/fq4XXQ1fjmw4aIrNWoSc=
=BUmd
-----END PGP SIGNATURE-----

             reply	other threads:[~2023-07-23  1:35 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-07-23  1:34 Michael Ellerman [this message]
2023-07-23  4:00 ` [GIT PULL] Please pull powerpc/linux.git powerpc-6.5-4 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=87sf9fpg07.fsf@mail.lhotse \
    --to=mpe@ellerman.id.au \
    --cc=ajd@linux.ibm.com \
    --cc=bgray@linux.ibm.com \
    --cc=haren@linux.ibm.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linuxppc-dev@lists.ozlabs.org \
    --cc=naveen@kernel.org \
    --cc=ruscur@russell.cc \
    --cc=torvalds@linux-foundation.org \
    --cc=u.kleine-koenig@pengutronix.de \
    /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