All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] Please pull powerpc/linux.git powerpc-5.10-5 tag
@ 2020-12-05 12:19 ` Michael Ellerman
  0 siblings, 0 replies; 4+ messages in thread
From: Michael Ellerman @ 2020-12-05 12:19 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: groug, linux-kernel, linuxppc-dev, mahesh, npiggin, peterz, srikar

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

Hi Linus,

Please pull some more powerpc fixes for 5.10.

The change to kernel/cpu.c is just adding an optional arch override, and has
Peter's ack.

cheers


The following changes since commit b6b79dd53082db11070b4368d85dd6699ff0b063:

  powerpc/64s: Fix allnoconfig build since uaccess flush (2020-11-23 21:16:42 +1100)

are available in the git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git tags/powerpc-5.10-5

for you to fetch changes up to a1ee28117077c3bf24e5ab6324c835eaab629c45:

  powerpc/64s/powernv: Fix memory corruption when saving SLB entries on MCE (2020-12-02 23:16:40 +1100)

- ------------------------------------------------------------------
powerpc fixes for 5.10 #5

Three commits fixing possible missed TLB invalidations for multi-threaded
processes when CPUs are hotplugged in and out.

A fix for a host crash triggerable by host userspace (qemu) in KVM on Power9.

A fix for a host crash in machine check handling when running HPT guests on a
HPT host.

One commit fixing potential missed TLB invalidations when using the hash MMU on
Power9 or later.

A regression fix for machines with CPUs on node 0 but no memory.

Thanks to:
  Aneesh Kumar K.V, Cédric Le Goater, Greg Kurz, Milan Mohanty, Milton Miller,
  Nicholas Piggin, Paul Mackerras, Srikar Dronamraju.

- ------------------------------------------------------------------
Greg Kurz (1):
      KVM: PPC: Book3S HV: XIVE: Fix vCPU id sanity check

Nicholas Piggin (5):
      powerpc/64s: Fix hash ISA v3.0 TLBIEL instruction generation
      powerpc/64s/pseries: Fix hash tlbiel_all_isa300 for guest kernels
      kernel/cpu: add arch override for clear_tasks_mm_cpumask() mm handling
      powerpc/64s: Trim offlined CPUs from mm_cpumasks
      powerpc/64s/powernv: Fix memory corruption when saving SLB entries on MCE

Srikar Dronamraju (1):
      powerpc/numa: Fix a regression on memoryless node 0


 arch/powerpc/include/asm/book3s/64/mmu.h     | 12 ++++++++++
 arch/powerpc/kvm/book3s_xive.c               |  7 ++----
 arch/powerpc/mm/book3s64/hash_native.c       | 23 +++++++++++++-------
 arch/powerpc/mm/book3s64/mmu_context.c       | 20 +++++++++++++++++
 arch/powerpc/mm/numa.c                       |  3 +--
 arch/powerpc/platforms/powermac/smp.c        |  2 ++
 arch/powerpc/platforms/powernv/setup.c       |  9 ++++++--
 arch/powerpc/platforms/powernv/smp.c         |  3 +++
 arch/powerpc/platforms/pseries/hotplug-cpu.c |  3 +++
 kernel/cpu.c                                 |  6 ++++-
 10 files changed, 70 insertions(+), 18 deletions(-)
-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEEJFGtCPCthwEv2Y/bUevqPMjhpYAFAl/Ler0ACgkQUevqPMjh
pYBdSg//YL+3GipNsfXCyKfCXxlVn3/v6e+tAa4EYrJc7BxHWq2rr4tCO5ycsZPg
yGPRNFDKPlN8jP/qX29LjKF4k1D9uQ7Z/FL1MM7Z3Xrwu5lOZJn2AYbKUrLIN1jX
IfddqmH5FuGXC+9GPXDo8OT0IZzzp4HNvqUAFMfgulH4IHkFCmBx3+bjQxRbprmA
c3bikk4GR/qEP97RIVga8MZOnnt8LccS86iH81/d5jT8zMgL61FGCqGdkinTDSIt
4Qo4jrSj2zhbZs8gsff7ZbDvKfe/tNUClzvyFoi40hbSQogPE+r/Ik1ol9snxSdv
YYWwX1Yov2n10FOoqVsK4m5EWfx988+uyJ6on9pOYR0IJIZQ0GkaQ+5HptgGsTR6
5sRW6uiHxpaABhSZPaBcgH09G2ppjBlFC2Hz2g9NZuCCckdHx+FdrG+MGHMq+KRT
hSZafOosPSPLyqDlUDo9RuksBEk/oOkO2beizVfGo2ETx6AQO3zzrhQcA/kU9Gxy
opFfBP5sikmesAXxP0fxd0tg20EkRlWZzEDu/dFNhbNW+T0/KwzYuZaGsf7l65GO
XpyiLScm4a0vSIt481eqMd4oazrYFIPGZgTU10ws6lI7DM9q360Zhn5VOf80i4Lw
fYorXpe7KILB6PveChkJ+DiR/2UPRrzWSKoZ4SfQfJwzQKp4Td8=
=N1fr
-----END PGP SIGNATURE-----

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

* [GIT PULL] Please pull powerpc/linux.git powerpc-5.10-5 tag
@ 2020-12-05 12:19 ` Michael Ellerman
  0 siblings, 0 replies; 4+ messages in thread
