All of lore.kernel.org
 help / color / mirror / Atom feed
From: Michael Ellerman <mpe@ellerman.id.au>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: kjain@linux.ibm.com, linuxppc-dev@lists.ozlabs.org,
	haren@linux.ibm.com, linux-kernel@vger.kernel.org
Subject: [GIT PULL] Please pull powerpc/linux.git powerpc-5.18-4 tag
Date: Sun, 08 May 2022 22:13:14 +1000	[thread overview]
Message-ID: <87fslkte79.fsf@mpe.ellerman.id.au> (raw)

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

WARNING: multiple messages have this Message-ID (diff)
From: Michael Ellerman <mpe@ellerman.id.au>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: haren@linux.ibm.com, kjain@linux.ibm.com,
	linux-kernel@vger.kernel.org, linuxppc-dev@lists.ozlabs.org
Subject: [GIT PULL] Please pull powerpc/linux.git powerpc-5.18-4 tag
Date: Sun, 08 May 2022 22:13:14 +1000	[thread overview]
Message-ID: <87fslkte79.fsf@mpe.ellerman.id.au> (raw)

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

             reply	other threads:[~2022-05-08 12:14 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-08 12:13 Michael Ellerman [this message]
2022-05-08 12:13 ` [GIT PULL] Please pull powerpc/linux.git powerpc-5.18-4 tag Michael Ellerman
2022-05-08 18:41 ` pr-tracker-bot
2022-05-08 18:41   ` pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87fslkte79.fsf@mpe.ellerman.id.au \
    --to=mpe@ellerman.id.au \
    --cc=haren@linux.ibm.com \
    --cc=kjain@linux.ibm.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linuxppc-dev@lists.ozlabs.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.