From: kbuild test robot <lkp@intel.com>
To: kbuild-all@lists.01.org
Subject: Re: [RFC PATCH 2/2] KUnit: KASAN Integration
Date: Thu, 27 Feb 2020 18:35:19 +0800 [thread overview]
Message-ID: <202002271823.ZDoMGOkr%lkp@intel.com> (raw)
In-Reply-To: <20200227024301.217042-2-trishalfonso@google.com>
[-- Attachment #1: Type: text/plain, Size: 8422 bytes --]
Hi Patricia,
[FYI, it's a private test report for your RFC patch.]
[auto build test ERROR on tip/sched/core]
[also build test ERROR on linus/master v5.6-rc3]
[cannot apply to linux/master next-20200227]
[if your patch is applied to the wrong git tree, please drop us a note to help
improve the system. BTW, we also suggest to use '--base' option to specify the
base tree in git format-patch, please see https://stackoverflow.com/a/37406982]
url: https://github.com/0day-ci/linux/commits/Patricia-Alfonso/Port-KASAN-Tests-to-KUnit/20200227-104526
base: https://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git a0f03b617c3b2644d3d47bf7d9e60aed01bd5b10
config: x86_64-defconfig (attached as .config)
compiler: clang version 11.0.0 (git://gitmirror/llvm_project 949134e2fefd34a38ed71de90dffe2300e2e1139)
reproduce:
# FIXME the reproduce steps for clang is not ready yet
If you fix the issue, kindly add following tag
Reported-by: kbuild test robot <lkp@intel.com>
All errors (new ones prefixed by >>):
In file included from arch/x86/entry/vdso/vdso32/vclock_gettime.c:31:
In file included from arch/x86/entry/vdso/vdso32/../vclock_gettime.c:15:
In file included from arch/x86/entry/vdso/../../../../lib/vdso/gettimeofday.c:26:
In file included from arch/x86/include/asm/vdso/gettimeofday.h:21:
In file included from include/clocksource/hyperv_timer.h:18:
In file included from arch/x86/include/asm/mshyperv.h:6:
In file included from include/linux/nmi.h:8:
In file included from include/linux/sched.h:35:
In file included from include/kunit/test.h:15:
In file included from include/linux/module.h:30:
>> arch/x86/include/asm/module.h:69:2: error: unknown processor family
#error unknown processor family
^
1 error generated.
vim +69 arch/x86/include/asm/module.h
0ddc9cc8fdfe3d include/asm-x86/module.h Harvey Harrison 2007-12-18 15
0ddc9cc8fdfe3d include/asm-x86/module.h Harvey Harrison 2007-12-18 16 #ifdef CONFIG_X86_64
0ddc9cc8fdfe3d include/asm-x86/module.h Harvey Harrison 2007-12-18 17 /* X86_64 does not define MODULE_PROC_FAMILY */
87d6021b814353 arch/x86/include/asm/module.h Arnd Bergmann 2019-10-01 18 #elif defined CONFIG_M486SX
87d6021b814353 arch/x86/include/asm/module.h Arnd Bergmann 2019-10-01 19 #define MODULE_PROC_FAMILY "486SX "
0ddc9cc8fdfe3d include/asm-x86/module.h Harvey Harrison 2007-12-18 20 #elif defined CONFIG_M486
0ddc9cc8fdfe3d include/asm-x86/module.h Harvey Harrison 2007-12-18 21 #define MODULE_PROC_FAMILY "486 "
0ddc9cc8fdfe3d include/asm-x86/module.h Harvey Harrison 2007-12-18 22 #elif defined CONFIG_M586
0ddc9cc8fdfe3d include/asm-x86/module.h Harvey Harrison 2007-12-18 23 #define MODULE_PROC_FAMILY "586 "
0ddc9cc8fdfe3d include/asm-x86/module.h Harvey Harrison 2007-12-18 24 #elif defined CONFIG_M586TSC
0ddc9cc8fdfe3d include/asm-x86/module.h Harvey Harrison 2007-12-18 25 #define MODULE_PROC_FAMILY "586TSC "
0ddc9cc8fdfe3d include/asm-x86/module.h Harvey Harrison 2007-12-18 26 #elif defined CONFIG_M586MMX
0ddc9cc8fdfe3d include/asm-x86/module.h Harvey Harrison 2007-12-18 27 #define MODULE_PROC_FAMILY "586MMX "
0ddc9cc8fdfe3d include/asm-x86/module.h Harvey Harrison 2007-12-18 28 #elif defined CONFIG_MCORE2
0ddc9cc8fdfe3d include/asm-x86/module.h Harvey Harrison 2007-12-18 29 #define MODULE_PROC_FAMILY "CORE2 "
366d19e181be87 arch/x86/include/asm/module.h Tobias Doerffel 2009-08-21 30 #elif defined CONFIG_MATOM
366d19e181be87 arch/x86/include/asm/module.h Tobias Doerffel 2009-08-21 31 #define MODULE_PROC_FAMILY "ATOM "
0ddc9cc8fdfe3d include/asm-x86/module.h Harvey Harrison 2007-12-18 32 #elif defined CONFIG_M686
0ddc9cc8fdfe3d include/asm-x86/module.h Harvey Harrison 2007-12-18 33 #define MODULE_PROC_FAMILY "686 "
0ddc9cc8fdfe3d include/asm-x86/module.h Harvey Harrison 2007-12-18 34 #elif defined CONFIG_MPENTIUMII
0ddc9cc8fdfe3d include/asm-x86/module.h Harvey Harrison 2007-12-18 35 #define MODULE_PROC_FAMILY "PENTIUMII "
0ddc9cc8fdfe3d include/asm-x86/module.h Harvey Harrison 2007-12-18 36 #elif defined CONFIG_MPENTIUMIII
0ddc9cc8fdfe3d include/asm-x86/module.h Harvey Harrison 2007-12-18 37 #define MODULE_PROC_FAMILY "PENTIUMIII "
0ddc9cc8fdfe3d include/asm-x86/module.h Harvey Harrison 2007-12-18 38 #elif defined CONFIG_MPENTIUMM
0ddc9cc8fdfe3d include/asm-x86/module.h Harvey Harrison 2007-12-18 39 #define MODULE_PROC_FAMILY "PENTIUMM "
0ddc9cc8fdfe3d include/asm-x86/module.h Harvey Harrison 2007-12-18 40 #elif defined CONFIG_MPENTIUM4
0ddc9cc8fdfe3d include/asm-x86/module.h Harvey Harrison 2007-12-18 41 #define MODULE_PROC_FAMILY "PENTIUM4 "
0ddc9cc8fdfe3d include/asm-x86/module.h Harvey Harrison 2007-12-18 42 #elif defined CONFIG_MK6
0ddc9cc8fdfe3d include/asm-x86/module.h Harvey Harrison 2007-12-18 43 #define MODULE_PROC_FAMILY "K6 "
0ddc9cc8fdfe3d include/asm-x86/module.h Harvey Harrison 2007-12-18 44 #elif defined CONFIG_MK7
0ddc9cc8fdfe3d include/asm-x86/module.h Harvey Harrison 2007-12-18 45 #define MODULE_PROC_FAMILY "K7 "
0ddc9cc8fdfe3d include/asm-x86/module.h Harvey Harrison 2007-12-18 46 #elif defined CONFIG_MK8
0ddc9cc8fdfe3d include/asm-x86/module.h Harvey Harrison 2007-12-18 47 #define MODULE_PROC_FAMILY "K8 "
ce9c99af8d4b3b arch/x86/include/asm/module.h Ian Campbell 2011-04-08 48 #elif defined CONFIG_MELAN
0ddc9cc8fdfe3d include/asm-x86/module.h Harvey Harrison 2007-12-18 49 #define MODULE_PROC_FAMILY "ELAN "
0ddc9cc8fdfe3d include/asm-x86/module.h Harvey Harrison 2007-12-18 50 #elif defined CONFIG_MCRUSOE
0ddc9cc8fdfe3d include/asm-x86/module.h Harvey Harrison 2007-12-18 51 #define MODULE_PROC_FAMILY "CRUSOE "
0ddc9cc8fdfe3d include/asm-x86/module.h Harvey Harrison 2007-12-18 52 #elif defined CONFIG_MEFFICEON
0ddc9cc8fdfe3d include/asm-x86/module.h Harvey Harrison 2007-12-18 53 #define MODULE_PROC_FAMILY "EFFICEON "
0ddc9cc8fdfe3d include/asm-x86/module.h Harvey Harrison 2007-12-18 54 #elif defined CONFIG_MWINCHIPC6
0ddc9cc8fdfe3d include/asm-x86/module.h Harvey Harrison 2007-12-18 55 #define MODULE_PROC_FAMILY "WINCHIPC6 "
0ddc9cc8fdfe3d include/asm-x86/module.h Harvey Harrison 2007-12-18 56 #elif defined CONFIG_MWINCHIP3D
0ddc9cc8fdfe3d include/asm-x86/module.h Harvey Harrison 2007-12-18 57 #define MODULE_PROC_FAMILY "WINCHIP3D "
0ddc9cc8fdfe3d include/asm-x86/module.h Harvey Harrison 2007-12-18 58 #elif defined CONFIG_MCYRIXIII
0ddc9cc8fdfe3d include/asm-x86/module.h Harvey Harrison 2007-12-18 59 #define MODULE_PROC_FAMILY "CYRIXIII "
0ddc9cc8fdfe3d include/asm-x86/module.h Harvey Harrison 2007-12-18 60 #elif defined CONFIG_MVIAC3_2
0ddc9cc8fdfe3d include/asm-x86/module.h Harvey Harrison 2007-12-18 61 #define MODULE_PROC_FAMILY "VIAC3-2 "
0ddc9cc8fdfe3d include/asm-x86/module.h Harvey Harrison 2007-12-18 62 #elif defined CONFIG_MVIAC7
0ddc9cc8fdfe3d include/asm-x86/module.h Harvey Harrison 2007-12-18 63 #define MODULE_PROC_FAMILY "VIAC7 "
0ddc9cc8fdfe3d include/asm-x86/module.h Harvey Harrison 2007-12-18 64 #elif defined CONFIG_MGEODEGX1
0ddc9cc8fdfe3d include/asm-x86/module.h Harvey Harrison 2007-12-18 65 #define MODULE_PROC_FAMILY "GEODEGX1 "
0ddc9cc8fdfe3d include/asm-x86/module.h Harvey Harrison 2007-12-18 66 #elif defined CONFIG_MGEODE_LX
0ddc9cc8fdfe3d include/asm-x86/module.h Harvey Harrison 2007-12-18 67 #define MODULE_PROC_FAMILY "GEODE "
0ddc9cc8fdfe3d include/asm-x86/module.h Harvey Harrison 2007-12-18 68 #else
0ddc9cc8fdfe3d include/asm-x86/module.h Harvey Harrison 2007-12-18 @69 #error unknown processor family
0ddc9cc8fdfe3d include/asm-x86/module.h Harvey Harrison 2007-12-18 70 #endif
0ddc9cc8fdfe3d include/asm-x86/module.h Harvey Harrison 2007-12-18 71
:::::: The code at line 69 was first introduced by commit
:::::: 0ddc9cc8fdfe3df7a90557e66069e3da2c584725 x86: unify module_{32|64}.h
:::::: TO: Harvey Harrison <harvey.harrison@gmail.com>
:::::: CC: Ingo Molnar <mingo@elte.hu>
---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org
[-- Attachment #2: config.gz --]
[-- Type: application/gzip, Size: 28990 bytes --]
next prev parent reply other threads:[~2020-02-27 10:35 UTC|newest]
Thread overview: 34+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-02-27 2:43 [RFC PATCH 1/2] Port KASAN Tests to KUnit Patricia Alfonso
2020-02-27 2:43 ` [RFC PATCH 2/2] KUnit: KASAN Integration Patricia Alfonso
2020-02-27 4:09 ` kbuild test robot
2020-02-27 4:12 ` kbuild test robot
2020-02-27 10:35 ` kbuild test robot [this message]
2020-02-27 14:04 ` Alan Maguire
2020-02-29 0:46 ` Patricia Alfonso
2020-03-03 16:40 ` Alan Maguire
2020-03-05 2:14 ` Patricia Alfonso
2020-03-05 7:46 ` Alan Maguire
2020-03-10 21:42 ` Brendan Higgins
2020-03-10 21:39 ` Brendan Higgins
2020-02-27 14:39 ` Dmitry Vyukov
2020-02-29 1:09 ` Patricia Alfonso
2020-03-01 6:26 ` Dmitry Vyukov
2020-02-27 14:43 ` Dmitry Vyukov
2020-02-29 1:23 ` Patricia Alfonso
2020-03-01 6:29 ` Dmitry Vyukov
2020-03-04 1:26 ` Patricia Alfonso
2020-03-04 6:23 ` Dmitry Vyukov
2020-03-05 0:07 ` Patricia Alfonso
2020-03-05 6:44 ` Dmitry Vyukov
2020-02-27 14:45 ` Dmitry Vyukov
2020-02-29 0:49 ` Patricia Alfonso
2020-03-04 6:35 ` Dmitry Vyukov
2020-02-27 13:56 ` [RFC PATCH 1/2] Port KASAN Tests to KUnit Andrey Konovalov
2020-02-27 15:16 ` Alan Maguire
2020-02-27 14:19 ` Dmitry Vyukov
2020-02-29 1:56 ` Patricia Alfonso
2020-03-01 6:39 ` Dmitry Vyukov
2020-03-02 17:52 ` Kees Cook
2020-03-02 22:36 ` Brendan Higgins
2020-03-02 23:02 ` Kees Cook
2020-03-06 23:58 ` Patricia Alfonso
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=202002271823.ZDoMGOkr%lkp@intel.com \
--to=lkp@intel.com \
--cc=kbuild-all@lists.01.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.