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 updates for 4.15
Date: Fri, 17 Nov 2017 22:40:15 +0100 [thread overview]
Message-ID: <20171117214015.GA23054@ls3530.fritz.box> (raw)
Hi Linus,
please pull parisc architecture updates for the merge window of kernel 4.15 from:
git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git parisc-4.15-1
Highlights:
- One important fix from Dave to prevent kernel crash when userspace hands over
invalid values to our in-kernel CAS implementation.
- Added CPU topology support, including multi-core scheduler support on PA8900
CPUs
Minor changes:
- Minor fixes for sparse (from Luc)
- Drop duplicates for CPU_BIG_ENDIAN from parisc and sparc top Kconfig files
(from Babu)
- Reorganized parisc PDC (firmware-access) header files for usage from
userspace. Required for upcoming qemu parisc emulator and SeaBIOS fork
to support parisc.
Thanks,
Helge
----------------------------------------------------------------
Babu Moger (1):
arch: Fix duplicates in Kconfig for parisc and sparc
Helge Deller (2):
parisc: Add CPU topology support
parisc: Make some PDC structures accessible in uapi headers
John David Anglin (1):
parisc: Fix validity check of pointer size argument in new CAS implementation
Luc Van Oostenryck (1):
parisc: Pass endianness info to sparse
arch/parisc/Kconfig | 19 ++-
arch/parisc/Makefile | 2 +-
arch/parisc/include/asm/pdc.h | 255 ------------------------------------
arch/parisc/include/asm/topology.h | 36 ++++++
arch/parisc/include/uapi/asm/pdc.h | 256 ++++++++++++++++++++++++++++++++++++-
arch/parisc/kernel/Makefile | 4 +-
arch/parisc/kernel/processor.c | 13 ++
arch/parisc/kernel/setup.c | 2 +
arch/parisc/kernel/syscall.S | 6 +-
arch/parisc/kernel/topology.c | 153 ++++++++++++++++++----
arch/sparc/Kconfig | 3 -
11 files changed, 452 insertions(+), 297 deletions(-)
create mode 100644 arch/parisc/include/asm/topology.h
reply other threads:[~2017-11-17 21:40 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=20171117214015.GA23054@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).