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

4 messages, 3 authors, 2019-08-05 · open the first message on its own page

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

From: Michael Ellerman <mpe@ellerman.id.au>
Date: 2019-08-04 11:49:54

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

Hi Linus,

Please pull some more powerpc fixes for 5.3:

The following changes since commit 609488bc979f99f805f34e9a32c1e3b71179d10b:

  Linux 5.3-rc2 (2019-07-28 12:47:02 -0700)

are available in the git repository at:

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

for you to fetch changes up to d7e23b887f67178c4f840781be7a6aa6aeb52ab1:

  powerpc/kasan: fix early boot failure on PPC32 (2019-07-31 22:02:52 +1000)

- ------------------------------------------------------------------
powerpc fixes for 5.3 #3

Wire up the new clone3 syscall.

A fix for the PAPR SCM nvdimm driver, to fix a crash when firmware gives us a
device that's attached to a non-online NUMA node.

A fix for a boot failure on 32-bit with KASAN enabled.

Three fixes for implicit fall through warnings, some of which are errors for us
due to -Werror.

Thanks to:
  Aneesh Kumar K.V, Christophe Leroy, Kees Cook, Santosh Sivaraj, Stephen
  Rothwell.

- ------------------------------------------------------------------
Aneesh Kumar K.V (1):
      powerpc/nvdimm: Pick nearby online node if the device node is not online

Christophe Leroy (1):
      powerpc/kasan: fix early boot failure on PPC32

Michael Ellerman (2):
      powerpc: Wire up clone3 syscall
      powerpc/spe: Mark expected switch fall-throughs

Santosh Sivaraj (1):
      powerpc/kvm: Fall through switch case explicitly

Stephen Rothwell (1):
      drivers/macintosh/smu.c: Mark expected switch fall-through


 arch/powerpc/include/asm/unistd.h         |  1 +
 arch/powerpc/kernel/align.c               |  4 ++++
 arch/powerpc/kernel/entry_32.S            |  8 ++++++++
 arch/powerpc/kernel/entry_64.S            |  5 +++++
 arch/powerpc/kernel/syscalls/syscall.tbl  |  2 +-
 arch/powerpc/kvm/book3s_32_mmu.c          |  1 +
 arch/powerpc/mm/kasan/kasan_init_32.c     |  7 +++++--
 arch/powerpc/platforms/pseries/papr_scm.c | 29 +++++++++++++++++++++++++++--
 drivers/macintosh/smu.c                   |  1 +
 9 files changed, 53 insertions(+), 5 deletions(-)
-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEEJFGtCPCthwEv2Y/bUevqPMjhpYAFAl1GxcEACgkQUevqPMjh
pYDXVQ//Wg2vXgrCxc9Gk65Sspu1oLwgBOl8zsM7u/McOXBUeBC3o8pUMwh1N5MB
IbSffD6UlK3GNEcIfVGWb7OeaqEZjRL3uUtJMUJQIEkK8MnflE60H9n5jrKMApV7
zRTQfU2mL/wObXeASgdUIhCgiTlkaZJcse9ATIKOtDpYy2Xm7ahAyImfqet39Ea0
9OetR48YuZzEPzzuESFAFslawFLRLIYSpviBYeFO85+uuoULu2ylpts1c5XyOH38
bUfRyvEJvvPEmYgmmqnw3R6NqPQwCc6+VkEbIZ6kv67vfXQbrTG7uN/HOjm9ksFf
/2Q/hXl2ZfwM+SO2lhhDPWFkJuWyBrutoxumkVE1dlD8B5D71qWpCxlPOVbwF8tB
S5b+8pq1mrrwQmsPoYa46WtvuEbuKI0vZqqx27ZSzGE40FwQcEbJhDRTEmsXuh+D
n3395ddQclj5zfsxU/gk+bmdT03F8crT+OPZxYKYZlUDgk/+6rYvghm7EC0dK3h7
/5sIpl5oWVMEUqpjdfeWPbdnF8b5M2xHFJXBUTJcHNA2gZzarUp0KuSPxBt2suu6
NhXZ19Ja2vaHwI2NZvKCdd543PzP6NG8GHRrMyiMnGWC88Fm4r5/FBd2g80ShQ2p
WuXj98tye3dbPTPzbkQM24g4WNsrQcc7uhKveRwnimWEgcPATPI=
=nPN5
-----END PGP SIGNATURE-----

Re: [GIT PULL] Please pull powerpc/linux.git powerpc-5.3-3 tag

From: Linus Torvalds <torvalds@linux-foundation.org>
Date: 2019-08-04 17:34:18

On Sun, Aug 4, 2019 at 4:49 AM Michael Ellerman [off-list ref] wrote:
Please pull some more powerpc fixes for 5.3:
Hmm. This was caught by the gmail spam-filter for some reason. I don't
see anything particularly different from your normal pull requests, so
don't ask me why.

The fact that you have no email authentication (dkim/spf/whatever) for
your email address tends to make gmail more suspicious of emails, so
it's probably then some random other pattern that just happened to
trigger it.

I do check my spam fairly religiously, so it's not like it's usually a
problem - and I obviously marked it as ham to hopefully teach gmail
the error of its ways. So this is just a heads up.

But if you do have the possibility of enabling DKIM or similar on
ellerman.id.au, then that is always a good thing, of course. I hate
spam, even even if DKIM and friends certainly aren't perfect, they are
better than nothing.

                Linus

Re: [GIT PULL] Please pull powerpc/linux.git powerpc-5.3-3 tag

From: pr-tracker-bot@kernel.org
Date: 2019-08-04 17:35:12

The pull request you sent on Sun, 04 Aug 2019 21:49:44 +1000:
https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git tags/powerpc-5.3-3
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/4b6f23161b4e888e72671e377c32eabe9a8e62fc

Thank you!

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

Re: [GIT PULL] Please pull powerpc/linux.git powerpc-5.3-3 tag

From: Michael Ellerman <mpe@ellerman.id.au>
Date: 2019-08-05 09:35:32

Linus Torvalds [off-list ref] writes:
On Sun, Aug 4, 2019 at 4:49 AM Michael Ellerman [off-list ref] wrote:
quoted
Please pull some more powerpc fixes for 5.3:
Hmm. This was caught by the gmail spam-filter for some reason. I don't
see anything particularly different from your normal pull requests, so
don't ask me why.

The fact that you have no email authentication (dkim/spf/whatever) for
your email address tends to make gmail more suspicious of emails, so
it's probably then some random other pattern that just happened to
trigger it.

I do check my spam fairly religiously, so it's not like it's usually a
problem - and I obviously marked it as ham to hopefully teach gmail
the error of its ways. So this is just a heads up.
Thanks.
But if you do have the possibility of enabling DKIM or similar on
ellerman.id.au, then that is always a good thing, of course. I hate
spam, even even if DKIM and friends certainly aren't perfect, they are
better than nothing.
I'll talk to sfr about getting DKIM/SPF setup, he's the brains behind my
mail setup.

cheers
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help