Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753209AbcKNNsg (ORCPT ); Mon, 14 Nov 2016 08:48:36 -0500 Received: from mail-pf0-f194.google.com ([209.85.192.194]:33934 "EHLO mail-pf0-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751443AbcKNNsd (ORCPT ); Mon, 14 Nov 2016 08:48:33 -0500 From: Stafford Horne To: stefan.kristiansson@saunalahti.fi, shorne@gmail.com, jonas@southpole.se Cc: linux@roeck-us.net, blue@cmd.nu, robh@kernel.org, linux-kernel@vger.kernel.org, openrisc@lists.librecores.org Subject: [PATCH v2 0/9] openrisc: Misc fixes from backlog Date: Mon, 14 Nov 2016 22:30:30 +0900 Message-Id: <1479130239-30707-1-git-send-email-shorne@gmail.com> X-Mailer: git-send-email 2.7.4 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2300 Lines: 69 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