From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751954AbdBBPma (ORCPT ); Thu, 2 Feb 2017 10:42:30 -0500 Received: from mail-wm0-f47.google.com ([74.125.82.47]:36867 "EHLO mail-wm0-f47.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751634AbdBBPm1 (ORCPT ); Thu, 2 Feb 2017 10:42:27 -0500 Reply-To: nicolas.dichtel@6wind.com Subject: Re: [PATCH v5 7/8] uapi: export all headers under uapi directories References: <201702022242.toNVsxyq%fengguang.wu@intel.com> To: kbuild test robot Cc: kbuild-all@01.org, arnd@arndb.de, mmarek@suse.com, linux-kbuild@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arch@vger.kernel.org, airlied@linux.ie, davem@davemloft.net, linux@armlinux.org.uk, bp@alien8.de, slash.tmp@free.fr, daniel.vetter@ffwll.ch, rmk+kernel@armlinux.org.uk, msalter@redhat.com, jengelh@inai.de, hch@infradead.org, tklauser@distanz.ch, mpe@ellerman.id.au, mingo@kernel.org From: Nicolas Dichtel Organization: 6WIND Message-ID: Date: Thu, 2 Feb 2017 16:42:22 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.7.0 MIME-Version: 1.0 In-Reply-To: <201702022242.toNVsxyq%fengguang.wu@intel.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Le 02/02/2017 à 15:47, kbuild test robot a écrit : > Hi Nicolas, > > [auto build test ERROR on linus/master] > [also build test ERROR on v4.10-rc6] > [cannot apply to next-20170202] > [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] > > url: https://github.com/0day-ci/linux/commits/Nicolas-Dichtel/uapi-export-all-headers-under-uapi-directories/20170202-213944 > config: i386-tinyconfig (attached as .config) > compiler: gcc-6 (Debian 6.2.0-3) 6.2.0 20160901 > reproduce: > # save the attached .config to linux build tree > make ARCH=i386 > > Note: the linux-review/Nicolas-Dichtel/uapi-export-all-headers-under-uapi-directories/20170202-213944 HEAD fec8d2b493885de70b229c7ce5bf917dc92ddb9f builds fine. > It only hurts bisectibility. > > All errors (new ones prefixed by >>): > >>> ./usr/include/asm/unistd.h:8: included file 'asm-x86/unistd_32.h' is not exported >>> ./usr/include/asm/unistd.h:10: included file 'asm-x86/unistd_x32.h' is not exported >>> ./usr/include/asm/unistd.h:12: included file 'asm-x86/unistd_64.h' is not exported I don't reproduce this error, it compiles on my target (gcc 4.9.2). Regards, Nicolas