
tree: https://gitee.com/openeuler/kernel.git openEuler-1.0-LTS head: d47443532b562cff105f8cfbc32343f83a2ecd01 commit: 27f3c5bc01e9836a87061de4ea01fa3754a40274 [1582/1582] gfs2: Fix marking bitmaps non-full config: x86_64-buildonly-randconfig-005-20250415 (https://download.01.org/0day-ci/archive/20250416/202504162035.XTrGjsOi-lkp@i...) compiler: clang version 20.1.2 (https://github.com/llvm/llvm-project 58df0ef89dd64126512e4ee27b4ac3fd8ddf6247) reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20250416/202504162035.XTrGjsOi-lkp@i...) 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/202504162035.XTrGjsOi-lkp@intel.com/ All warnings (new ones prefixed by >>): fs/gfs2/rgrp.c:1288:25: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical] 1288 | int demote_requested = test_bit(GLF_DEMOTE, &gh->gh_gl->gl_flags) | | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | || 1289 | test_bit(GLF_PENDING_DEMOTE, &gh->gh_gl->gl_flags); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ arch/x86/include/asm/bitops.h:342:2: note: expanded from macro 'test_bit' 342 | (__builtin_constant_p((nr)) \ | ^ fs/gfs2/rgrp.c:1288:25: note: cast one or both operands to int to silence this warning arch/x86/include/asm/bitops.h:342:2: note: expanded from macro 'test_bit' 342 | (__builtin_constant_p((nr)) \ | ^ 1 warning generated. fs/gfs2/rgrp.c:1517: warning: Function parameter or member 'rs' not described in 'rgd_free' fs/gfs2/rgrp.c:1992: warning: Function parameter or member 'rgd' not described in 'fast_to_acquire'
fs/gfs2/rgrp.o: warning: objtool: __rs_deltree()+0x188: unreachable instruction
-- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests/wiki