public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Michael Ellerman <mpe@ellerman.id.au>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: heying24@huawei.com, linux-kernel@vger.kernel.org,
	linuxppc-dev@lists.ozlabs.org, masahiroy@kernel.org,
	oss@buserror.net, paulus@ozlabs.org, vaibhav@linux.ibm.com,
	ariel.miculas@belden.com
Subject: [GIT PULL] Please pull powerpc/linux.git powerpc-5.19-2 tag
Date: Fri, 10 Jun 2022 00:59:45 +1000	[thread overview]
Message-ID: <87k09pdgri.fsf@mpe.ellerman.id.au> (raw)

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

Hi Linus,

Please pull powerpc fixes for 5.19:

The following changes since commit 6112bd00e84e5dbffebc3c1e908cbe914ca772ee:

  Merge tag 'powerpc-5.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux (2022-05-28 11:27:17 -0700)

are available in the git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git tags/powerpc-5.19-2

for you to fetch changes up to 8e1278444446fc97778a5e5c99bca1ce0bbc5ec9:

  powerpc/32: Fix overread/overwrite of thread_struct via ptrace (2022-06-09 23:32:56 +1000)

- ------------------------------------------------------------------
powerpc fixes for 5.19 #2

 - On 32-bit fix overread/overwrite of thread_struct via ptrace PEEK/POKE.

 - Fix softirqs not switching to the softirq stack since we moved irq_exit().

 - Force thread size increase when KASAN is enabled to avoid stack overflows.

 - On Book3s 64 mark more code as not to be instrumented by KASAN to avoid crashes.

 - Exempt __get_wchan() from KASAN checking, as it's inherently racy.

 - Fix a recently introduced crash in the papr_scm driver in some configurations.

 - Remove include of <generated/compile.h> which is forbidden.

Thanks to: Ariel Miculas, Chen Jingwen, Christophe Leroy, Erhard Furtner, He Ying, Kees
Cook, Masahiro Yamada, Nageswara R Sastry, Paul Mackerras, Sachin Sant, Vaibhav Jain,
Wanming Hu.

- ------------------------------------------------------------------
He Ying (1):
      powerpc/kasan: Silence KASAN warnings in __get_wchan()

Masahiro Yamada (1):
      powerpc/book3e: get rid of #include <generated/compile.h>

Michael Ellerman (3):
      powerpc: Don't select HAVE_IRQ_EXIT_ON_IRQ_STACK
      powerpc/kasan: Force thread size increase with KASAN
      powerpc/32: Fix overread/overwrite of thread_struct via ptrace

Paul Mackerras (1):
      powerpc/kasan: Mark more real-mode code as not to be instrumented

Vaibhav Jain (1):
      powerpc/papr_scm: don't requests stats with '0' sized stats buffer


 arch/powerpc/Kconfig                      |  2 --
 arch/powerpc/include/asm/thread_info.h    | 10 ++++++++--
 arch/powerpc/kernel/Makefile              |  2 ++
 arch/powerpc/kernel/process.c             |  4 ++--
 arch/powerpc/kernel/ptrace/ptrace-fpu.c   | 20 ++++++++++++++------
 arch/powerpc/kernel/ptrace/ptrace.c       |  3 +++
 arch/powerpc/kernel/rtas.c                |  4 ++--
 arch/powerpc/kexec/crash.c                |  2 +-
 arch/powerpc/mm/nohash/kaslr_booke.c      |  8 ++------
 arch/powerpc/platforms/powernv/Makefile   |  1 +
 arch/powerpc/platforms/pseries/papr_scm.c |  3 +++
 11 files changed, 38 insertions(+), 21 deletions(-)
-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEEJFGtCPCthwEv2Y/bUevqPMjhpYAFAmKiClMACgkQUevqPMjh
pYBl2w//cMfBNA1wR3b+r9+Ro9SlFMzfCtk0ue+A44QLo0Va71H9eZLmZ7qM6LK4
B37Am/bNZPnI0DM1pjTXKq0aEt7KRC9VyEiS9Gl4w0mf5bRjZy8Q8A+YA/CDoKrr
Ctd1iAZzk1mAbegdSeS66DlmGVGvDwzLK8jkJDPjOhaaXZMLZLRx+j4USeLuTCMS
Ub7LXpLcewa7E7xOXshoFIFd6wCSEpsiayCEAlCd4yICKeDfNdWc/9GBd3e6z+1e
7cSr7E59TY1cJ5WZ00p1UPigImNroYBEPmZj+F3vSt/MQwb/VXZYQuFojytk126z
sl69pzyghp4oCdvNvVVxHTHjDYZhnoPEKSoPpgD+CegrrdgKBeXweGE8T8JHKr4i
1FSFrX+zwXoTRRpwyDVEtDu1ld/AMHMQO8NiFFDSuYDdgrgYCyqk1Rg3Yb6aYpLQ
+b8uwX9b1lUZyrJz/Whf4PpTW0TmU9eyNPyFScpyojX1HMcu+VDBtowuaS1FkzIb
2ft6XsQUV0f4EIrJTsgWWyIw32kE9TiCPKwOX3wMQfdx5j6YuQJ7N2ALZVoQnQbu
aUvpGu6Fv/tasSaboThHWpAsRZLMGjFD94WwvX1Kn0NtvWpoeocA6barup0Nosey
3avApSIyPG5Q9RA3m1SjM0dLJdpyUmt2hDuvuFitRmeqePOoVxc=
=s319
-----END PGP SIGNATURE-----

             reply	other threads:[~2022-06-09 14:59 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-09 14:59 Michael Ellerman [this message]
2022-06-09 19:22 ` [GIT PULL] Please pull powerpc/linux.git powerpc-5.19-2 tag 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=87k09pdgri.fsf@mpe.ellerman.id.au \
    --to=mpe@ellerman.id.au \
    --cc=ariel.miculas@belden.com \
    --cc=heying24@huawei.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linuxppc-dev@lists.ozlabs.org \
    --cc=masahiroy@kernel.org \
    --cc=oss@buserror.net \
    --cc=paulus@ozlabs.org \
    --cc=torvalds@linux-foundation.org \
    --cc=vaibhav@linux.ibm.com \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox