* [cris:scmi_transport_instance_handle_V1 4/5] drivers/firmware/arm_scmi/transports/virtio.c:187:29: error: use of undeclared identifier 'mutexname'; did you mean 'putname'?
@ 2026-05-06 8:24 kernel test robot
0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2026-05-06 8:24 UTC (permalink / raw)
To: Cristian Marussi; +Cc: oe-kbuild-all
tree: https://git.kernel.org/pub/scm/linux/kernel/git/cris/linux.git scmi_transport_instance_handle_V1
head: 13190d4c752c9adc3184690ccf035795be170fb9
commit: 25da96b2ceb31392d167fcc5d252a1f26ccae5c4 [4/5] firmware: arm_scmi: virtio: Rework transport probe sequence
config: powerpc-randconfig-r073-20260506 (https://download.01.org/0day-ci/archive/20260506/202605061629.PXw0so2F-lkp@intel.com/config)
compiler: clang version 23.0.0git (https://github.com/llvm/llvm-project 5bac06718f502014fade905512f1d26d578a18f3)
smatch: v0.5.0-9065-ge9cc34fd
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20260506/202605061629.PXw0so2F-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/202605061629.PXw0so2F-lkp@intel.com/
All errors (new ones prefixed by >>):
>> drivers/firmware/arm_scmi/transports/virtio.c:187:29: error: use of undeclared identifier 'mutexname'; did you mean 'putname'?
187 | .mtx = __MUTEX_INITIALIZER(mutexname),
| ^~~~~~~~~
| putname
include/linux/mutex.h:83:29: note: expanded from macro '__MUTEX_INITIALIZER'
83 | __DEBUG_MUTEX_INITIALIZER(lockname) \
| ^~~~~~~~
include/linux/mutex.h:40:14: note: expanded from macro '__DEBUG_MUTEX_INITIALIZER'
40 | , .magic = &lockname
| ^~~~~~~~
include/linux/fs.h:2539:13: note: 'putname' declared here
2539 | extern void putname(struct filename *name);
| ^
1 error generated.
vim +187 drivers/firmware/arm_scmi/transports/virtio.c
185
186 static struct scmi_virtio_suppliers scmi_transport_suppliers = {
> 187 .mtx = __MUTEX_INITIALIZER(mutexname),
188 .available = INIT_ERR_PTR(-EPROBE_DEFER),
189 .th.supplier_get = scmi_virtio_supplier_get,
190 .th.supplier_put = scmi_virtio_supplier_put,
191 };
192
--
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:[~2026-05-06 8:25 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-06 8:24 [cris:scmi_transport_instance_handle_V1 4/5] drivers/firmware/arm_scmi/transports/virtio.c:187:29: error: use of undeclared identifier 'mutexname'; did you mean 'putname'? 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.