mbox series

[GIT,PULL] Please pull powerpc/linux.git powerpc-6.11-3 tag

Message ID 87ttet3rz9.fsf@mail.lhotse (mailing list archive)
State Not Applicable
Headers show
Series [GIT,PULL] Please pull powerpc/linux.git powerpc-6.11-3 tag | expand

Pull-request

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

Message

Michael Ellerman Sept. 6, 2024, 12:07 p.m. UTC
-----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-----

Comments

Linus Torvalds Sept. 6, 2024, 7:57 p.m. UTC | #1
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
pr-tracker-bot@kernel.org Sept. 6, 2024, 8:28 p.m. UTC | #2
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!
Michael Ellerman Sept. 6, 2024, 11:11 p.m. UTC | #3
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