* [linux-next:master 5383/11041] include/linux/compiler_types.h:597:45: error: call to '__compiletime_assert_30' declared with attribute error: BUILD_BUG failed
@ 2025-11-24 12:28 kernel test robot
0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2025-11-24 12:28 UTC (permalink / raw)
To: Jason Gunthorpe; +Cc: oe-kbuild-all, Joerg Roedel, Kevin Tian
tree: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master
head: d724c6f85e80a23ed46b7ebc6e38b527c09d64f5
commit: 6303c0187f03ab47c748302f020789558d825f70 [5383/11041] iommupt: Add a kunit test for the SW bits
config: x86_64-buildonly-randconfig-003-20251124 (https://download.01.org/0day-ci/archive/20251124/202511242012.I7g504Ab-lkp@intel.com/config)
compiler: gcc-13 (Debian 13.3.0-16) 13.3.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20251124/202511242012.I7g504Ab-lkp@intel.com/reproduce)
If you fix the issue in a separate patch/commit (i.e. not just a new version of
the same patch/commit), kindly add following tags
| Reported-by: kernel test robot <lkp@intel.com>
| Closes: https://lore.kernel.org/oe-kbuild-all/202511242012.I7g504Ab-lkp@intel.com/
All errors (new ones prefixed by >>):
In file included from <command-line>:
drivers/iommu/generic_pt/fmt/x86_64.h: In function 'x86_64_pt_sw_bit':
>> include/linux/compiler_types.h:597:45: error: call to '__compiletime_assert_30' declared with attribute error: BUILD_BUG failed
597 | _compiletime_assert(condition, msg, __compiletime_assert_, __COUNTER__)
| ^
include/linux/compiler_types.h:578:25: note: in definition of macro '__compiletime_assert'
578 | prefix ## suffix(); \
| ^~~~~~
include/linux/compiler_types.h:597:9: note: in expansion of macro '_compiletime_assert'
597 | _compiletime_assert(condition, msg, __compiletime_assert_, __COUNTER__)
| ^~~~~~~~~~~~~~~~~~~
include/linux/build_bug.h:39:37: note: in expansion of macro 'compiletime_assert'
39 | #define BUILD_BUG_ON_MSG(cond, msg) compiletime_assert(!(cond), msg)
| ^~~~~~~~~~~~~~~~~~
include/linux/build_bug.h:59:21: note: in expansion of macro 'BUILD_BUG_ON_MSG'
59 | #define BUILD_BUG() BUILD_BUG_ON_MSG(1, "BUILD_BUG failed")
| ^~~~~~~~~~~~~~~~
drivers/iommu/generic_pt/fmt/x86_64.h:189:25: note: in expansion of macro 'BUILD_BUG'
189 | BUILD_BUG();
| ^~~~~~~~~
vim +/__compiletime_assert_30 +597 include/linux/compiler_types.h
eb5c2d4b45e3d2d Will Deacon 2020-07-21 583
eb5c2d4b45e3d2d Will Deacon 2020-07-21 584 #define _compiletime_assert(condition, msg, prefix, suffix) \
eb5c2d4b45e3d2d Will Deacon 2020-07-21 585 __compiletime_assert(condition, msg, prefix, suffix)
eb5c2d4b45e3d2d Will Deacon 2020-07-21 586
eb5c2d4b45e3d2d Will Deacon 2020-07-21 587 /**
eb5c2d4b45e3d2d Will Deacon 2020-07-21 588 * compiletime_assert - break build and emit msg if condition is false
eb5c2d4b45e3d2d Will Deacon 2020-07-21 589 * @condition: a compile-time constant condition to check
eb5c2d4b45e3d2d Will Deacon 2020-07-21 590 * @msg: a message to emit if condition is false
eb5c2d4b45e3d2d Will Deacon 2020-07-21 591 *
eb5c2d4b45e3d2d Will Deacon 2020-07-21 592 * In tradition of POSIX assert, this macro will break the build if the
eb5c2d4b45e3d2d Will Deacon 2020-07-21 593 * supplied condition is *false*, emitting the supplied error message if the
eb5c2d4b45e3d2d Will Deacon 2020-07-21 594 * compiler has support to do so.
eb5c2d4b45e3d2d Will Deacon 2020-07-21 595 */
eb5c2d4b45e3d2d Will Deacon 2020-07-21 596 #define compiletime_assert(condition, msg) \
eb5c2d4b45e3d2d Will Deacon 2020-07-21 @597 _compiletime_assert(condition, msg, __compiletime_assert_, __COUNTER__)
eb5c2d4b45e3d2d Will Deacon 2020-07-21 598
:::::: The code at line 597 was first introduced by commit
:::::: eb5c2d4b45e3d2d5d052ea6b8f1463976b1020d5 compiler.h: Move compiletime_assert() macros into compiler_types.h
:::::: TO: Will Deacon <will@kernel.org>
:::::: CC: Will Deacon <will@kernel.org>
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2025-11-24 12:29 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-24 12:28 [linux-next:master 5383/11041] include/linux/compiler_types.h:597:45: error: call to '__compiletime_assert_30' declared with attribute error: BUILD_BUG failed kernel test robot
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.