mbox series

[GIT,PULL] Please pull powerpc/linux.git powerpc-6.0-2 tag

Message ID 87czd3d8ra.fsf@mpe.ellerman.id.au (mailing list archive)
State Not Applicable
Headers show
Series [GIT,PULL] Please pull powerpc/linux.git powerpc-6.0-2 tag | expand

Pull-request

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

Message

Michael Ellerman Aug. 13, 2022, 11:27 p.m. UTC
-----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-----

Comments

Linus Torvalds Aug. 14, 2022, 12:46 a.m. UTC | #1
On Sat, Aug 13, 2022 at 4:27 PM <mpe@ellerman.id.au> wrote:
> [..]

Btw, could you please fix whatever your email setup is, so that you
have a proper name?

Seeing that 'mpe' as a source in my inbox just makes me think it's
spam and not real mail.

My search for "git pull" will find it, so it's not a huge problem in
practice, it's more of a "what is that garbage in my inbox - ooh, it's
Michael Ellerman's badly configured email again"

               Linus
Michael Ellerman Aug. 14, 2022, 6:58 a.m. UTC | #2
Linus Torvalds <torvalds@linux-foundation.org> writes:
> On Sat, Aug 13, 2022 at 4:27 PM <mpe@ellerman.id.au> wrote:
>> [..]
>
> Btw, could you please fix whatever your email setup is, so that you
> have a proper name?
>
> Seeing that 'mpe' as a source in my inbox just makes me think it's
> spam and not real mail.
>
> My search for "git pull" will find it, so it's not a huge problem in
> practice, it's more of a "what is that garbage in my inbox - ooh, it's
> Michael Ellerman's badly configured email again"

OK.

cheers
pr-tracker-bot@kernel.org Aug. 14, 2022, 4:51 p.m. UTC | #3
The pull request you sent on Sun, 14 Aug 2022 09:27:37 +1000:

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

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

Thank you!