From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754422AbcILUdu (ORCPT ); Mon, 12 Sep 2016 16:33:50 -0400 Received: from bh-25.webhostbox.net ([208.91.199.152]:35998 "EHLO bh-25.webhostbox.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752063AbcILUdq (ORCPT ); Mon, 12 Sep 2016 16:33:46 -0400 Date: Mon, 12 Sep 2016 13:33:44 -0700 From: Guenter Roeck To: Arnd Bergmann Cc: Dave Hansen , Thomas Gleixner , "open list:ABI/API" , linux-arch , linux-kernel@vger.kernel.org Subject: Re: Build failures in -next: sys_pkey_mprotect etc. undefined Message-ID: <20160912203344.GB2516@roeck-us.net> References: <9d74497b-1522-b350-42fa-49df2df48c4a@roeck-us.net> <57D70B6D.6010208@linux.intel.com> <3540553.8BkpiafJJ2@wuerfel> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3540553.8BkpiafJJ2@wuerfel> User-Agent: Mutt/1.5.23 (2014-03-12) X-Authenticated_sender: guenter@roeck-us.net X-OutGoing-Spam-Status: No, score=-1.0 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - bh-25.webhostbox.net X-AntiAbuse: Original Domain - vger.kernel.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - roeck-us.net X-Get-Message-Sender-Via: bh-25.webhostbox.net: authenticated_id: guenter@roeck-us.net X-Authenticated-Sender: bh-25.webhostbox.net: guenter@roeck-us.net X-Source: X-Source-Args: X-Source-Dir: Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Sep 12, 2016 at 10:28:56PM +0200, Arnd Bergmann wrote: > On Monday, September 12, 2016 1:09:17 PM CEST Dave Hansen wrote: > > > > So, I've done what Arnd suggested, but I don't have a working > > cross-compiler than can do h8300 or c6x. Could you test the attached > > patch and see if it gets things working for you? > > > > Also, do you have a handy place to grab a cross-compiler for h8300 > > without having to build one? The kernel.org ones don't seem to work for > > h8300. > > > > I haven't tested it, but it looks good to me > > Acked-by: Arnd Bergmann > > FWIW, you should be able to test this with an arm64 cross-compiler > too, many distros ship one. > arm64 builds fine, though, even w/o this patch (at least for me). Guenter