mbox series

[GIT,PULL] Please pull powerpc/linux.git powerpc-6.10-4 tag

Message ID 87wmly2j7x.fsf@mail.lhotse (mailing list archive)
State Not Applicable
Headers show
Series [GIT,PULL] Please pull powerpc/linux.git powerpc-6.10-4 tag | expand

Pull-request

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

Message

Michael Ellerman July 6, 2024, 11:28 p.m. UTC
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Hi Linus,

Please pull some more powerpc fixes for 6.10:

The following changes since commit a986fa57fd81a1430e00b3c6cf8a325d6f894a63:

  KVM: PPC: Book3S HV: Prevent UAF in kvm_spapr_tce_attach_iommu_group() (2024-06-16 10:20:11 +1000)

are available in the git repository at:

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

for you to fetch changes up to 8b7f59de92ac65aa21c7d779274dbfa577ae2d2c:

  selftests/powerpc: Fix build with USERCFLAGS set (2024-07-06 22:10:14 +1000)

- ------------------------------------------------------------------
powerpc fixes for 6.10 #4

 - Fix unnecessary copy to 0 when kernel is booted at address 0.

 - Fix usercopy crash when dumping dtl via debugfs.

 - Avoid possible crash when PCI hotplug races with error handling.

 - Fix kexec crash caused by scv being disabled before other CPUs call-in.

 - Fix powerpc selftests build with USERCFLAGS set.

Thanks to: Anjali K, Ganesh Goudar, Gautam Menghani, Jinglin Wen, Nicholas
Piggin, Sourabh Jain, Srikar Dronamraju, Vishal Chourasia.

- ------------------------------------------------------------------
Anjali K (1):
      powerpc/pseries: Whitelist dtl slub object for copying to userspace

Ganesh Goudar (1):
      powerpc/eeh: avoid possible crash when edev->pdev changes

Jinglin Wen (1):
      powerpc/64s: Fix unnecessary copy to 0 when kernel is booted at address 0

Michael Ellerman (1):
      selftests/powerpc: Fix build with USERCFLAGS set

Nicholas Piggin (1):
      powerpc/pseries: Fix scv instruction crash with kexec


 arch/powerpc/kernel/eeh_pe.c             |  7 +++++--
 arch/powerpc/kernel/head_64.S            |  5 +++--
 arch/powerpc/kexec/core_64.c             | 11 +++++++++++
 arch/powerpc/platforms/pseries/kexec.c   |  8 --------
 arch/powerpc/platforms/pseries/pseries.h |  1 -
 arch/powerpc/platforms/pseries/setup.c   |  5 ++---
 tools/testing/selftests/powerpc/flags.mk |  5 +----
 7 files changed, 22 insertions(+), 20 deletions(-)
-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEEJFGtCPCthwEv2Y/bUevqPMjhpYAFAmaJ0hYACgkQUevqPMjh
pYB1uBAAhxsR3VV+XLbJTkhEARgUdzZt+8AMk4oc7dzPx1xUIavXJqaMGdoCGDcu
0atvYlyel2CAFHbjRkaIzOxg2ZUtXdOvio4udeFvb48DCnaaH0WsOdG70OIThtX0
Zl+lkRgRy5SM1KPJUa+o9ygvi90ZNbOV358h/ar9l4O7EULmOqZwlZYAhlEYr25B
MtvX6ZONGOgl5SxVr9+55vLm0/g97OzuGmi343XHEdHjBhH5HkcKi8Z5XkwYFGOt
cExZFVtWnayM+PsUkympt3o5Zchb+oc1EUAJWUILQJQMHx89atc9Q0pxZyi7XXA/
tT8mq0O78+iZbK1UuQ3qgE1/YPrHCdX8Glo0AmGoSem8P41HlWyamK28U4aK6VWd
iqJCb25EZmKs5uo4Z0F10jswjc9QOgFftzgM74GCLkZ74vx3ubw9vKacRb/SkdLi
vQz0M0Gh73tqwfjN0W3gRwWblCim3kCoHVBb8CmiB0YeDoq7nu2+ow94WFrhlvs+
/HFOQ5NgnMhjzytmeAzWOk0s/xOXPCwbrEUjfRxRg5cZCWXUuO6XmeO547pZy2Ke
JwBWO+Hi9b5jwC/5LEQZ3wJ2rjSCJwDKT8MwqvcSSsEXvpGvsjMCi4mTqVVlbRkQ
qz/lv0PozyavP/AUPamX0wZ0k5df/XDkX1qxoxyG/x1HXlwDhJ4=
=7pyj
-----END PGP SIGNATURE-----

Comments

pr-tracker-bot@kernel.org July 7, 2024, 1:38 a.m. UTC | #1
The pull request you sent on Sun, 07 Jul 2024 09:28:50 +1000:

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

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

Thank you!