From: Michael Ellerman @ 2020-12-05 12:19 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: srikar, peterz, linux-kernel, mahesh, npiggin, groug, linuxppc-dev

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

Hi Linus,

Please pull some more powerpc fixes for 5.10.

The change to kernel/cpu.c is just adding an optional arch override, and has
Peter's ack.

cheers


The following changes since commit b6b79dd53082db11070b4368d85dd6699ff0b063:

  powerpc/64s: Fix allnoconfig build since uaccess flush (2020-11-23 21:16:42 +1100)

are available in the git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git tags/powerpc-5.10-5

for you to fetch changes up to a1ee28117077c3bf24e5ab6324c835eaab629c45:

  powerpc/64s/powernv: Fix memory corruption when saving SLB entries on MCE (2020-12-02 23:16:40 +1100)

- ------------------------------------------------------------------
powerpc fixes for 5.10 #5

Three commits fixing possible missed TLB invalidations for multi-threaded
processes when CPUs are hotplugged in and out.

A fix for a host crash triggerable by host userspace (qemu) in KVM on Power9.

A fix for a host crash in machine check handling when running HPT guests on a
HPT host.

One commit fixing potential missed TLB invalidations when using the hash MMU on
Power9 or later.

A regression fix for machines with CPUs on node 0 but no memory.

Thanks to:
  Aneesh Kumar K.V, Cédric Le Goater, Greg Kurz, Milan Mohanty, Milton Miller,
  Nicholas Piggin, Paul Mackerras, Srikar Dronamraju.

- ------------------------------------------------------------------
Greg Kurz (1):
      KVM: PPC: Book3S HV: XIVE: Fix vCPU id sanity check

Nicholas Piggin (5):
      powerpc/64s: Fix hash ISA v3.0 TLBIEL instruction generation
      powerpc/64s/pseries: Fix hash tlbiel_all_isa300 for guest kernels
      kernel/cpu: add arch override for clear_tasks_mm_cpumask() mm handling
      powerpc/64s: Trim offlined CPUs from mm_cpumasks
      powerpc/64s/powernv: Fix memory corruption when saving SLB entries on MCE

