From: Michael Ellerman <mpe@ellerman.id.au>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: yanaijie@huawei.com, aik@ozlabs.ru, aneesh.kumar@linux.ibm.com,
linux-kernel@vger.kernel.org, malat@debian.org, joel@jms.id.au,
andrew.donnellan@au1.ibm.com, mahesh@linux.vnet.ibm.com,
linuxppc-dev@lists.ozlabs.org
Subject: [GIT PULL] Please pull powerpc/linux.git powerpc-5.1-2 tag
Date: Sat, 16 Mar 2019 22:28:48 +1100 [thread overview]
Message-ID: <87y35f6osv.fsf@concordia.ellerman.id.au> (raw)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi Linus,
Please pull a few small powerpc updates for 5.1:
The following changes since commit 9580b71b5a7863c24a9bd18bcd2ad759b86b1eff:
powerpc/32: Clear on-stack exception marker upon exception return (2019-03-04 00:37:23 +1100)
are available in the git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git tags/powerpc-5.1-2
for you to fetch changes up to de3c83c2fd2b87cf68214eda76dfa66989d78cb6:
powerpc/64s: Include <asm/nmi.h> header file to fix a warning (2019-03-13 15:03:13 +1100)
- ------------------------------------------------------------------
powerpc fixes for 5.1 #2
One fix to prevent runtime allocation of 16GB pages when running in a VM (as
opposed to bare metal), because it doesn't work.
A small fix to our recently added KCOV support to exempt some more code from
being instrumented.
Plus a few minor build fixes, a small dead code removal and a defconfig update.
Thanks to:
Alexey Kardashevskiy, Aneesh Kumar K.V, Christophe Leroy, Jason Yan, Joel
Stanley, Mahesh Salgaonkar, Mathieu Malaterre.
- ------------------------------------------------------------------
Alexey Kardashevskiy (1):
powerpc/powernv: Fix compile without CONFIG_TRACEPOINTS
Aneesh Kumar K.V (1):
powerpc/hugetlb: Don't do runtime allocation of 16G pages in LPAR configuration
Jason Yan (1):
powerpc: remove dead code in head_fsl_booke.S
Joel Stanley (1):
powerpc/configs: Sync skiroot defconfig
Mahesh Salgaonkar (1):
powerpc/mm: Disable kcov for SLB routines
Mathieu Malaterre (1):
powerpc/64s: Include <asm/nmi.h> header file to fix a warning
arch/powerpc/configs/skiroot_defconfig | 12 +++++++++---
arch/powerpc/include/asm/book3s/64/hugetlb.h | 8 ++++++++
arch/powerpc/kernel/head_fsl_booke.S | 7 -------
arch/powerpc/kernel/traps.c | 1 +
arch/powerpc/mm/Makefile | 3 +++
arch/powerpc/platforms/powernv/opal-call.c | 1 +
6 files changed, 22 insertions(+), 10 deletions(-)
-----BEGIN PGP SIGNATURE-----
iQIcBAEBAgAGBQJcjN2tAAoJEFHr6jzI4aWA/jIQAK4J2VQD8Sw+2kSm3h7wW18U
+BDyc7fbbigQyBHFkMAdybRKsXMSCbco7jK12yUbh5xqYlo8Hc40DbKI32f0D3WE
7rRotjalxR9tF+u0+m8Pdge42bPmEyt6p/7w5Ys+wVj/KXqlwTJinqSvp5Qmrilk
19qOTaTCXEMJ7dFTXqlFNpBW+0kaahCZ6f767dPPKkiYSm/qMZjKG/KCejLDAGQL
x5ouTpPos8sOjts7dwJuBGCxTfU7usKpy1EbguIklzYjedk1MSh5sg6STTQsH8Y4
kAgd8T12Wo4cQPaBmjwTkD7BrCdWbjNcK5U61kKAByshM3ZyPo+xARyQMdIWVZJQ
pX51tjmKwzGk3nf1UiMP/jdx55Cj6rhr3EsfQepjocMa9t6IWNVpasAvFRPlw8ca
Xmhbqsjwy9wKroAYgITq1L+VfeDe+dXBgK7yrChpqSdU89iOYgjoUbnwI+OeSCbk
Hm8w1p5+7CNxRxNzBieqBCtYUIlEwjP3rOwuNEpb0dJ4USD4jEr/8Mk0YXWJj4yg
mplyFwUXBrWVQHlKRI2tabO8rY7KN8H+SC/EczvERxpLRc3m7dH3DIlMi8A4a9Lk
QyvoQY7n9fZw1lm+/6ORMCNSc8lkIrsDu44rgn7WpaZDbN1woia0q5AtsNDU9jr2
HwUoI/HIHq5FWRu4m6LN
=TNMo
-----END PGP SIGNATURE-----
next reply other threads:[~2019-03-16 11:31 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-03-16 11:28 Michael Ellerman [this message]
2019-03-16 17:50 ` [GIT PULL] Please pull powerpc/linux.git powerpc-5.1-2 tag pr-tracker-bot
2019-03-17 9:49 ` christophe leroy
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=87y35f6osv.fsf@concordia.ellerman.id.au \
--to=mpe@ellerman.id.au \
--cc=aik@ozlabs.ru \
--cc=andrew.donnellan@au1.ibm.com \
--cc=aneesh.kumar@linux.ibm.com \
--cc=joel@jms.id.au \
--cc=linux-kernel@vger.kernel.org \
--cc=linuxppc-dev@lists.ozlabs.org \
--cc=mahesh@linux.vnet.ibm.com \
--cc=malat@debian.org \
--cc=torvalds@linux-foundation.org \
--cc=yanaijie@huawei.com \
/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