All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] Please pull powerpc/linux.git powerpc-6.5-4 tag
@ 2023-07-23  1:34 ` Michael Ellerman
  0 siblings, 0 replies; 4+ messages in thread
From: Michael Ellerman @ 2023-07-23  1:34 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: ajd, ruscur, haren, linux-kernel, naveen, bgray, u.kleine-koenig,
	linuxppc-dev

-----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-----

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [GIT PULL] Please pull powerpc/linux.git powerpc-6.5-4 tag
@ 2023-07-23  1:34 ` Michael Ellerman
  0 siblings, 0 replies; 4+ messages in thread
From: Michael Ellerman @ 2023-07-23  1:34 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: ajd, bgray, christophe.leroy, haren, linux-kernel, linuxppc-dev,
	naveen, ruscur, u.kleine-koenig

-----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-----

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL] Please pull powerpc/linux.git powerpc-6.5-4 tag
  2023-07-23  1:34 ` Michael Ellerman
@ 2023-07-23  4:00   ` pr-tracker-bot
  -1 siblings, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2023-07-23  4:00 UTC (permalink / raw)
  To: Michael Ellerman
  Cc: ajd, linuxppc-dev, ruscur, haren, linux-kernel, naveen, bgray,
	u.kleine-koenig, Linus Torvalds

The pull request you sent on Sun, 23 Jul 2023 11:34:48 +1000:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/c2782531397f5cb19ca3f8f9c17727f1cdf5bee8

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL] Please pull powerpc/linux.git powerpc-6.5-4 tag
@ 2023-07-23  4:00   ` pr-tracker-bot
  0 siblings, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2023-07-23  4:00 UTC (permalink / raw)
  To: Michael Ellerman
  Cc: Linus Torvalds, ajd, bgray, christophe.leroy, haren, linux-kernel,
	linuxppc-dev, naveen, ruscur, u.kleine-koenig

The pull request you sent on Sun, 23 Jul 2023 11:34:48 +1000:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/c2782531397f5cb19ca3f8f9c17727f1cdf5bee8

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-07-23  4:01 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-23  1:34 [GIT PULL] Please pull powerpc/linux.git powerpc-6.5-4 tag Michael Ellerman
2023-07-23  1:34 ` Michael Ellerman
2023-07-23  4:00 ` pr-tracker-bot
2023-07-23  4:00   ` pr-tracker-bot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.