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

Michael Ellerman mpe at ellerman.id.au
Sat Oct 29 21:48:41 AEDT 2022


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

Hi Linus,

Please pull some more powerpc fixes for 6.1:

The following changes since commit 9abf2313adc1ca1b6180c508c25f22f9395cc780:

  Linux 6.1-rc1 (2022-10-16 15:36:24 -0700)

are available in the git repository at:

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

for you to fetch changes up to 65722736c3baf29e02e964a09e85c9ef71c48e8d:

  powerpc/64s/interrupt: Fix clear of PACA_IRQS_HARD_DIS when returning to soft-masked context (2022-10-27 00:38:35 +1100)

- ------------------------------------------------------------------
powerpc fixes for 6.1 #3

 - Fix a case of rescheduling with user access unlocked, when preempt is enabled.

 - A follow-up fix for a recent fix, which could lead to IRQ state assertions firing
   incorrectly.

 - Two fixes for lockdep warnings seen when using kfence with the Hash MMU.

 - Two fixes for preempt warnings seen when using the Hash MMU.

 - Two fixes for the VAS coprocessor mechanism used on pseries.

 - Prevent building some of our older KVM backends when CONTEXT_TRACKING_USER is enabled,
   as it's known to cause crashes.

 - A couple of fixes for issues seen with PMU NMIs.

Thanks to: Nicholas Piggin, Guenter Roeck, Frederic Barrat Haren Myneni, Sachin Sant,
Samuel Holland.

- ------------------------------------------------------------------
Haren Myneni (2):
      powerpc/pseries/vas: Add VAS IRQ primary handler
      powerpc/pseries: Use lparcfg to reconfig VAS windows for DLPAR CPU

Nicholas Piggin (10):
      powerpc/64s: Add lockdep for HPTE lock
      powerpc/64s: make HPTE lock and native_tlbie_lock irq-safe
      powerpc/64s: make linear_map_hash_lock a raw spinlock
      powerpc/64s: Disable preemption in hash lazy mmu mode
      powerpc/64s: Fix hash__change_memory_range preemption warning
      powerpc: Fix reschedule bug in KUAP-unlocked user copy
      KVM: PPC: BookS PR-KVM and BookE do not support context tracking
      powerpc/64/interrupt: Prevent NMI PMI causing a dangerous warning
      powerpc/64s/interrupt: Perf NMI should not take normal exit path
      powerpc/64s/interrupt: Fix clear of PACA_IRQS_HARD_DIS when returning to soft-masked context


 arch/powerpc/include/asm/book3s/64/tlbflush-hash.h |  6 ++
 arch/powerpc/kernel/exceptions-64e.S               |  7 ++
 arch/powerpc/kernel/exceptions-64s.S               | 14 +++-
 arch/powerpc/kernel/interrupt.c                    | 14 +++-
 arch/powerpc/kernel/interrupt_64.S                 | 13 ++-
 arch/powerpc/kvm/Kconfig                           |  4 +
 arch/powerpc/lib/vmx-helper.c                      | 12 ++-
 arch/powerpc/mm/book3s64/hash_native.c             | 67 ++++++++++++++--
 arch/powerpc/mm/book3s64/hash_pgtable.c            |  8 +-
 arch/powerpc/mm/book3s64/hash_utils.c              | 12 +--
 arch/powerpc/platforms/pseries/lparcfg.c           | 11 +++
 arch/powerpc/platforms/pseries/vas.c               | 83 +++++++++++++++-----
 arch/powerpc/platforms/pseries/vas.h               |  6 ++
 13 files changed, 212 insertions(+), 45 deletions(-)
-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEEJFGtCPCthwEv2Y/bUevqPMjhpYAFAmNdBLMACgkQUevqPMjh
pYBiVRAAmr/98OnqSULxJsuJHZnLGTZuMCnMOsk4sPYVEqfwiR2wF4GmQWV1EHG1
hSk9nw46lZaPBtg5FLxp8VrmRsJLv9GTM81bvfIA40+nmpHwuljXckEtkVkTMO4M
EPBMbrinLJhBczXNJ9etAK/Sm7zlBW4Zunyo8ejm04RfrbNdUTEzhzwV9uK0AE0S
Leg2LAYsChcd1on0L+rcBIHLZUCFd3GJJz0i4MHGtLV/cBtbg+qrNRxYQMyHVZmG
PlWUHywweya6mzyDi2WBU2rjzRz0ZjcNAEnMvqsihAmrnDQJcYGXc61gDH3lYuDk
oGLcm7an2aElPnoJOCCmAugUk1IY7c9WVxgrHCQ08kBtHgPkuL0XGMJNGYRyNcUN
azoz0VikviOLkECPP9MGrKUuYSewUXjk4DIYLEZclvvRbBKp7gM7hAAtJXJxghVH
mynKr2zTGTJb73sGo7ey/kAgzXPBX6mre2BhSYR+odzSEcptg+Rd+6pDqwAw2Xkt
ao8iTGZUA2Vrq+KutoXvWb1mtP/EKLTz7dhbJUid4+cTrNo7NCTiNj/jSKEVXI2p
FNwLXpP16VihJNg2ttOxz2GPhB2+6TIk9TeVJDFytqZPqx2bhY9PVpZxt0ARm3tH
m8cl0gI8zXfbpyhAT3Y6IGRwpEFEyJ7UEQk9ew+JnRol2uaPLiM=
=Dccx
-----END PGP SIGNATURE-----


More information about the Linuxppc-dev mailing list