linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Michael Ellerman <mpe@ellerman.id.au>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: christophe.leroy@csgroup.eu, clg@kaod.org,
	linux-kernel@vger.kernel.org, linuxppc-dev@lists.ozlabs.org,
	naveen.n.rao@linux.vnet.ibm.com, npiggin@gmail.com,
	valentin.schneider@arm.com, ast@kernel.org, daniel@iogearbox.net
Subject: [GIT PULL] Please pull powerpc/linux.git powerpc-5.14-2 tag
Date: Fri, 09 Jul 2021 23:45:27 +1000	[thread overview]
Message-ID: <87czrrob2g.fsf@mpe.ellerman.id.au> (raw)

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

Hi Linus,

Please pull powerpc fixes for 5.14:

The following changes since commit 019b3fd94ba73d3ac615f0537440b81f129821f6:

  Merge tag 'powerpc-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux (2021-07-02 12:54:34 -0700)

are available in the git repository at:

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

for you to fetch changes up to 2c669ef6979c370f98d4b876e54f19613c81e075:

  powerpc/preempt: Don't touch the idle task's preempt_count during hotplug (2021-07-08 23:38:10 +1000)

- ------------------------------------------------------------------
powerpc fixes for 5.14 #2

Fix crashes on 64-bit Book3E due to use of Book3S only mtmsrd instruction.

Fix "scheduling while atomic" warnings at boot due to preempt count underflow.

Two commits fixing our handling of BPF atomic instructions.

Fix error handling in xive when allocating an IPI.

Fix lockup on kernel exec fault on 603.

Thanks to: Bharata B Rao, Cédric Le Goater, Christian Zigotzky, Christophe Leroy, Guenter
Roeck, Jiri Olsa, Naveen N. Rao, Nicholas Piggin, Valentin Schneider.

- ------------------------------------------------------------------
Christophe Leroy (1):
      powerpc/mm: Fix lockup on kernel exec fault

Cédric Le Goater (1):
      powerpc/xive: Fix error handling when allocating an IPI

Naveen N. Rao (2):
      powerpc/bpf: Fix detecting BPF atomic instructions
      powerpc/bpf: Reject atomic ops in ppc32 JIT

Nicholas Piggin (1):
      powerpc/64e: Fix system call illegal mtmsrd instruction

Valentin Schneider (1):
      powerpc/preempt: Don't touch the idle task's preempt_count during hotplug


 arch/powerpc/kernel/interrupt_64.S   |  6 +++++-
 arch/powerpc/mm/fault.c              |  4 +---
 arch/powerpc/net/bpf_jit_comp32.c    | 14 +++++++++++---
 arch/powerpc/net/bpf_jit_comp64.c    |  4 ++--
 arch/powerpc/platforms/cell/smp.c    |  3 ---
 arch/powerpc/platforms/pseries/smp.c |  3 ---
 arch/powerpc/sysdev/xive/common.c    |  7 +++----
 7 files changed, 22 insertions(+), 19 deletions(-)
-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEEJFGtCPCthwEv2Y/bUevqPMjhpYAFAmDoUOkACgkQUevqPMjh
pYAiow/+OBasOP8AoO9oOxnxQ9UAoy7XMuE9xCXXUAWFZyzI7tspIPxYHF635cZ8
riWkafTUKUrD6evOtQxfhq91CVUG2yUfdeHBLFgb3Azy/iGLDxNCbVq6TbgJClsi
+qFHxjGg+DzY8rFKg3UhX8+hgvO+NGVkv54qQmtyYgSEK7nLU+UJtaVPdlmmen/8
LTTvIjvcZvEKFeJvKqojVDicAB7VUjE3w9Ct3VM4P5rc9kTVie1AdJMjb7PHGPp/
ub043o24RM7lXKv0gG5UM57SugfEbadfhk7OKj41oFeDhGS67kEofay7fNOtPuJP
8IXybH1gxQ84dhNPAX+mL+FuJ9LHq14RWW9bc3nc2PvuQEDJeg04PWYusH5BQb17
Iey3z1ixQ5b6sZkZLULGmMVLc1xQhJLuMDAythUpDKu7AReHagtEclxzeNNXiz1o
MWl/13oSCiYe8xQrvRv3eN8kcv+Nuju7r45PmEJgl0pAireZVW3gL2zS4WCjvfgX
CNwUk+Pd0IGwRE/i3FxtkDdK4Xrn2tcmO4j0H+EB65tYfwrmVHjt4S5vIpx2PCPh
K2YLESzoMHqak5M0agu+MFItzIyt2kCqAwS2c6z1RnJF4PpSOeFrT2YHRGqwxKji
5xvL0+yf5HfYGzfCMURiLmMkQYmZw62kqU6ozA8KHFKQWipMN3g=
=6KM9
-----END PGP SIGNATURE-----

             reply	other threads:[~2021-07-09 13:45 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-07-09 13:45 Michael Ellerman [this message]
2021-07-09 17:41 ` [GIT PULL] Please pull powerpc/linux.git powerpc-5.14-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=87czrrob2g.fsf@mpe.ellerman.id.au \
    --to=mpe@ellerman.id.au \
    --cc=ast@kernel.org \
    --cc=christophe.leroy@csgroup.eu \
    --cc=clg@kaod.org \
    --cc=daniel@iogearbox.net \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linuxppc-dev@lists.ozlabs.org \
    --cc=naveen.n.rao@linux.vnet.ibm.com \
    --cc=npiggin@gmail.com \
    --cc=torvalds@linux-foundation.org \
    --cc=valentin.schneider@arm.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;
as well as URLs for NNTP newsgroup(s).