From: Helge Deller <deller@gmx.de>
To: Linus Torvalds <torvalds@linux-foundation.org>,
linux-kernel@vger.kernel.org, linux-parisc@vger.kernel.org,
James Bottomley <James.Bottomley@HansenPartnership.com>,
John David Anglin <dave.anglin@bell.net>
Subject: [GIT PULL] parisc architecture fixes for 4.15-rc5
Date: Mon, 18 Dec 2017 19:34:09 +0100 [thread overview]
Message-ID: <20171218183409.GA12524@ls3530.fritz.box> (raw)
Hi Linus,
please pull a few important fixes for the parisc architecture from:
git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git parisc-4.15-2
There are two important fixes:
- Add PCI quirks to disable built-in a serial AUX and a graphics cards from
specific GSP (management board) PCI cards. This fixes boot via serial console
on rp3410 and rp3440 machines.
- Revert the "Re-enable interrups early" patch which was added to kernel v4.10.
It can trigger stack overflows and thus silent data corruption. With this
patch reverted we can lower our thread stack back to 16kb again.
The other patches are minor cleanups: avoid duplicate includes, indenting
fixes, correctly align variable in asm code.
Thanks,
Helge
----------------------------------------------------------------
Helge Deller (3):
parisc: Fix indenting in puts()
parisc: Align os_hpmc_size on word boundary
parisc: Hide Diva-built-in serial aux and graphics card
John David Anglin (2):
Revert "parisc: Re-enable interrupts early"
parisc: Reduce thread stack to 16 kb
Pravin Shedge (1):
parisc: remove duplicate includes
arch/parisc/boot/compressed/misc.c | 4 ++--
arch/parisc/include/asm/thread_info.h | 5 +++++
arch/parisc/kernel/entry.S | 12 +++++++++---
arch/parisc/kernel/hpmc.S | 1 +
arch/parisc/kernel/unwind.c | 1 -
arch/parisc/lib/delay.c | 2 --
drivers/parisc/lba_pci.c | 33 +++++++++++++++++++++++++++++++++
7 files changed, 50 insertions(+), 8 deletions(-)
reply other threads:[~2017-12-18 18:34 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20171218183409.GA12524@ls3530.fritz.box \
--to=deller@gmx.de \
--cc=James.Bottomley@HansenPartnership.com \
--cc=dave.anglin@bell.net \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-parisc@vger.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;
as well as URLs for NNTP newsgroup(s).