All of lore.kernel.org
 help / color / mirror / Atom feed
From: mpe@ellerman.id.au
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: ndesaulniers@google.com, linux-kernel@vger.kernel.org,
	naveen.n.rao@linux.vnet.ibm.com, linuxppc-dev@lists.ozlabs.org
Subject: [GIT PULL] Please pull powerpc/linux.git powerpc-6.0-2 tag
Date: Sun, 14 Aug 2022 09:27:37 +1000	[thread overview]
Message-ID: <87czd3d8ra.fsf@mpe.ellerman.id.au> (raw)

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

Hi Linus,

Please pull some powerpc fixes for 6.0:

The following changes since commit cae4199f9319f42534ee2e2e4aadf183b9bb7f73:

  Merge tag 'powerpc-6.0-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux (2022-08-06 16:38:17 -0700)

are available in the git repository at:

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

for you to fetch changes up to 83ee9f23763a432a4077bf20624ee35de87bce99:

  powerpc/kexec: Fix build failure from uninitialised variable (2022-08-10 15:55:20 +1000)

- ------------------------------------------------------------------
powerpc fixes for 6.0 #2

 - Ensure we never emit lwarx with EH=1 on 32-bit, because some 32-bit CPUs trap on it
   rather than ignoring it as they should.

 - Fix ftrace when building with clang, which was broken by some refactoring.

 - A couple of other minor fixes.

Thanks to: Christophe Leroy, Naveen N. Rao, Nick Desaulniers, Ondrej Mosnacek, Pali Rohár,
Russell Currey Segher Boessenkool.

- ------------------------------------------------------------------
Christophe Leroy (4):
      powerpc: Fix eh field when calling lwarx on PPC32
      powerpc: Don't hide eh field of lwarx behind a macro
      powerpc: Make eh value more explicit when using lwarx
      powerpc/ppc-opcode: Fix PPC_RAW_TW()

Naveen N. Rao (1):
      powerpc64/ftrace: Fix ftrace for clang builds

Russell Currey (1):
      powerpc/kexec: Fix build failure from uninitialised variable


 arch/powerpc/include/asm/atomic.h          |  5 +++--
 arch/powerpc/include/asm/bitops.h          |  4 ++--
 arch/powerpc/include/asm/ppc-opcode.h      | 13 ++-----------
 arch/powerpc/include/asm/simple_spinlock.h | 15 +++++++++------
 arch/powerpc/kernel/trace/ftrace.c         |  8 ++++----
 arch/powerpc/kexec/file_load_64.c          | 10 +++++-----
 6 files changed, 25 insertions(+), 30 deletions(-)
-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEEJFGtCPCthwEv2Y/bUevqPMjhpYAFAmL4MxcACgkQUevqPMjh
pYAbQg//Y2KdKueTxPGMVN2/jCSDU6QEcCfZzmGWuCSQgdC1ufsf4hc8Maao0wOa
nX2FzVF5F23MJM0oOtgdmC0p4QADSsR6OP3E0sST2snXBQf+FQPtIp4kjzCYP1zi
x9paoBV1cBS54DI8bpdzp5FRLqmxxQ4PKM7iru6VYOC9EOZuwvg71W/+s90racdW
J9Igz6yleFp2YsJYUWZNTNk7qJ9J5dhTRNrEK0MyOAmrcwXhQAq4QU6WqV3upUMa
i4w8yqIi4e+dkRk1YjuZUVyqi7HgUE27gzH2yZT2w1SNMjodydv5P2ghgRP75s7y
V4l/iuqfeWtw8tfEHzl+0rw3twhe1Y54ay4uFSfUOI2m9u6dJjjnXDJUai/vyytX
CT4cRow8HP5eIULuj5jFrgPjkH1sBRUBdXVwZrDTOrynKXiEC5nbNTE5LTjbvYzj
snzMRM8jEZpG/t1wA5tmGgMson37260qo/aqX9wIIEc0LhhJZdvMr7RD6pnX1D6I
88mI/zxmitJU9bENQyenAOZn7Y6ybXBv8tEvHBr/xq0jKL0O7MKsdim4fUUZa7p/
yAUwnMb88fbg10M5xWybbDJ2Ej4x+KD4pbWVN80qvApG6z85hbeRZVqx8JX0qS78
TZMIWs4qPNwH/P8SM0Ez+/5kXxzkN6S0UXs99ViCxtYEIskWv4g=
=nY/A
-----END PGP SIGNATURE-----

WARNING: multiple messages have this Message-ID (diff)
From: mpe@ellerman.id.au
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: christophe.leroy@csgroup.eu, linux-kernel@vger.kernel.org,
	linuxppc-dev@lists.ozlabs.org, naveen.n.rao@linux.vnet.ibm.com,
	ndesaulniers@google.com, ruscur@russell.cc
Subject: [GIT PULL] Please pull powerpc/linux.git powerpc-6.0-2 tag
Date: Sun, 14 Aug 2022 09:27:37 +1000	[thread overview]
Message-ID: <87czd3d8ra.fsf@mpe.ellerman.id.au> (raw)

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

Hi Linus,

Please pull some powerpc fixes for 6.0:

The following changes since commit cae4199f9319f42534ee2e2e4aadf183b9bb7f73:

  Merge tag 'powerpc-6.0-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux (2022-08-06 16:38:17 -0700)

are available in the git repository at:

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

for you to fetch changes up to 83ee9f23763a432a4077bf20624ee35de87bce99:

  powerpc/kexec: Fix build failure from uninitialised variable (2022-08-10 15:55:20 +1000)

- ------------------------------------------------------------------
powerpc fixes for 6.0 #2

 - Ensure we never emit lwarx with EH=1 on 32-bit, because some 32-bit CPUs trap on it
   rather than ignoring it as they should.

 - Fix ftrace when building with clang, which was broken by some refactoring.

 - A couple of other minor fixes.

Thanks to: Christophe Leroy, Naveen N. Rao, Nick Desaulniers, Ondrej Mosnacek, Pali Rohár,
Russell Currey Segher Boessenkool.

- ------------------------------------------------------------------
Christophe Leroy (4):
      powerpc: Fix eh field when calling lwarx on PPC32
      powerpc: Don't hide eh field of lwarx behind a macro
      powerpc: Make eh value more explicit when using lwarx
      powerpc/ppc-opcode: Fix PPC_RAW_TW()

Naveen N. Rao (1):
      powerpc64/ftrace: Fix ftrace for clang builds

Russell Currey (1):
      powerpc/kexec: Fix build failure from uninitialised variable


 arch/powerpc/include/asm/atomic.h          |  5 +++--
 arch/powerpc/include/asm/bitops.h          |  4 ++--
 arch/powerpc/include/asm/ppc-opcode.h      | 13 ++-----------
 arch/powerpc/include/asm/simple_spinlock.h | 15 +++++++++------
 arch/powerpc/kernel/trace/ftrace.c         |  8 ++++----
 arch/powerpc/kexec/file_load_64.c          | 10 +++++-----
 6 files changed, 25 insertions(+), 30 deletions(-)
-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEEJFGtCPCthwEv2Y/bUevqPMjhpYAFAmL4MxcACgkQUevqPMjh
pYAbQg//Y2KdKueTxPGMVN2/jCSDU6QEcCfZzmGWuCSQgdC1ufsf4hc8Maao0wOa
nX2FzVF5F23MJM0oOtgdmC0p4QADSsR6OP3E0sST2snXBQf+FQPtIp4kjzCYP1zi
x9paoBV1cBS54DI8bpdzp5FRLqmxxQ4PKM7iru6VYOC9EOZuwvg71W/+s90racdW
J9Igz6yleFp2YsJYUWZNTNk7qJ9J5dhTRNrEK0MyOAmrcwXhQAq4QU6WqV3upUMa
i4w8yqIi4e+dkRk1YjuZUVyqi7HgUE27gzH2yZT2w1SNMjodydv5P2ghgRP75s7y
V4l/iuqfeWtw8tfEHzl+0rw3twhe1Y54ay4uFSfUOI2m9u6dJjjnXDJUai/vyytX
CT4cRow8HP5eIULuj5jFrgPjkH1sBRUBdXVwZrDTOrynKXiEC5nbNTE5LTjbvYzj
snzMRM8jEZpG/t1wA5tmGgMson37260qo/aqX9wIIEc0LhhJZdvMr7RD6pnX1D6I
88mI/zxmitJU9bENQyenAOZn7Y6ybXBv8tEvHBr/xq0jKL0O7MKsdim4fUUZa7p/
yAUwnMb88fbg10M5xWybbDJ2Ej4x+KD4pbWVN80qvApG6z85hbeRZVqx8JX0qS78
TZMIWs4qPNwH/P8SM0Ez+/5kXxzkN6S0UXs99ViCxtYEIskWv4g=
=nY/A
-----END PGP SIGNATURE-----

             reply	other threads:[~2022-08-13 23:28 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-13 23:27 mpe [this message]
2022-08-13 23:27 ` [GIT PULL] Please pull powerpc/linux.git powerpc-6.0-2 tag mpe
2022-08-14  0:46 ` Linus Torvalds
2022-08-14  0:46   ` Linus Torvalds
2022-08-14  6:58   ` Michael Ellerman
2022-08-14  6:58     ` Michael Ellerman
2022-08-14 16:51 ` pr-tracker-bot
2022-08-14 16:51   ` 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=87czd3d8ra.fsf@mpe.ellerman.id.au \
    --to=mpe@ellerman.id.au \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linuxppc-dev@lists.ozlabs.org \
    --cc=naveen.n.rao@linux.vnet.ibm.com \
    --cc=ndesaulniers@google.com \
    --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.