From: Michael Ellerman <mpe@ellerman.id.au>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: mikey@neuling.org, gustavold@linux.ibm.com,
sbobroff@linux.ibm.com, linux-kernel@vger.kernel.org,
oohall@gmail.com, linuxppc-dev@lists.ozlabs.org
Subject: [GIT PULL] Please pull powerpc/linux.git powerpc-5.6-3 tag
Date: Fri, 21 Feb 2020 22:42:15 +1100 [thread overview]
Message-ID: <87lfowdv54.fsf@mpe.ellerman.id.au> (raw)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Hi Linus,
Please pull some more powerpc fixes for 5.6. This is two weeks worth as I was
out sick last week.
The following changes since commit 11a48a5a18c63fd7621bb050228cebf13566e4d8:
Linux 5.6-rc2 (2020-02-16 13:16:59 -0800)
are available in the git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git tags/powerpc-5.6-3
for you to fetch changes up to 9eb425b2e04e0e3006adffea5bf5f227a896f128:
powerpc/entry: Fix an #if which should be an #ifdef in entry_32.S (2020-02-19 10:35:22 +1100)
- ------------------------------------------------------------------
powerpc fixes for 5.6 #3
- Three fixes for the recently added VMAP_STACK on 32-bit.
- Three fixes related to hugepages on 8xx (32-bit).
- A fix for a bug in our transactional memory handling that could lead to a
kernel crash if we saw a page fault during signal delivery.
- A fix for a deadlock in our PCI EEH (Enhanced Error Handling) code.
- A couple of other minor fixes.
Thanks to:
Christophe Leroy, Erhard F, Frederic Barrat, Gustavo Luiz Duarte, Larry
Finger, Leonardo Bras, Oliver O'Halloran, Sam Bobroff.
- ------------------------------------------------------------------
Christophe Leroy (7):
powerpc/hugetlb: Fix 512k hugepages on 8xx with 16k page size
powerpc/hugetlb: Fix 8M hugepages on 8xx
powerpc/8xx: Fix clearing of bits 20-23 in ITLB miss
powerpc/32s: Fix DSI and ISI exceptions for CONFIG_VMAP_STACK
powerpc/chrp: Fix enter_rtas() with CONFIG_VMAP_STACK
powerpc/6xx: Fix power_save_ppc32_restore() with CONFIG_VMAP_STACK
powerpc/entry: Fix an #if which should be an #ifdef in entry_32.S
Gustavo Luiz Duarte (1):
powerpc/tm: Fix clearing MSR[TS] in current when reclaiming on signal delivery
Oliver O'Halloran (1):
powerpc/xmon: Fix whitespace handling in getstring()
Sam Bobroff (1):
powerpc/eeh: Fix deadlock handling dead PHB
arch/powerpc/include/asm/page.h | 5 +
arch/powerpc/include/asm/processor.h | 4 +
arch/powerpc/kernel/asm-offsets.c | 12 ++
arch/powerpc/kernel/eeh_driver.c | 21 +--
arch/powerpc/kernel/entry_32.S | 13 +-
arch/powerpc/kernel/head_32.S | 155 +++++++++++++++++++-
arch/powerpc/kernel/head_32.h | 21 ++-
arch/powerpc/kernel/head_8xx.S | 2 +-
arch/powerpc/kernel/idle_6xx.S | 8 +
arch/powerpc/kernel/signal.c | 17 ++-
arch/powerpc/kernel/signal_32.c | 28 ++--
arch/powerpc/kernel/signal_64.c | 22 ++-
arch/powerpc/mm/book3s32/hash_low.S | 52 +++----
arch/powerpc/mm/book3s32/mmu.c | 10 +-
arch/powerpc/mm/hugetlbpage.c | 29 ++--
arch/powerpc/mm/kasan/kasan_init_32.c | 3 +-
arch/powerpc/xmon/xmon.c | 5 +
17 files changed, 308 insertions(+), 99 deletions(-)
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCAAdFiEEJFGtCPCthwEv2Y/bUevqPMjhpYAFAl5PwfYACgkQUevqPMjh
pYBuFg//b2i/1wn5+CQiqCM4B7Z0fbNvAWH0CFrseR1f72OnO0c9h92vTMjNDIVf
SItrgl4bBstVq/1YjHnZn00WpJPihIFcXPveQbiH+9yb89Mkcwjj3jLrV/DYIpRW
gtHxCJImc4/A4tLOUhRA2armXL4AoFlolF/Pbe2m/2lGeH1+tfY4Xd50FJF8c9Zc
zLdIN4B5Y+IkROQO23LFKiYV0tarvc4q5z6VOY5WlaGd/dpK4OQmheymeDMTYiNN
CH81u4b6jiiq9uwAWRXao2RTotac3m3Q4XnEswf3obDNGF2mDkAWvpqIgKxRxPNu
7vtmlamHxhpuqtZpRPPYIaH57j0pGZH63gvCThjJ+V9SL7J856cml9mv4UJOcmI3
Fkyk8S/QbiP5Rt9KV+CELHGcWaVt+uCuKPwlFrkoEMw1HZ6GErhpKzBNHyoNA1mG
xLMR4joCHZig62WBEHlZXgLzPVsetO7ZpY+j7tYEWrllfmOeL0F8HzNQ2e6ukF1R
gyF7eEThKajDhCwgz8pGnE2te+mz56oLHv9lcqU/wEgxHadyzeMjkiRUfxgiQ+K1
sOWzQjYEt7dhocavOAJb3qtfNMhwSfvSk75P6x8PQNFhQ+KhbNi6JpkOYSTmESBP
T8po1xh7Hm7IiIROT0hvcdnNb2fIIBNrKaheUlmvOOObEfWaa2Q=
=rC3U
-----END PGP SIGNATURE-----
next reply other threads:[~2020-02-21 11:43 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-02-21 11:42 Michael Ellerman [this message]
2020-02-22 0:15 ` [GIT PULL] Please pull powerpc/linux.git powerpc-5.6-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=87lfowdv54.fsf@mpe.ellerman.id.au \
--to=mpe@ellerman.id.au \
--cc=gustavold@linux.ibm.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linuxppc-dev@lists.ozlabs.org \
--cc=mikey@neuling.org \
--cc=oohall@gmail.com \
--cc=sbobroff@linux.ibm.com \
--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