All of lore.kernel.org
 help / color / mirror / Atom feed
* [jpoimboe:objtool-werror 3/4] check.c:3538:10: error: no member named 'warnings' in 'struct symbol'
@ 2025-03-31 20:17 kernel test robot
  0 siblings, 0 replies; 2+ messages in thread
From: kernel test robot @ 2025-03-31 20:17 UTC (permalink / raw)
  To: oe-kbuild; +Cc: lkp

:::::: 
:::::: Manual check reason: "only suspicious fbc files changed"
:::::: 

BCC: lkp@intel.com
CC: llvm@lists.linux.dev
CC: oe-kbuild-all@lists.linux.dev
TO: Josh Poimboeuf <jpoimboe@kernel.org>

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/jpoimboe/linux.git objtool-werror
head:   fed6a8b43d3441f6b9d0700b429bc7a686023b9d
commit: d69b7d42d9b26e320e50855413577be6c3b51a35 [3/4] Revert "objtool: Increase per-function WARN_FUNC() rate limit"
:::::: branch date: 4 hours ago
:::::: commit date: 4 hours ago
config: powerpc-randconfig-001-20250401 (https://download.01.org/0day-ci/archive/20250401/202504010444.FAFVZ3BR-lkp@intel.com/config)
compiler: clang version 21.0.0git (https://github.com/llvm/llvm-project 7eccafc3c84606587a175c0a8c1ebea6e4fb21cd)
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20250401/202504010444.FAFVZ3BR-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/r/202504010444.FAFVZ3BR-lkp@intel.com/

All errors (new ones prefixed by >>):

>> check.c:3538:10: error: no member named 'warnings' in 'struct symbol'
    3538 |                         func->warnings++;
         |                         ~~~~  ^
   1 error generated.
   make[5]: *** [tools/build/Makefile.build:85: tools/objtool/check.o] Error 1 shuffle=1485354277
   make[5]: Target '__build' not remade because of errors.
   make[4]: *** [Makefile:65: tools/objtool/objtool-in.o] Error 2 shuffle=1485354277
   make[4]: Target 'all' not remade because of errors.
   make[3]: *** [Makefile:72: objtool] Error 2 shuffle=1485354277
   make[2]: *** [Makefile:1438: tools/objtool] Error 2 shuffle=1485354277
   make[2]: Target 'prepare' not remade because of errors.
   make[1]: *** [Makefile:251: __sub-make] Error 2 shuffle=1485354277
   make[1]: Target 'prepare' not remade because of errors.
   make: *** [Makefile:251: __sub-make] Error 2 shuffle=1485354277
   make: Target 'prepare' not remade because of errors.

-- 
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [jpoimboe:objtool-werror 3/4] check.c:3538:10: error: no member named 'warnings' in 'struct symbol'
@ 2025-04-01  0:47 kernel test robot
  0 siblings, 0 replies; 2+ messages in thread
From: kernel test robot @ 2025-04-01  0:47 UTC (permalink / raw)
  To: Josh Poimboeuf; +Cc: llvm, oe-kbuild-all

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/jpoimboe/linux.git objtool-werror
head:   fed6a8b43d3441f6b9d0700b429bc7a686023b9d
commit: d69b7d42d9b26e320e50855413577be6c3b51a35 [3/4] Revert "objtool: Increase per-function WARN_FUNC() rate limit"
:::::: branch date: 4 hours ago
:::::: commit date: 4 hours ago
config: powerpc-randconfig-001-20250401 (https://download.01.org/0day-ci/archive/20250401/202504010444.FAFVZ3BR-lkp@intel.com/config)
compiler: clang version 21.0.0git (https://github.com/llvm/llvm-project 7eccafc3c84606587a175c0a8c1ebea6e4fb21cd)
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20250401/202504010444.FAFVZ3BR-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/r/202504010444.FAFVZ3BR-lkp@intel.com/

All errors (new ones prefixed by >>):

>> check.c:3538:10: error: no member named 'warnings' in 'struct symbol'
    3538 |                         func->warnings++;
         |                         ~~~~  ^
   1 error generated.
   make[5]: *** [tools/build/Makefile.build:85: tools/objtool/check.o] Error 1 shuffle=1485354277
   make[5]: Target '__build' not remade because of errors.
   make[4]: *** [Makefile:65: tools/objtool/objtool-in.o] Error 2 shuffle=1485354277
   make[4]: Target 'all' not remade because of errors.
   make[3]: *** [Makefile:72: objtool] Error 2 shuffle=1485354277
   make[2]: *** [Makefile:1438: tools/objtool] Error 2 shuffle=1485354277
   make[2]: Target 'prepare' not remade because of errors.
   make[1]: *** [Makefile:251: __sub-make] Error 2 shuffle=1485354277
   make[1]: Target 'prepare' not remade because of errors.
   make: *** [Makefile:251: __sub-make] Error 2 shuffle=1485354277
   make: Target 'prepare' not remade because of errors.

-- 
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-04-01  0:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-31 20:17 [jpoimboe:objtool-werror 3/4] check.c:3538:10: error: no member named 'warnings' in 'struct symbol' kernel test robot
  -- strict thread matches above, loose matches on Subject: below --
2025-04-01  0:47 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.