Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754632AbcLaLxM (ORCPT ); Sat, 31 Dec 2016 06:53:12 -0500 Received: from mail-pg0-f67.google.com ([74.125.83.67]:34032 "EHLO mail-pg0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752481AbcLaLxK (ORCPT ); Sat, 31 Dec 2016 06:53:10 -0500 From: Stafford Horne To: jonas@southpole.se, stefan.kristiansson@saunalahti.fi Cc: geert+renesas@glider.be, linux-kernel@vger.kernel.org, openrisc@lists.librecores.org, Stafford Horne Subject: [PATCH 0/3] Openrisc 4.10 fixes Date: Sat, 31 Dec 2016 20:52:56 +0900 Message-Id: X-Mailer: git-send-email 2.9.3 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 724 Lines: 24 Hello, These are a few small changes for openrisc I would like to include in 4.10. The main change is a fix for building with alldefconfig to properly setup then _text symbol. Others are trivial. If no complaints I will push to 4.10 for inclusion and start working on 4.11 changes. Let me know if these are too minor to even post for review. Stafford Horne (3): openrisc: Add _text symbol to fix ksym build error openrisc: Add .gitignore MAINTAINERS: Add the openrisc official repository MAINTAINERS | 1 + arch/openrisc/kernel/.gitignore | 1 + arch/openrisc/kernel/vmlinux.lds.S | 2 ++ 3 files changed, 4 insertions(+) create mode 100644 arch/openrisc/kernel/.gitignore -- 2.9.3