Building the Linux kernel with Clang and LLVM
 help / color / mirror / Atom feed
* [axboe-block:for-next 51/55] error[E0425]: cannot find value `QUEUE_FLAG_NONROT` in crate `bindings`
@ 2024-06-20  9:10 kernel test robot
  0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2024-06-20  9:10 UTC (permalink / raw)
  To: Jens Axboe; +Cc: llvm, oe-kbuild-all

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git for-next
head:   43ccacc7be96b71bf8c1461036034f1174be2f4d
commit: 69c34f07e45f2d52d9a41991867a1e5a85bbaaf3 [51/55] Merge branch 'for-6.11/block-limits' into for-6.11/block
config: x86_64-rhel-8.3-rust (https://download.01.org/0day-ci/archive/20240620/202406201714.7ufo4LvK-lkp@intel.com/config)
compiler: clang version 18.1.5 (https://github.com/llvm/llvm-project 617a15a9eac96088ae5e9134248d8236e34b91b1)
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20240620/202406201714.7ufo4LvK-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/202406201714.7ufo4LvK-lkp@intel.com/

All errors (new ones prefixed by >>):

>> error[E0425]: cannot find value `QUEUE_FLAG_NONROT` in crate `bindings`
   --> rust/kernel/block/mq/gen_disk.rs:159:61
   |
   159  |             unsafe { bindings::blk_queue_flag_set(bindings::QUEUE_FLAG_NONROT, (*gendisk).queue) };
   |                                                             ^^^^^^^^^^^^^^^^^ help: a constant with a similar name exists: `QUEUE_FLAG_NOMERGES`
   |
   ::: rust/bindings/bindings_generated.rs:9538:1
   |
   9538 | pub const QUEUE_FLAG_NOMERGES: u32 = 3;
   | ---------------------------------- similarly named constant `QUEUE_FLAG_NOMERGES` defined here
--
>> error[E0425]: cannot find value `QUEUE_FLAG_NONROT` in crate `bindings`
   --> rust/kernel/block/mq/gen_disk.rs:165:58
   |
   165  |                 bindings::blk_queue_flag_clear(bindings::QUEUE_FLAG_NONROT, (*gendisk).queue)
   |                                                          ^^^^^^^^^^^^^^^^^ help: a constant with a similar name exists: `QUEUE_FLAG_NOMERGES`
   |
   ::: rust/bindings/bindings_generated.rs:9538:1
   |
   9538 | pub const QUEUE_FLAG_NOMERGES: u32 = 3;
   | ---------------------------------- similarly named constant `QUEUE_FLAG_NOMERGES` defined here

-- 
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:[~2024-06-20  9:10 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-20  9:10 [axboe-block:for-next 51/55] error[E0425]: cannot find value `QUEUE_FLAG_NONROT` in crate `bindings` kernel test robot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox