From mboxrd@z Thu Jan 1 00:00:00 1970 From: Randy Dunlap Subject: Re: [mmotm:master 192/212] include/uapi/asm-generic/int-ll64.h:20:1: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'typedef' Date: Sun, 10 Jun 2018 17:01:48 -0700 Message-ID: <533c0099-d2be-8fea-fe2f-1453ea049c33@infradead.org> References: <201806081045.eZrs5GGH%fengguang.wu@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Cc: kbuild-all@01.org, Linux Memory Management List , Souptick Joarder , Johannes Weiner , LKML , "netdev@vger.kernel.org" To: kbuild test robot , Andrew Morton Return-path: In-Reply-To: <201806081045.eZrs5GGH%fengguang.wu@intel.com> Content-Language: en-US Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org On 06/07/2018 07:06 PM, kbuild test robot wrote: > tree: git://git.cmpxchg.org/linux-mmotm.git master > head: 7393732bae530daa27567988b91d16ecfeef6c62 > commit: b1a8bfbadbcb79644ccdd5f9cd370caa63cb1fa7 [192/212] linux-next-git-rejects > config: i386-randconfig-s0-201822-CONFIG_DEBUG_INFO_REDUCED (attached as .config) > compiler: gcc-6 (Debian 6.4.0-9) 6.4.0 20171026 > reproduce: > git checkout b1a8bfbadbcb79644ccdd5f9cd370caa63cb1fa7 > # save the attached .config to linux build tree > make ARCH=i386 > > All errors (new ones prefixed by >>): > > In file included from include/asm-generic/int-ll64.h:11:0, > from include/uapi/asm-generic/types.h:7, > from arch/x86/include/uapi/asm/types.h:5, > from include/uapi/linux/types.h:5, > from include/linux/types.h:6, > from net/ipv4/ipconfig.c:36: >>> include/uapi/asm-generic/int-ll64.h:20:1: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'typedef' > typedef __signed__ char __s8; > ^~~~~~~ The problem here was that net/ipv4/ipconfig.c begins like this: q// SPDX-License-Identifier: GPL-2.0 Did anyone fix that? -- ~Randy