[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <201601140644.Gmkq6w80%fengguang.wu@intel.com>
Date: Thu, 14 Jan 2016 06:31:23 +0800
From: kbuild test robot <lkp@...el.com>
To: Dmitry Vyukov <dvyukov@...gle.com>
Cc: kbuild-all@...org, akpm@...ux-foundation.org, drysdale@...gle.com,
keescook@...gle.com, quentin.casasnovas@...cle.com,
sasha.levin@...cle.com, vegard.nossum@...cle.com,
linux-kernel@...r.kernel.org, edumazet@...gle.com,
taviso@...gle.com, bhelgaas@...gle.com, syzkaller@...glegroups.com,
kcc@...gle.com, glider@...gle.com, ryabinin.a.a@...il.com,
Dmitry Vyukov <dvyukov@...gle.com>
Subject: Re: [PATCH v2] kernel: add kcov code coverage
Hi Dmitry,
[auto build test ERROR on kbuild/for-next]
[also build test ERROR on v4.4]
[cannot apply to tip/x86/core next-20160113]
[if your patch is applied to the wrong git tree, please drop us a note to help improving the system]
url: https://github.com/0day-ci/linux/commits/Dmitry-Vyukov/kernel-add-kcov-code-coverage/20160113-205004
base: https://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git for-next
config: x86_64-randconfig-n0-01140517 (attached as .config)
reproduce:
# save the attached .config to linux build tree
make ARCH=x86_64
All errors (new ones prefixed by >>):
>> Makefile:695: Cannot use CONFIG_KCOV: -fsanitize-coverage=trace-pc is not supported by compiler
gcc-5: error: unrecognized command line option '-fsanitize-coverage=trace-pc'
make[2]: *** [kernel/bounds.s] Error 1
make[2]: Target '__build' not remade because of errors.
make[1]: *** [prepare0] Error 2
make[1]: Target 'prepare' not remade because of errors.
make: *** [sub-make] Error 2
vim +695 Makefile
689 endif
690 endif
691 KBUILD_CFLAGS += $(stackp-flag)
692
693 ifdef CONFIG_KCOV
694 ifeq ($(call cc-option, $(CFLAGS_KCOV)),)
> 695 $(warning Cannot use CONFIG_KCOV: \
696 -fsanitize-coverage=trace-pc is not supported by compiler)
697 endif
698 endif
---
0-DAY kernel test infrastructure Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all Intel Corporation
Download attachment ".config.gz" of type "application/octet-stream" (25569 bytes)
Powered by blists - more mailing lists