linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] Please pull powerpc/linux.git powerpc-6.0-4 tag
@ 2022-09-04 12:36 Michael Ellerman
  2022-09-04 18:53 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Michael Ellerman @ 2022-09-04 12:36 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: pali, kjain, masahiroy, linux-kernel, nathan, linuxppc-dev

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

Hi Linus,

Please pull some more powerpc fixes for 6.0:

The following changes since commit 1c23f9e627a7b412978b4e852793c5e3c3efc555:

  Linux 6.0-rc2 (2022-08-21 17:32:54 -0700)

are available in the git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git tags/powerpc-6.0-4

for you to fetch changes up to 6cf07810e9ef8535d60160d13bf0fd05f2af38e7:

  powerpc/papr_scm: Ensure rc is always initialized in papr_scm_pmu_register() (2022-09-02 18:55:11 +1000)

- ------------------------------------------------------------------
powerpc fixes for 6.0 #4

 - Fix handling of PCI domains in /proc on 32-bit systems using the recently added support
   for numbering buses from zero for each domain.

 - A fix and a revert for some changes to use READ/WRITE_ONCE() which caused problems with
   KASAN enabled due to sanitisation calls being introduced in low-level paths that can't
   cope with it.

 - Fix build errors on 32-bit caused by the syscall table being misaligned sometimes.

 - Two fixes to get IBM Cell native machines booting again, which had bit-rotted while my
   QS22 was temporarily out of action.

 - Fix the papr_scm driver to not assume the order of events returned by the hypervisor is
   stable, and a related compile fix.

Thanks to: Aneesh Kumar K.V, Christophe Leroy, Jordan Niethe, Kajol Jain, Masahiro Yamada,
Nathan Chancellor, Pali Rohár, Vaibhav Jain, Zhouyi Zhou.

- ------------------------------------------------------------------
Christophe Leroy (1):
      powerpc: Fix hard_irq_disable() with sanitizer

Kajol Jain (1):
      powerpc/papr_scm: Fix nvdimm event mappings

Masahiro Yamada (1):
      powerpc: align syscall table for ppc32

Michael Ellerman (3):
      Revert "powerpc: Remove unused FW_FEATURE_NATIVE references"
      powerpc/rtas: Fix RTAS MSR[HV] handling for Cell
      Revert "powerpc/irq: Don't open code irq_soft_mask helpers"

Nathan Chancellor (1):
      powerpc/papr_scm: Ensure rc is always initialized in papr_scm_pmu_register()

Pali Rohár (1):
      powerpc/pci: Enable PCI domains in /proc when PCI bus numbers are not unique


 arch/powerpc/include/asm/firmware.h       |  8 ++
 arch/powerpc/include/asm/hw_irq.h         | 46 ++++++++--
 arch/powerpc/kernel/pci_32.c              |  9 ++
 arch/powerpc/kernel/rtas_entry.S          |  4 +
 arch/powerpc/kernel/systbl.S              |  1 +
 arch/powerpc/platforms/pseries/papr_scm.c | 90 +++++++-------------
 6 files changed, 89 insertions(+), 69 deletions(-)
-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEEJFGtCPCthwEv2Y/bUevqPMjhpYAFAmMUm5QACgkQUevqPMjh
pYAfxA//ZxJ628HdOELmRQJ1d5jGza0ijHDT5gEH2w7KlJ0AfxiHQ+QEs90V0X4c
Kv8SPmjwp+j/u1374qsLhwpn4v92mri8hA7mZyFtF5rECr2glYWd1G8bhEoqznMS
A0o51vaREzwuuZ/8Yy2zERm5oBUMNyg3Xt7JJBlDAs927D039UezWKbUHsIrD8SS
8NWX9bUWNCuzzr66OD8fF8AT7zv3u1mDYeOqph14Lf6RVoJi0q/RLa7+PIsVxOpJ
sq0CsbdZ7cc/FAYKY92y5eDcYK6FLEr1LLeb4ZmXwEIAoe9jzI5X6vykFJXoL8JD
YmwZNXA9FFTWRN+X9RhBp+DJSnHY57kHn6es4Xgv5juroeP9YnnA/LmgPDrt6W15
jB7xkupxDhexZSMF/X+6Q67IY07mTw5Hrb6c/Kfkqk+KF75ryJKjQf35LY1fnRJP
yMIzVubN/fngIlup//C8YzP7OdwJRqEJNfphR+zMF8+5xBJbP9X1AiBVQm1N7eeM
NzrtvgZy/zAueErRyGR4OoaM8OP3eIayAQCFACiI8a9IjT5OGMDluxpfX9Uf08SX
7w6k31Q8namY8HrUT04mo2tXTcUHkjibCCY73q2YFV/2jygJp8UdbpYxmVTAe1PB
oWNanRelqN7cBnw46NrTDRDYEZcqj2iBCWeDlOZVH1/wcDT07g0=
=SjDB
-----END PGP SIGNATURE-----

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

* Re: [GIT PULL] Please pull powerpc/linux.git powerpc-6.0-4 tag
  2022-09-04 12:36 [GIT PULL] Please pull powerpc/linux.git powerpc-6.0-4 tag Michael Ellerman
@ 2022-09-04 18:53 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2022-09-04 18:53 UTC (permalink / raw)
  To: Michael Ellerman
  Cc: pali, kjain, masahiroy, linux-kernel, nathan, Linus Torvalds,
	linuxppc-dev

The pull request you sent on Sun, 04 Sep 2022 22:36:31 +1000:

> https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git tags/powerpc-6.0-4

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

Thank you!

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

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

end of thread, other threads:[~2022-09-04 18:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-09-04 12:36 [GIT PULL] Please pull powerpc/linux.git powerpc-6.0-4 tag Michael Ellerman
2022-09-04 18:53 ` 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).