linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] Please pull powerpc/linux.git powerpc-6.0-2 tag
@ 2022-08-13 23:27 mpe
  2022-08-14  0:46 ` Linus Torvalds
  2022-08-14 16:51 ` pr-tracker-bot
  0 siblings, 2 replies; 4+ messages in thread
From: mpe @ 2022-08-13 23:27 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: christophe.leroy, linux-kernel, linuxppc-dev, naveen.n.rao,
	ndesaulniers, ruscur

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL] Please pull powerpc/linux.git powerpc-6.0-2 tag
  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  6:58   ` Michael Ellerman
  2022-08-14 16:51 ` pr-tracker-bot
  1 sibling, 1 reply; 4+ messages in thread
From: Linus Torvalds @ 2022-08-14  0:46 UTC (permalink / raw)
  To: mpe
  Cc: christophe.leroy, linux-kernel, linuxppc-dev, naveen.n.rao,
	ndesaulniers, ruscur

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL] Please pull powerpc/linux.git powerpc-6.0-2 tag
  2022-08-14  0:46 ` Linus Torvalds
@ 2022-08-14  6:58   ` Michael Ellerman
  0 siblings, 0 replies; 4+ messages in thread
From: Michael Ellerman @ 2022-08-14  6:58 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: christophe.leroy, linux-kernel, linuxppc-dev, naveen.n.rao,
	ndesaulniers, ruscur

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL] Please pull powerpc/linux.git powerpc-6.0-2 tag
  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 16:51 ` pr-tracker-bot
  1 sibling, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2022-08-14 16:51 UTC (permalink / raw)
  To: mpe
  Cc: Linus Torvalds, christophe.leroy, linux-kernel, linuxppc-dev,
	naveen.n.rao, ndesaulniers, ruscur

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!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-08-14 16:58 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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  6:58   ` Michael Ellerman
2022-08-14 16:51 ` pr-tracker-bot

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