Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754661AbcLaOaK (ORCPT ); Sat, 31 Dec 2016 09:30:10 -0500 Received: from mail.southpole.se ([37.247.8.11]:55120 "EHLO mail.southpole.se" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753239AbcLaOaI (ORCPT ); Sat, 31 Dec 2016 09:30:08 -0500 X-Greylist: delayed 1165 seconds by postgrey-1.27 at vger.kernel.org; Sat, 31 Dec 2016 09:30:08 EST X-Assp-Version: 2.5.3(16347) on assp.southpole.se X-Assp-ID: assp.southpole.se 93438-03942 X-Assp-Session: 7FA8CC73FAD0 (mail 1) X-Assp-Client-SSL: yes X-Assp-Server-TLS: yes Subject: Re: [PATCH 0/3] Openrisc 4.10 fixes To: Stafford Horne , stefan.kristiansson@saunalahti.fi References: Cc: geert+renesas@glider.be, linux-kernel@vger.kernel.org, openrisc@lists.librecores.org From: Jonas Bonn Message-ID: <5edddd32-2a31-8b52-adfa-f5edae1fc227@southpole.se> Date: Sat, 31 Dec 2016 15:10:37 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.5.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1049 Lines: 34 Hi Stafford, On 12/31/2016 12:52 PM, Stafford Horne wrote: > 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. Post-merge window patches should be bug fixes, only. Patch 1/3 probably qualifies, but the others are far too trivial to be pushing now. Just put them on your 4.11 branch. > > Let me know if these are too minor to even post for review. Nothing is too minor to post for review! /Jonas > > 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 >