Srikar Dronamraju (1):
      powerpc/numa: Fix a regression on memoryless node 0


 arch/powerpc/include/asm/book3s/64/mmu.h     | 12 ++++++++++
 arch/powerpc/kvm/book3s_xive.c               |  7 ++----
 arch/powerpc/mm/book3s64/hash_native.c       | 23 +++++++++++++-------
 arch/powerpc/mm/book3s64/mmu_context.c       | 20 +++++++++++++++++
 arch/powerpc/mm/numa.c                       |  3 +--
 arch/powerpc/platforms/powermac/smp.c        |  2 ++
 arch/powerpc/platforms/powernv/setup.c       |  9 ++++++--
 arch/powerpc/platforms/powernv/smp.c         |  3 +++
 arch/powerpc/platforms/pseries/hotplug-cpu.c |  3 +++
 kernel/cpu.c                                 |  6 ++++-
 10 files changed, 70 insertions(+), 18 deletions(-)
-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEEJFGtCPCthwEv2Y/bUevqPMjhpYAFAl/Ler0ACgkQUevqPMjh
pYBdSg//YL+3GipNsfXCyKfCXxlVn3/v6e+tAa4EYrJc7BxHWq2rr4tCO5ycsZPg
yGPRNFDKPlN8jP/qX29LjKF4k1D9uQ7Z/FL1MM7Z3Xrwu5lOZJn2AYbKUrLIN1jX
IfddqmH5FuGXC+9GPXDo8OT0IZzzp4HNvqUAFMfgulH4IHkFCmBx3+bjQxRbprmA
c3bikk4GR/qEP97RIVga8MZOnnt8LccS86iH81/d5jT8zMgL61FGCqGdkinTDSIt
4Qo4jrSj2zhbZs8gsff7ZbDvKfe/tNUClzvyFoi40hbSQogPE+r/Ik1ol9snxSdv
YYWwX1Yov2n10FOoqVsK4m5EWfx988+uyJ6on9pOYR0IJIZQ0GkaQ+5HptgGsTR6
5sRW6uiHxpaABhSZPaBcgH09G2ppjBlFC2Hz2g9NZuCCckdHx+FdrG+MGHMq+KRT
hSZafOosPSPLyqDlUDo9RuksBEk/oOkO2beizVfGo2ETx6AQO3zzrhQcA/kU9Gxy
opFfBP5sikmesAXxP0fxd0tg20EkRlWZzEDu/dFNhbNW+T0/KwzYuZaGsf7l65GO
XpyiLScm4a0vSIt481eqMd4oazrYFIPGZgTU10ws6lI7DM9q360Zhn5VOf80i4Lw
fYorXpe7KILB6PveChkJ+DiR/2UPRrzWSKoZ4SfQfJwzQKp4Td8=
=N1fr
-----END PGP SIGNATURE-----

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

* Re: [GIT PULL] Please pull powerpc/linux.git powerpc-5.10-5 tag
  2020-12-05 12:19 ` Michael Ellerman
@ 2020-12-05 19:21   ` pr-tracker-bot
  -1 siblings, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2020-12-05 19:21 UTC (permalink / raw)
  To: Michael Ellerman
  Cc: Linus Torvalds, srikar, peterz, linux-kernel, mahesh, npiggin,
	groug, linuxppc-dev

The pull request you sent on Sat, 05 Dec 2020 23:19:45 +1100:

> https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git tags/powerpc-5.10-5

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

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-5.10-5 tag
@ 2020-12-05 19:21   ` pr-tracker-bot
  0 siblings, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2020-12-05 19:21 UTC (permalink / raw)
  To: Michael Ellerman
  Cc: srikar, peterz, linuxppc-dev, mahesh, npiggin, linux-kernel,
	groug, Linus Torvalds

The pull request you sent on Sat, 05 Dec 2020 23:19:45 +1100:

> https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git tags/powerpc-5.10-5

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

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:[~2020-12-05 20:40 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-05 12:19 [GIT PULL] Please pull powerpc/linux.git powerpc-5.10-5 tag Michael Ellerman
2020-12-05 12:19 ` Michael Ellerman
2020-12-05 19:21 ` pr-tracker-bot
2020-12-05 19:21   ` pr-tracker-bot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.