From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753016AbcILU3x (ORCPT ); Mon, 12 Sep 2016 16:29:53 -0400 Received: from mout.kundenserver.de ([212.227.126.133]:50569 "EHLO mout.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750832AbcILU3w (ORCPT ); Mon, 12 Sep 2016 16:29:52 -0400 From: Arnd Bergmann To: Dave Hansen Cc: Guenter Roeck , Thomas Gleixner , "open list:ABI/API" , linux-arch , linux-kernel@vger.kernel.org Subject: Re: Build failures in -next: sys_pkey_mprotect etc. undefined Date: Mon, 12 Sep 2016 22:28:56 +0200 Message-ID: <3540553.8BkpiafJJ2@wuerfel> User-Agent: KMail/5.1.3 (Linux/4.4.0-34-generic; KDE/5.18.0; x86_64; ; ) In-Reply-To: <57D70B6D.6010208@linux.intel.com> References: <9d74497b-1522-b350-42fa-49df2df48c4a@roeck-us.net> <57D70B6D.6010208@linux.intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Provags-ID: V03:K0:H6TfJpP95LGLtz0Z1zID2T2wxi9R2BJ+pJTqvGIKPFi3SeHnJA4 W22x0SYkLmpopDFo508YJXi3cMDMeZ4mjzglLPAqNTdpuciwZ/nn2KxovArdQdHOy+/lWbS F/XMkTFzhTrK7ojG2rDe3jwSViOLY+OoSiOz5pw/gQW1Tnhaa5oOVvhwotYJyyxyNPfmutT oE3XtNrKAW5o4PNvPsILw== X-UI-Out-Filterresults: notjunk:1;V01:K0:zIXxYsopgcY=:CTQql0GQ59E/7DXbcdQRiq oenxgSCoGkq5YqV8tDroTQu0hPu9bm/0aZsp/B1jeKzqCoCjZB1NOGmNVPUPMaQj4T8puayXP YNQRGdjlLEUXQLdldsOIpeMgrqAf+NLW0RBGfTKcqWqX5QnG8QWQB+WLpwWyDh5UJno+zydhf kgcQ91qyjEGd6YmYcQMAPjCrv+Ljh2aXuXsTHFrUVKbcVo4ql3BGKWp/KTfGPEpugUUvaOqkZ r6BfYOzIWyUFh/YUs1lK6uFV9J5ffNcQL0wdpBfwISX/cHYb2w5guOLdxKSLaef2AluyBNJa+ BSoezgDHoFBnvIN7lHMM/MztLF95hbX9dTowSMrpftzh43OpdmxXzwZ/dnN6GcqKCrlYnxTtl gixnbuX0vJxskU0/hwDNC8OwxIscb4UIh5TUAxqXjBF21xFC/geRy6M7S86NhdsmZ0b0giSHQ /pAKgAjsM8bTQWWoTfva44eDQsCkgjHRigWXCHSMQjaKPP01T/Hvky0XhtzURbsgvNMPJmNaE yEpSbPeFwXycHgHpPT8Kcq+3H1Hf8zLXfqeWqWjdLxbSuUxmfEmQLmufNXE+DSAk+BJG1QoF1 J4pnj9yR3Q/aqLOyJbkASiC9B5Osp3oGbmhhOJaEHlixWgziMvscGx56uPs/ouUp6/AWQ7lpu SE8ohn5eIRqWHKkzw4x2qBYczeddpH2ZDZy0/v9hnoLwqKcjJsnMz/NXMusCO+lLVlBziygNS vuYoydR1Rflvdg2a Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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. Arnd From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arnd Bergmann Subject: Re: Build failures in -next: sys_pkey_mprotect etc. undefined Date: Mon, 12 Sep 2016 22:28:56 +0200 Message-ID: <3540553.8BkpiafJJ2@wuerfel> References: <9d74497b-1522-b350-42fa-49df2df48c4a@roeck-us.net> <57D70B6D.6010208@linux.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Return-path: In-Reply-To: <57D70B6D.6010208-VuQAYsv1563Yd54FQh9/CA@public.gmane.org> Sender: linux-api-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Dave Hansen Cc: Guenter Roeck , Thomas Gleixner , "open list:ABI/API" , linux-arch , linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: linux-api@vger.kernel.org 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. Arnd