All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] Please pull powerpc/linux.git powerpc-5.13-4 tag
@ 2021-05-23 10:31 ` Michael Ellerman
  0 siblings, 0 replies; 4+ messages in thread
From: Michael Ellerman @ 2021-05-23 10:31 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: aik, linux-kernel, linuxppc-dev, npiggin, Kees Cook, Dmitry V. Levin

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

Hi Linus,

Please pull some more powerpc fixes for 5.13.

It's not obvious from the diff, but the seccomp_bpf.c change is entirely inside a
__powerpc__ ifdef.

cheers

The following changes since commit d07f6ca923ea0927a1024dfccafc5b53b61cfecc:

  Linux 5.13-rc2 (2021-05-16 15:27:44 -0700)

are available in the git repository at:

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

for you to fetch changes up to d72500f992849d31ebae8f821a023660ddd0dcc2:

  powerpc/64s/syscall: Fix ptrace syscall info with scv syscalls (2021-05-21 00:58:56 +1000)

- ------------------------------------------------------------------
powerpc fixes for 5.13 #4

Fix breakage of strace (and other ptracers etc.) when using the new scv ABI (Power9 or
later with glibc >= 2.33).

Fix early_ioremap() on 64-bit, which broke booting on some machines.

Thanks to: Dmitry V. Levin, Nicholas Piggin, Alexey Kardashevskiy, Christophe Leroy.

- ------------------------------------------------------------------
Alexey Kardashevskiy (1):
      powerpc: Fix early setup to make early_ioremap() work

Nicholas Piggin (2):
      powerpc/64s/syscall: Use pt_regs.trap to distinguish syscall ABI difference between sc and scv syscalls
      powerpc/64s/syscall: Fix ptrace syscall info with scv syscalls


 Documentation/powerpc/syscall64-abi.rst       | 10 +++++
 arch/powerpc/include/asm/ptrace.h             | 45 +++++++++++---------
 arch/powerpc/include/asm/syscall.h            | 42 +++++++++++-------
 arch/powerpc/kernel/setup_64.c                |  4 +-
 tools/testing/selftests/seccomp/seccomp_bpf.c | 27 ++++++++----
 5 files changed, 82 insertions(+), 46 deletions(-)
-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEEJFGtCPCthwEv2Y/bUevqPMjhpYAFAmCqLoUACgkQUevqPMjh
pYBx+g/8Cn2ZwpkN2QZ9bB0sqdjuU74jPzaAnEn+6soqCjySQ7fQI6a61M1Iv8Tv
fuA04jAl07TKcE42JTEflFc0FxdvfYOhxHtRq68AdYBVCaA6Fd3hMY0WnWugUgPR
+UEeMptSeDjBYfzq0h8VSRJj/slMqkDfn5EMTzjaNtOIY17dz3Mhpz1uXmiSuS/1
6xTGKFvlmauaGzgdlM5rjJZcRU70nDqG1F6brpUgHjEJfgOPKtEQRghWhetEUKuw
EG3zi96no7L2WTFPlVLS2F1bYuItEnSmP8Abe0dttRDamFHX/gp349P8sOX+iwrI
QZszmprjWU/IjTN8FT3qyFp9zquKiz7b3zwiMlrIf9WuN5eDxE4hK76M5Gx13obP
3jEnQvukw0GqiY+hSEvNaudnN6WzTlQN307bK76gV5xgGGp7eF4q93lhKgpj8Heg
1DBCquOODVk0TyeKmKs7v2/7PXBLkzSlzrYsHJmMv6E+Hdb0A1pYWxBQgmYp3/ON
g3So3jTIruG3shukXYzn6Ay7Uq8rU7Pjhy1oWXGCTjv675Q06YS4X0ClIrkImayZ
Um/lDsmwahroD2GRfbEt+JZmrulV5FTdYoMGSWk/wUfrEwB8ms3tte1dqGrnrQrY
BUnJyLCXVhJknEnrOMxPgpzfTb91cseLE3/AI5HzdUf9Y963PRQ=
=kF6i
-----END PGP SIGNATURE-----

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

* [GIT PULL] Please pull powerpc/linux.git powerpc-5.13-4 tag
@ 2021-05-23 10:31 ` Michael Ellerman
  0 siblings, 0 replies; 4+ messages in thread
From: Michael Ellerman @ 2021-05-23 10:31 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: Kees Cook, aik, linux-kernel, npiggin, Dmitry V. Levin, linuxppc-dev

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

Hi Linus,

Please pull some more powerpc fixes for 5.13.

It's not obvious from the diff, but the seccomp_bpf.c change is entirely inside a
__powerpc__ ifdef.

cheers

