public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] Please pull powerpc/linux.git powerpc-6.11-3 tag
@ 2024-09-06 12:07 Michael Ellerman
  2024-09-06 19:57 ` Linus Torvalds
  2024-09-06 20:28 ` pr-tracker-bot
  0 siblings, 2 replies; 4+ messages in thread
From: Michael Ellerman @ 2024-09-06 12:07 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: christophe.leroy, linux-kernel, linuxppc-dev, nysal

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Hi Linus,

Please pull some more powerpc fixes for 6.11:

The following changes since commit 227bbaabe64b6f9cd98aa051454c1d4a194a8c6a:

  powerpc/topology: Check if a core is online (2024-08-13 10:32:17 +1000)

are available in the git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git tags/powerpc-6.11-3

for you to fetch changes up to 734ad0af3609464f8f93e00b6c0de1e112f44559:

  powerpc/qspinlock: Fix deadlock in MCS queue (2024-08-29 15:12:51 +1000)

- ------------------------------------------------------------------
powerpc fixes for 6.11 #3

 - Fix a deadlock in the powerpc qspinlock MCS queue logic.

 - Fix the return type of pgd_val() to not truncate 64-bit PTEs on 85xx.

 - Allow the check for dynamic relocations in the VDSO to work correctly.

 - Make mmu_pte_psize static to fix a build error.

Thanks to: Christophe Leroy, Nysal Jan K.A., Nicholas Piggin, Geetika
Moolchandani, Jijo Varghese, Vaishnavi Bhat.

- ------------------------------------------------------------------
Christophe Leroy (3):
      powerpc/64e: Define mmu_pte_psize static
      powerpc/vdso: Don't discard rela sections
      powerpc/mm: Fix return type of pgd_val()

Nysal Jan K.A. (1):
      powerpc/qspinlock: Fix deadlock in MCS queue


 arch/powerpc/include/asm/nohash/32/pgtable.h |  4 ++--
 arch/powerpc/include/asm/pgtable-types.h     | 12 +++++++++---
 arch/powerpc/kernel/vdso/vdso32.lds.S        |  4 +++-
 arch/powerpc/kernel/vdso/vdso64.lds.S        |  4 ++--
 arch/powerpc/lib/qspinlock.c                 | 10 +++++++++-
 arch/powerpc/mm/nohash/tlb_64e.c             |  2 +-
 6 files changed, 26 insertions(+), 10 deletions(-)
-----BEGIN PGP SIGNATURE-----

iHUEARYKAB0WIQRjvi15rv0TSTaE+SIF0oADX8seIQUCZtrv3QAKCRAF0oADX8se
IbILAQDjj0pScmC9KZX8xYxH7QT7uw4WnTvuYclNNOMQAU/NhgD8DVMpHfMcj75r
ErmOete8qKyD/3w1P+70YGICf4yKewU=
=fFem
-----END PGP SIGNATURE-----

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

* Re: [GIT PULL] Please pull powerpc/linux.git powerpc-6.11-3 tag
  2024-09-06 12:07 [GIT PULL] Please pull powerpc/linux.git powerpc-6.11-3 tag Michael Ellerman
@ 2024-09-06 19:57 ` Linus Torvalds
  2024-09-06 23:11   ` Michael Ellerman
  2024-09-06 20:28 ` pr-tracker-bot
  1 sibling, 1 reply; 4+ messages in thread
From: Linus Torvalds @ 2024-09-06 19:57 UTC (permalink / raw)
  To: Michael Ellerman; +Cc: christophe.leroy, linux-kernel, linuxppc-dev, nysal

On Fri, 6 Sept 2024 at 05:08, Michael Ellerman <mpe@ellerman.id.au> wrote:
>
> Please pull some more powerpc fixes for 6.11:
>
>   https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git tags/powerpc-6.11-3

Hmm. New pgp key? Please don't take me by surprise like this.

The key looks fine, I see the signature by Stephen Rothwell, but I get
worried when I suddenly see a new signature with no notice and then
have to go looking around for it.

                   Linus

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

* Re: [GIT PULL] Please pull powerpc/linux.git powerpc-6.11-3 tag
  2024-09-06 12:07 [GIT PULL] Please pull powerpc/linux.git powerpc-6.11-3 tag Michael Ellerman
  2024-09-06 19:57 ` Linus Torvalds
@ 2024-09-06 20:28 ` pr-tracker-bot
  1 sibling, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2024-09-06 20:28 UTC (permalink / raw)
  To: Michael Ellerman
  Cc: Linus Torvalds, christophe.leroy, linux-kernel, linuxppc-dev,
	nysal

The pull request you sent on Fri, 06 Sep 2024 22:07:54 +1000:

> https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git tags/powerpc-6.11-3

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

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

* Re: [GIT PULL] Please pull powerpc/linux.git powerpc-6.11-3 tag
  2024-09-06 19:57 ` Linus Torvalds
@ 2024-09-06 23:11   ` Michael Ellerman
  0 siblings, 0 replies; 4+ messages in thread
From: Michael Ellerman @ 2024-09-06 23:11 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: christophe.leroy, linux-kernel, linuxppc-dev, nysal

Linus Torvalds <torvalds@linux-foundation.org> writes:
> On Fri, 6 Sept 2024 at 05:08, Michael Ellerman <mpe@ellerman.id.au> wrote:
>>
>> Please pull some more powerpc fixes for 6.11:
>>
>>   https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git tags/powerpc-6.11-3
>
> Hmm. New pgp key? Please don't take me by surprise like this.

Yes, sorry. I switched to it a few weeks back but this is the first pull
request I've sent since.

> The key looks fine, I see the signature by Stephen Rothwell, but I get
> worried when I suddenly see a new signature with no notice and then
> have to go looking around for it.

It's also signed by my old key.

I posted it to the keys repo:
  https://lore.kernel.org/keys/87o75pp2bt.fsf@mail.lhotse/

But yeah I still should have mentioned it in the pull request.

cheers

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

end of thread, other threads:[~2024-09-06 23:11 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-06 12:07 [GIT PULL] Please pull powerpc/linux.git powerpc-6.11-3 tag Michael Ellerman
2024-09-06 19:57 ` Linus Torvalds
2024-09-06 23:11   ` Michael Ellerman
2024-09-06 20:28 ` 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