mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [GIT PULL] Please pull powerpc/linux.git powerpc-6.16-3 tag
@ 2025-06-16  9:50 Madhavan Srinivasan
  2025-06-16 16:12 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Madhavan Srinivasan @ 2025-06-16  9:50 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: Christophe Leroy, j.ne, linux-kernel, linuxppc-dev, nnmlinux,
	Michael Ellerman, Nicholas Piggin

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

Hi Linus,

Please pull powerpc fixes for 6.16:

The following changes since commit 0d67f0dee6c9176bc09a5482dd7346e3a0f14d0b:

  powerpc/vas: Return -EINVAL if the offset is non-zero in mmap() (2025-06-10 07:56:41 +0530)

are available in the git repository at:

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

for you to fetch changes up to ab107276607af90b13a5994997e19b7b9731e251:

  powerpc: Fix struct termio related ioctl macros (2025-06-13 22:18:50 +0530)

- ------------------------------------------------------------------
powerpc fixes for 6.16 #3

 - Fix to handle VDSO32 with pcrel
 - Couple of dts fixes in microwatt and mpc8315erdb
 - Fix to handle PE bridge reconfiguration in VFIO EEH recovery path
 - Fix ioctl macros related to struct termio

Thanks to: Christophe Leroy, Ganesh Goudar, J. Neuschäfer, Justin M. Forbes, Michael Ellerman, Narayana Murty N, Tulio Magno, Vaibhav Jain

- ------------------------------------------------------------------
Christophe Leroy (1):
      powerpc/vdso: Fix build of VDSO32 with pcrel

J. Neuschäfer (2):
      powerpc/microwatt: Fix model property in device tree
      powerpc: dts: mpc8315erdb: Add GPIO controller node

Madhavan Srinivasan (1):
      powerpc: Fix struct termio related ioctl macros

Narayana Murty N (1):
      powerpc/eeh: Fix missing PE bridge reconfiguration during VFIO EEH recovery


 arch/powerpc/boot/dts/microwatt.dts    |  2 +-
 arch/powerpc/boot/dts/mpc8315erdb.dts  | 10 ++++++++++
 arch/powerpc/include/asm/ppc_asm.h     |  2 +-
 arch/powerpc/include/uapi/asm/ioctls.h |  8 ++++----
 arch/powerpc/kernel/eeh.c              |  2 ++
 arch/powerpc/kernel/vdso/Makefile      |  2 +-
 6 files changed, 19 insertions(+), 7 deletions(-)
-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEEqX2DNAOgU8sBX3pRpnEsdPSHZJQFAmhP6CgACgkQpnEsdPSH
ZJQocg/9Edbt09ToMZMdk2R5CXxDlzeGliFX7bdKV2Q4jwEqyjHMc4J3PqCNGymO
3GmP2yemB18a4ujl36KQet6CsbRtSPd4RX9yXUyyPTZAEuyo3sNIsrJEYmD2HV4B
fErrE8xln+/l21HNBlPWQ0EN4m3c4bY6c6K3VaY8dMoxg11A79SGIRY/3cr93tYA
zjYdbWnCz4rxpgffKmfdM2xu17DmMO2Molq4lfsRp1vkfDBUq+sGGMYvn/njCCMb
W5I9/CN5xJrhF2iKBwP4U0wl2GsQ1DSgqp2RNvKv3wnuiKt5dUiYg6FswAsM2nQ/
89YTNgBhjtZsO9rLSX2jk1tmf8o5lJ7CGvByQgXMr35AWt1XhMe5dC+XXIXsU2YQ
fbK81Eiyf2NMFdfKN77hwwo3SfpdZqP1FC/4bjfsJ8JzsTZPrVfFfVXTV3rIAJsG
TNIioFauZAz/wlrwHkTyLqkXp77TJXtVsl9dHbvr2tpqblyb1k3b24qgwckWvf1t
XDc90Y478bdblBN+PThaxUm2AVFhWZSNxLzo2DiltetbtTmC5qeIyzl5PkgdJALr
Kqxqe2dg2ZkGXhi+FFNWWxicdleEbV8+zKQeY4K/tPnsPdUqe5DoQaqjPoMytRAF
l5RN5lqxNOY9odAH9gkgJSUlhWXI7+SSSIq2xF1ci6JnWBH+izE=
=NMl4
-----END PGP SIGNATURE-----

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

* Re: [GIT PULL] Please pull powerpc/linux.git powerpc-6.16-3 tag
  2025-06-16  9:50 [GIT PULL] Please pull powerpc/linux.git powerpc-6.16-3 tag Madhavan Srinivasan
@ 2025-06-16 16:12 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2025-06-16 16:12 UTC (permalink / raw)
  To: Madhavan Srinivasan
  Cc: Linus Torvalds, Christophe Leroy, j.ne, linux-kernel,
	linuxppc-dev, nnmlinux, Michael Ellerman, Nicholas Piggin

The pull request you sent on Mon, 16 Jun 2025 15:20:48 +0530:

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

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

Thank you!

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

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

end of thread, other threads:[~2025-06-16 16:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-06-16  9:50 [GIT PULL] Please pull powerpc/linux.git powerpc-6.16-3 tag Madhavan Srinivasan
2025-06-16 16:12 ` pr-tracker-bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®