All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] Please pull powerpc/linux.git powerpc-5.18-4 tag
@ 2022-05-08 12:13 ` Michael Ellerman
  0 siblings, 0 replies; 4+ messages in thread
From: Michael Ellerman @ 2022-05-08 12:13 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: haren, kjain, linux-kernel, linuxppc-dev

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

Hi Linus,

Please pull some more powerpc fixes for 5.18:

The following changes since commit bb82c574691daf8f7fa9a160264d15c5804cb769:

  powerpc/perf: Fix 32bit compile (2022-04-21 23:26:47 +1000)

are available in the git repository at:

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

for you to fetch changes up to 348c71344111d7a48892e3e52264ff11956fc196:

  powerpc/papr_scm: Fix buffer overflow issue with CONFIG_FORTIFY_SOURCE (2022-05-06 12:44:03 +1000)

- ------------------------------------------------------------------
powerpc fixes for 5.18 #4

 - Fix the DWARF CFI in our VDSO time functions, allowing gdb to backtrace through them
   correctly.

 - Fix a buffer overflow in the papr_scm driver, only triggerable by hypervisor input.

 - A fix in the recently added QoS handling for VAS (used for communicating with
   coprocessors).

Thanks to: Alan Modra, Haren Myneni, Kajol Jain, Segher Boessenkool.

- ------------------------------------------------------------------
Haren Myneni (1):
      powerpc/pseries/vas: Use QoS credits from the userspace

Kajol Jain (1):
      powerpc/papr_scm: Fix buffer overflow issue with CONFIG_FORTIFY_SOURCE

Michael Ellerman (1):
      powerpc/vdso: Fix incorrect CFI in gettimeofday.S


 arch/powerpc/kernel/vdso/gettimeofday.S    |  9 ++++++--
 arch/powerpc/platforms/pseries/papr_scm.c  |  7 ++----
 arch/powerpc/platforms/pseries/vas-sysfs.c | 19 +++++++++++-----
 arch/powerpc/platforms/pseries/vas.c       | 23 ++++++++++----------
 arch/powerpc/platforms/pseries/vas.h       |  2 +-
 5 files changed, 36 insertions(+), 24 deletions(-)
-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEEJFGtCPCthwEv2Y/bUevqPMjhpYAFAmJ3s60ACgkQUevqPMjh
pYCE+xAAk+ButiF8vXxyO0/sWvW8F2qkGDvUlGn8Dwo8q8AaA70nCvzztcnBMScE
KrUjJFOEAiQUKXCVsczWAcxQwPAkD6myTaoseUBNTc+fdeLiWzpAGRY9FTMR54M6
UtPtiSCUnz2UJnU4gIfAEYGGsnF2PMKnBnEV4ROFNqqIAihmQjW7oU7iLq4kNSX6
YOE5UPUpPSuyJgI1/KlseUuEsH/Hz0Fc3AvSEel+/pfTdPaIxed7Oxr116HsOHqJ
Lda88F+4Tdk0OSC9Q9gzbyqQsvpIe2OTt9FQEuBbSAEV+eUbWuwBI44UVkpDDg/C
HlcmxAGAoulLXTKrnt3RkjonLZuVwGCTgCJe9zTzWG00n1XzO6mvEuphyixlPsow
7Ej5QLSWkGMZhZO+wTcJpgcCcZ4TEYtpf3T5iBR2DlcftIgmlJtmSS99mwgMZ7ct
LaHYJDOlSRCtxQipAeHBtybe/ngsxYIdCjNlumbEbYY6tUg5+6jY8DMkJ6KFHAfk
82h241dByF0YDW1HpG5D+RGpEvxTpQrFYhE9XPdOqQ07mwOzIg9DMmCLXrIofETV
Ywb5+jY3DlpCZz0nxOHA+5SO1fealq8ZC4ZDKO3FErgqsUUCjuZJUbSLtFHGGRsF
HIg+xDoXRpiGWwpIqrgozu2xxYE4AbDhe+sOVvF4APHTXIuP0+U=
=Lyfd
-----END PGP SIGNATURE-----

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

* [GIT PULL] Please pull powerpc/linux.git powerpc-5.18-4 tag
@ 2022-05-08 12:13 ` Michael Ellerman
  0 siblings, 0 replies; 4+ messages in thread
From: Michael Ellerman @ 2022-05-08 12:13 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: kjain, linuxppc-dev, haren, linux-kernel

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

Hi Linus,

Please pull some more powerpc fixes for 5.18:

The following changes since commit bb82c574691daf8f7fa9a160264d15c5804cb769:

  powerpc/perf: Fix 32bit compile (2022-04-21 23:26:47 +1000)

are available in the git repository at:

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

