public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Michael Ellerman <mpe@ellerman.id.au>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: cai@redhat.com, cheloha@linux.ibm.com,
	christophe.leroy@csgroup.eu, linux-kernel@vger.kernel.org,
	linuxppc-dev@lists.ozlabs.org, paulmck@kernel.org
Subject: [GIT PULL] Please pull powerpc/linux.git powerpc-5.10-3 tag
Date: Sun, 08 Nov 2020 21:28:03 +1100	[thread overview]
Message-ID: <87361kta6k.fsf@mpe.ellerman.id.au> (raw)

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

Hi Linus,

Please pull some more powerpc fixes for 5.10:

The following changes since commit 3cea11cd5e3b00d91caf0b4730194039b45c5891:

  Linux 5.10-rc2 (2020-11-01 14:43:51 -0800)

are available in the git repository at:

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

for you to fetch changes up to 3fb4a8fa28b740709bdd3229b80279957f4d37ed:

  powerpc/numa: Fix build when CONFIG_NUMA=n (2020-11-06 14:16:19 +1100)

- ------------------------------------------------------------------
powerpc fixes for 5.10 #3

Fix miscompilation with GCC 4.9 by using asm_goto_volatile for put_user().

A fix for an RCU splat at boot caused by a recent lockdep change.

A fix for a possible deadlock in our EEH debugfs code.

Several fixes for handling of _PAGE_ACCESSED on 32-bit platforms.

A build fix when CONFIG_NUMA=n.

Thanks to:
  Andreas Schwab,
  Christophe Leroy,
  Oliver O'Halloran,
  Qian Cai,
  Scott Cheloha.

- ------------------------------------------------------------------
Christophe Leroy (4):
      powerpc/603: Always fault when _PAGE_ACCESSED is not set
      powerpc/40x: Always fault when _PAGE_ACCESSED is not set
      powerpc/8xx: Always fault when _PAGE_ACCESSED is not set
      powerpc/8xx: Manage _PAGE_ACCESSED through APG bits in L1 entry

Michael Ellerman (1):
      powerpc: Use asm_goto_volatile for put_user()

Qian Cai (2):
      powerpc/eeh_cache: Fix a possible debugfs deadlock
      powerpc/smp: Call rcu_cpu_starting() earlier

Scott Cheloha (1):
      powerpc/numa: Fix build when CONFIG_NUMA=n


 arch/powerpc/include/asm/nohash/32/kup-8xx.h |  2 +-
 arch/powerpc/include/asm/nohash/32/mmu-8xx.h | 47 +++++++-------------
 arch/powerpc/include/asm/nohash/32/pte-8xx.h |  9 ++--
 arch/powerpc/include/asm/topology.h          | 12 +++--
 arch/powerpc/include/asm/uaccess.h           |  4 +-
 arch/powerpc/kernel/eeh_cache.c              |  5 ++-
 arch/powerpc/kernel/head_40x.S               |  8 ----
 arch/powerpc/kernel/head_8xx.S               | 46 +++----------------
 arch/powerpc/kernel/head_book3s_32.S         | 12 -----
 arch/powerpc/kernel/smp.c                    |  3 +-
 10 files changed, 44 insertions(+), 104 deletions(-)
-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEEJFGtCPCthwEv2Y/bUevqPMjhpYAFAl+nyAsACgkQUevqPMjh
pYA96BAAkrA88BcH3Bpqkd34iCCIUPzLY/iBedtj6zJCtPOOgxEA82SJFLdauJ4t
PmbHCofRuuz29Rv+7zBwAZ+VyDhUbOyYXUvsLEAdYqMr8PpFvsfhit7F/c+IG/pF
rW+V1GoCn/npcyPFgUE13gwAI0y3etbc3znwcEu9ASIa/JWho2EGqfHNoTuYsgfq
Q9xRmucEAiA4DUN9Fq5o4PrETWIkp/UoDg8VumA0KJKyvZ+YvaFI9eRfEw1Kc6jB
sN3vKSyRd4PbFBqfzjl+mVX0MUteLY5T9AZ80v4Yd78e+dXxCQPwE3EIa7suEoH5
vu6Wdu+bShR49kx5BqjbU9yNZ8rRXH2LmUDpn/FosVlAy1xduZTEhy1xp2IYU/I/
yWGmnZXDlhrdLcIIpFwsJ+kGqMEyfGSn1VBt2zZgbHBVpydHFUoq8NmLEpQ6Lsc8
vcA/f8kmm9IA6uidYzvxWSFxm9OqW/2aG/kLDkWrjfGmU4plO/0bA972MsxTN+95
2brPIsbAyDv4dB2oOjkB6vf8CNEUQSLRdUyA5bkPXLggPQCzAGUx1nApWkQQ3iCe
ge0Gi6RIpL/vfiHrmVNNjdHdgUkLqhmSPd4mUknW9IFoUicuUEdnV8z1PjwWyVyQ
e/nDpDRNJc552KGDYdhfaa+qBTwL4tagjCnXYluvwysrIH1+pLk=
=VisH
-----END PGP SIGNATURE-----

             reply	other threads:[~2020-11-08 10:28 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-08 10:28 Michael Ellerman [this message]
2020-11-08 18:29 ` [GIT PULL] Please pull powerpc/linux.git powerpc-5.10-3 tag pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87361kta6k.fsf@mpe.ellerman.id.au \
    --to=mpe@ellerman.id.au \
    --cc=cai@redhat.com \
    --cc=cheloha@linux.ibm.com \
    --cc=christophe.leroy@csgroup.eu \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linuxppc-dev@lists.ozlabs.org \
    --cc=paulmck@kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox