Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752763AbbBJIEm (ORCPT ); Tue, 10 Feb 2015 03:04:42 -0500 Received: from mailout1.w1.samsung.com ([210.118.77.11]:21700 "EHLO mailout1.w1.samsung.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750710AbbBJIEl (ORCPT ); Tue, 10 Feb 2015 03:04:41 -0500 X-AuditID: cbfec7f4-b7f126d000001e9a-81-54d9bb05908d Message-id: <54D9BB95.8070400@samsung.com> Date: Tue, 10 Feb 2015 11:04:37 +0300 From: Andrey Ryabinin User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-version: 1.0 To: "Lad, Prabhakar" , LKML Subject: Re: Build breakage for allmodconfig References: In-reply-to: Content-type: text/plain; charset=utf-8 Content-transfer-encoding: 7bit X-Brightmail-Tracker: H4sIAAAAAAAAA+NgFmpjluLIzCtJLcpLzFFi42I5/e/4NV3W3TdDDD78U7C4vGsOm8XL+yuY HZg8ds66y+7xeZNcAFMUl01Kak5mWWqRvl0CV8bfJ2sYC3oEK141qjYw7uTrYuTkkBAwkXix ajojhC0mceHeerYuRi4OIYGljBJX3yxihnCamSQ+nDzHBFLFK6Al8eDqKTYQm0VAVeLntC3s IDabgJ7Ev1nbweKiAhESH1Z9ZYOoF5T4MfkeC4gtAhTfcngC0DYODmEBHYnXc4NBwkICARIX X88GK+cUCJZ4u6afCaSEWUBdYsqUXJAws4C8xOY1b5knMPLPQjJ0FkLVLCRVCxiZVzGKppYm FxQnpeca6hUn5haX5qXrJefnbmKEhN2XHYyLj1kdYhTgYFTi4Q2YcDNEiDWxrLgy9xCjBAez kgiv6DygEG9KYmVValF+fFFpTmrxIUYmDk6pBka5wJ3X3whK1VzyN188/W7fuRkKb1Ps52lP 3N61/uXMSJ22NQ+7Fmi8qX2QxvZg5V3XH9+4PBeEbJ98/q/8mjcqurded9umPnMO0J+SZjRj UbPD1G0NLtaiHLcTEnn/6sVxC/spb5aWmlF04+9RjmK+u/bPpm3bfqzkv3Oi2bJD7qlTDm3Z /O63EktxRqKhFnNRcSIAANVWnhkCAAA= Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2382 Lines: 56 On 02/09/2015 09:12 PM, Lad, Prabhakar wrote: > Hi Andrey, > > There is build breakage for allmodconfig with commit id "kasan: enable > instrumentation of global variables" > f39182cbcd0122ad2c943317b5f07eba91b2cfe5 on linux-next. > > scripts/kconfig/conf --silentoldconfig Kconfig > scripts/Makefile.kasan:20: CONFIG_KASAN: compiler does not support all > options. Trying minimal configuration > SYSTBL arch/x86/syscalls/../include/generated/asm/syscalls_32.h > SYSHDR arch/x86/syscalls/../include/generated/asm/unistd_32_ia32.h > SYSHDR arch/x86/syscalls/../include/generated/asm/unistd_64_x32.h > SYSTBL arch/x86/syscalls/../include/generated/asm/syscalls_64.h > SYSHDR arch/x86/syscalls/../include/generated/uapi/asm/unistd_32.h > SYSHDR arch/x86/syscalls/../include/generated/uapi/asm/unistd_64.h > SYSHDR arch/x86/syscalls/../include/generated/uapi/asm/unistd_x32.h > HOSTCC scripts/basic/bin2c > HOSTCC arch/x86/tools/relocs_32.o > HOSTCC arch/x86/tools/relocs_64.o > HOSTCC arch/x86/tools/relocs_common.o > HOSTLD arch/x86/tools/relocs > CHK include/config/kernel.release > UPD include/config/kernel.release > WRAP arch/x86/include/generated/asm/clkdev.h > WRAP arch/x86/include/generated/asm/cputime.h > WRAP arch/x86/include/generated/asm/dma-contiguous.h > WRAP arch/x86/include/generated/asm/early_ioremap.h > WRAP arch/x86/include/generated/asm/mcs_spinlock.h > WRAP arch/x86/include/generated/asm/scatterlist.h > CHK include/generated/uapi/linux/version.h > UPD include/generated/uapi/linux/version.h > CHK include/generated/utsrelease.h > UPD include/generated/utsrelease.h > CHECK arch/x86/purgatory/purgatory.c > No such file: asan-globals=1 > make[1]: *** [arch/x86/purgatory/purgatory.o] Error 1 > make: *** [archprepare] Error 2 > > Note: this is observed only when sparse is enabled. > This is a sparse bug. Fixed in d917662d54ba("lib.c: skip --param parameters"). https://git.kernel.org/cgit/devel/sparse/sparse.git/commit/?id=d917662d54ba68d0c3b03e994cb1fa66d7b19c30 > Regards, > --Prabhakar Lad > -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/