for you to fetch changes up to 348c71344111d7a48892e3e52264ff11956fc196:

  powerpc/papr_scm: Fix buffer overflow issue with CONFIG_FORTIFY_SOURCE (2022-05-06 12:44:03 +1000)

- ------------------------------------------------------------------
powerpc fixes for 5.18 #4

 - Fix the DWARF CFI in our VDSO time functions, allowing gdb to backtrace through them
   correctly.

 - Fix a buffer overflow in the papr_scm driver, only triggerable by hypervisor input.

 - A fix in the recently added QoS handling for VAS (used for communicating with
   coprocessors).

Thanks to: Alan Modra, Haren Myneni, Kajol Jain, Segher Boessenkool.

- ------------------------------------------------------------------
Haren Myneni (1):
      powerpc/pseries/vas: Use QoS credits from the userspace

Kajol Jain (1):
      powerpc/papr_scm: Fix buffer overflow issue with CONFIG_FORTIFY_SOURCE

Michael Ellerman (1):
      powerpc/vdso: Fix incorrect CFI in gettimeofday.S


 arch/powerpc/kernel/vdso/gettimeofday.S    |  9 ++++++--
 arch/powerpc/platforms/pseries/papr_scm.c  |  7 ++----
 arch/powerpc/platforms/pseries/vas-sysfs.c | 19 +++++++++++-----
 arch/powerpc/platforms/pseries/vas.c       | 23 ++++++++++----------
 arch/powerpc/platforms/pseries/vas.h       |  2 +-
 5 files changed, 36 insertions(+), 24 deletions(-)
-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEEJFGtCPCthwEv2Y/bUevqPMjhpYAFAmJ3s60ACgkQUevqPMjh
pYCE+xAAk+ButiF8vXxyO0/sWvW8F2qkGDvUlGn8Dwo8q8AaA70nCvzztcnBMScE
KrUjJFOEAiQUKXCVsczWAcxQwPAkD6myTaoseUBNTc+fdeLiWzpAGRY9FTMR54M6
UtPtiSCUnz2UJnU4gIfAEYGGsnF2PMKnBnEV4ROFNqqIAihmQjW7oU7iLq4kNSX6
YOE5UPUpPSuyJgI1/KlseUuEsH/Hz0Fc3AvSEel+/pfTdPaIxed7Oxr116HsOHqJ
Lda88F+4Tdk0OSC9Q9gzbyqQsvpIe2OTt9FQEuBbSAEV+eUbWuwBI44UVkpDDg/C
HlcmxAGAoulLXTKrnt3RkjonLZuVwGCTgCJe9zTzWG00n1XzO6mvEuphyixlPsow
7Ej5QLSWkGMZhZO+wTcJpgcCcZ4TEYtpf3T5iBR2DlcftIgmlJtmSS99mwgMZ7ct
LaHYJDOlSRCtxQipAeHBtybe/ngsxYIdCjNlumbEbYY6tUg5+6jY8DMkJ6KFHAfk
82h241dByF0YDW1HpG5D+RGpEvxTpQrFYhE9XPdOqQ07mwOzIg9DMmCLXrIofETV
Ywb5+jY3DlpCZz0nxOHA+5SO1fealq8ZC4ZDKO3FErgqsUUCjuZJUbSLtFHGGRsF
HIg+xDoXRpiGWwpIqrgozu2xxYE4AbDhe+sOVvF4APHTXIuP0+U=
=Lyfd
-----END PGP SIGNATURE-----

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

* Re: [GIT PULL] Please pull powerpc/linux.git powerpc-5.18-4 tag
  2022-05-08 12:13 ` Michael Ellerman
@ 2022-05-08 18:41   ` pr-tracker-bot
  -1 siblings, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2022-05-08 18:41 UTC (permalink / raw)
  To: Michael Ellerman; +Cc: haren, linuxppc-dev, Linus Torvalds, linux-kernel, kjain

The pull request you sent on Sun, 08 May 2022 22:13:14 +1000:

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

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

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.18-4 tag
@ 2022-05-08 18:41   ` pr-tracker-bot
  0 siblings, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2022-05-08 18:41 UTC (permalink / raw)
  To: Michael Ellerman; +Cc: Linus Torvalds, haren, kjain, linux-kernel, linuxppc-dev

The pull request you sent on Sun, 08 May 2022 22:13:14 +1000:

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

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

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:[~2022-05-08 19:04 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-08 12:13 [GIT PULL] Please pull powerpc/linux.git powerpc-5.18-4 tag Michael Ellerman
2022-05-08 12:13 ` Michael Ellerman
2022-05-08 18:41 ` pr-tracker-bot
2022-05-08 18:41   ` 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.