tree: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master head: 9ed46da14b9b9b2ad4edb3b0c545b6dbe5c00d39 commit: 740d0a267c8d319202523bef474e74505749d183 [2570/6010] ipmi: Convert from tasklet to BH workqueue compiler: clang version 17.0.6 (https://github.com/llvm/llvm-project 6009708b4367171ccdbf4b5905cb6a803753fe18) 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 <yujie.liu@xxxxxxxxx> | Closes: https://lore.kernel.org/r/202404141026.U9TuWR8P-lkp@xxxxxxxxx/ includecheck warnings: (new ones prefixed by >>) >> drivers/char/ipmi/ipmi_msghandler.c: linux/workqueue.h is included more than once. vim +34 drivers/char/ipmi/ipmi_msghandler.c 16 17 #include <linux/module.h> 18 #include <linux/errno.h> 19 #include <linux/panic_notifier.h> 20 #include <linux/poll.h> 21 #include <linux/sched.h> 22 #include <linux/seq_file.h> 23 #include <linux/spinlock.h> 24 #include <linux/mutex.h> 25 #include <linux/slab.h> 26 #include <linux/ipmi.h> 27 #include <linux/ipmi_smi.h> 28 #include <linux/notifier.h> 29 #include <linux/init.h> 30 #include <linux/proc_fs.h> 31 #include <linux/rcupdate.h> 32 #include <linux/interrupt.h> 33 #include <linux/moduleparam.h> > 34 #include <linux/workqueue.h> 35 #include <linux/uuid.h> 36 #include <linux/nospec.h> 37 #include <linux/vmalloc.h> 38 #include <linux/delay.h> > 39 #include <linux/workqueue.h> 40 -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests/wiki