CC: [email protected] CC: [email protected] TO: Guenter Roeck <[email protected]> CC: Palmer Dabbelt <[email protected]>
Hi Guenter, First bad commit (maybe != root cause): tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master head: a08b41ab9e2e468647f78eb17c28e29b93006394 commit: a18b14d8886614b3c7d290c4cfc33389822b0535 riscv: Disable STACKPROTECTOR_PER_TASK if GCC_PLUGIN_RANDSTRUCT is enabled date: 6 months ago :::::: branch date: 9 hours ago :::::: commit date: 6 months ago compiler: riscv64-linux-gcc (GCC) 11.2.0 If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot <[email protected]> cppcheck possible warnings: (new ones prefixed by >>, may not real problems) >> drivers/gpu/drm/panfrost/panfrost_gpu.c:179:0: warning: failed to expand >> 'GPU_MODEL', Invalid ## usage when expanding 'GPU_REV_EXT'. >> [preprocessorErrorDirective] #define GPU_REV_EXT(name, _rev, _p, _s, stat) 3-^ vim +179 drivers/gpu/drm/panfrost/panfrost_gpu.c f3ba91228e8e91 Rob Herring 2018-09-10 178 f3ba91228e8e91 Rob Herring 2018-09-10 @179 #define GPU_REV_EXT(name, _rev, _p, _s, stat) \ f3ba91228e8e91 Rob Herring 2018-09-10 180 {\ f3ba91228e8e91 Rob Herring 2018-09-10 181 .revision = (_rev) << 12 | (_p) << 4 | (_s), \ f3ba91228e8e91 Rob Herring 2018-09-10 182 .issues = hw_issues_##name##_r##_rev##p##_p##stat, \ f3ba91228e8e91 Rob Herring 2018-09-10 183 } f3ba91228e8e91 Rob Herring 2018-09-10 184 #define GPU_REV(name, r, p) GPU_REV_EXT(name, r, p, 0, ) f3ba91228e8e91 Rob Herring 2018-09-10 185 :::::: The code at line 179 was first introduced by commit :::::: f3ba91228e8e917e5bd6c4b72bfe846933d17370 drm/panfrost: Add initial panfrost driver :::::: TO: Rob Herring <[email protected]> :::::: CC: Rob Herring <[email protected]> --- 0-DAY CI Kernel Test Service, Intel Corporation https://lists.01.org/hyperkitty/list/[email protected] _______________________________________________ kbuild mailing list -- [email protected] To unsubscribe send an email to [email protected]
