[PATCH v2 0/9] openrisc: Misc fixes from backlog

From: Stafford Horne
Date: Mon Nov 14 2016 - 08:48:39 EST


Hello,

This patch is a small set of fixes from the openrisc backlog. These
changes fix several issues with the openrisc build on modern tool chains
and address other issues which have cropped up as the kernel has been
getting updated.

Consider for Pull:

The following changes since commit a25f0944ba9b1d8a6813fd6f1a86f1bd59ac25a6:

Linux 4.9-rc5 (2016-11-13 10:32:32 -0800)

are available in the git repository at:

https://github.com/stffrdhrn/linux.git tags/or1k-fixes-4.9

for you to fetch changes up to a9fae5563e34217ff99efafde7e7bf607a5d5ec6:

openrisc: include l.swa in check for write data pagefault (2016-11-14 21:58:33 +0900)

Regards,
Stafford

Changes since V1:
- Removed SMP option patch and replaced with NR_CPUS default value
- Removed Apply transparent_union on semun patch as its handled by libc
- Added memblock patch as suggested by Jonas
- Added MAINTAINERS patch as suggested by Guenter
- Added l.swa patch as its needed to fix musl programs
- Improved commit message on rt_sigreturn patch

Christian Svensson (1):
openrisc: Add thread-local storage (TLS) support

Guenter Roeck (1):
openrisc: Support both old (or32) and new (or1k) toolchain

Jonas Bonn (1):
openrisc: restore all regs on rt_sigreturn

Rob Herring (1):
openrisc: remove the redundant of_platform_populate

Stafford Horne (3):
openrisc: add NR_CPUS Kconfig default value
openrisc: Consolidate setup to use memblock instead of bootmem
openrisc: Updates after openrisc.net has been lost

Stefan Kristiansson (2):
openrisc: fix PTRS_PER_PGD define
openrisc: include l.swa in check for write data pagefault

MAINTAINERS | 6 +++--
arch/openrisc/Kconfig | 4 ++++
arch/openrisc/README.openrisc | 8 +++----
arch/openrisc/TODO.openrisc | 3 ---
arch/openrisc/include/asm/pgalloc.h | 1 -
arch/openrisc/include/asm/pgtable.h | 2 +-
arch/openrisc/kernel/entry.S | 12 ++++++++--
arch/openrisc/kernel/process.c | 13 ++++++++++
arch/openrisc/kernel/setup.c | 48 ++++++++++---------------------------
arch/openrisc/kernel/vmlinux.lds.S | 8 ++++++-
arch/openrisc/mm/init.c | 4 ++--
arch/openrisc/mm/ioremap.c | 4 ----
12 files changed, 58 insertions(+), 55 deletions(-)

--
2.7.4