The following changes since commit d07f6ca923ea0927a1024dfccafc5b53b61cfecc:

  Linux 5.13-rc2 (2021-05-16 15:27:44 -0700)

are available in the git repository at:

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

for you to fetch changes up to d72500f992849d31ebae8f821a023660ddd0dcc2:

  powerpc/64s/syscall: Fix ptrace syscall info with scv syscalls (2021-05-21 00:58:56 +1000)

- ------------------------------------------------------------------
powerpc fixes for 5.13 #4

Fix breakage of strace (and other ptracers etc.) when using the new scv ABI (Power9 or
later with glibc >= 2.33).

Fix early_ioremap() on 64-bit, which broke booting on some machines.

Thanks to: Dmitry V. Levin, Nicholas Piggin, Alexey Kardashevskiy, Christophe Leroy.

- ------------------------------------------------------------------
Alexey Kardashevskiy (1):
      powerpc: Fix early setup to make early_ioremap() work

Nicholas Piggin (2):
      powerpc/64s/syscall: Use pt_regs.trap to distinguish syscall ABI difference between sc and scv syscalls
      powerpc/64s/syscall: Fix ptrace syscall info with scv syscalls


 Documentation/powerpc/syscall64-abi.rst       | 10 +++++
 arch/powerpc/include/asm/ptrace.h             | 45 +++++++++++---------
 arch/powerpc/include/asm/syscall.h            | 42 +++++++++++-------
 arch/powerpc/kernel/setup_64.c                |  4 +-
 tools/testing/selftests/seccomp/seccomp_bpf.c | 27 ++++++++----
 5 files changed, 82 insertions(+), 46 deletions(-)
-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEEJFGtCPCthwEv2Y/bUevqPMjhpYAFAmCqLoUACgkQUevqPMjh
pYBx+g/8Cn2ZwpkN2QZ9bB0sqdjuU74jPzaAnEn+6soqCjySQ7fQI6a61M1Iv8Tv
fuA04jAl07TKcE42JTEflFc0FxdvfYOhxHtRq68AdYBVCaA6Fd3hMY0WnWugUgPR
+UEeMptSeDjBYfzq0h8VSRJj/slMqkDfn5EMTzjaNtOIY17dz3Mhpz1uXmiSuS/1
6xTGKFvlmauaGzgdlM5rjJZcRU70nDqG1F6brpUgHjEJfgOPKtEQRghWhetEUKuw
EG3zi96no7L2WTFPlVLS2F1bYuItEnSmP8Abe0dttRDamFHX/gp349P8sOX+iwrI
QZszmprjWU/IjTN8FT3qyFp9zquKiz7b3zwiMlrIf9WuN5eDxE4hK76M5Gx13obP
3jEnQvukw0GqiY+hSEvNaudnN6WzTlQN307bK76gV5xgGGp7eF4q93lhKgpj8Heg
1DBCquOODVk0TyeKmKs7v2/7PXBLkzSlzrYsHJmMv6E+Hdb0A1pYWxBQgmYp3/ON
g3So3jTIruG3shukXYzn6Ay7Uq8rU7Pjhy1oWXGCTjv675Q06YS4X0ClIrkImayZ
Um/lDsmwahroD2GRfbEt+JZmrulV5FTdYoMGSWk/wUfrEwB8ms3tte1dqGrnrQrY
BUnJyLCXVhJknEnrOMxPgpzfTb91cseLE3/AI5HzdUf9Y963PRQ=
=kF6i
-----END PGP SIGNATURE-----

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

* Re: [GIT PULL] Please pull powerpc/linux.git powerpc-5.13-4 tag
  2021-05-23 10:31 ` Michael Ellerman
@ 2021-05-23 16:14   ` pr-tracker-bot
  -1 siblings, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2021-05-23 16:14 UTC (permalink / raw)
  To: Michael Ellerman
  Cc: Linus Torvalds, Kees Cook, aik, linux-kernel, npiggin,
	Dmitry V. Levin, linuxppc-dev

The pull request you sent on Sun, 23 May 2021 20:31:42 +1000:

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

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

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-5.13-4 tag
@ 2021-05-23 16:14   ` pr-tracker-bot
  0 siblings, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2021-05-23 16:14 UTC (permalink / raw)
  To: Michael Ellerman
  Cc: Kees Cook, aik, linuxppc-dev, linux-kernel, npiggin,
	Dmitry V. Levin, Linus Torvalds

The pull request you sent on Sun, 23 May 2021 20:31:42 +1000:

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

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

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:[~2021-05-23 16:15 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-23 10:31 [GIT PULL] Please pull powerpc/linux.git powerpc-5.13-4 tag Michael Ellerman
2021-05-23 10:31 ` Michael Ellerman
2021-05-23 16:14 ` pr-tracker-bot
2021-05-23 16:14   ` 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.