From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759115AbcILOzj (ORCPT ); Mon, 12 Sep 2016 10:55:39 -0400 Received: from bh-25.webhostbox.net ([208.91.199.152]:52009 "EHLO bh-25.webhostbox.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756779AbcILOzg (ORCPT ); Mon, 12 Sep 2016 10:55:36 -0400 To: Dave Hansen Cc: Thomas Gleixner , Arnd Bergmann , "open list:ABI/API" , linux-arch , linux-kernel@vger.kernel.org From: Guenter Roeck Subject: Build failures in -next: sys_pkey_mprotect etc. undefined Message-ID: <9d74497b-1522-b350-42fa-49df2df48c4a@roeck-us.net> Date: Mon, 12 Sep 2016 07:55:33 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Authenticated_sender: linux@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: linux@roeck-us.net X-Authenticated-Sender: bh-25.webhostbox.net: linux@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 Building h8300:allnoconfig ... failed Building h8300:h8300h-sim_defconfig ... failed Building c6x:dsk6455_defconfig ... failed [ and more builds for the same architectures ] -------------- Error log: arch/h8300/kernel/built-in.o:(.data+0x480): undefined reference to `sys_pkey_mprotect' arch/h8300/kernel/built-in.o:(.data+0x484): undefined reference to `sys_pkey_alloc' arch/h8300/kernel/built-in.o:(.data+0x488): undefined reference to `sys_pkey_free' Other architectures (frv, xtensa, score) currently fail to build for other reasons, so I don't really know if the above are the only ones affected. Guenter