linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
From: kernel test robot <yujie.liu@intel.com>
To: Allen Pais <apais@linux.microsoft.com>
Cc: <oe-kbuild-all@lists.linux.dev>,
	Linux Memory Management List <linux-mm@kvack.org>,
	Corey Minyard <minyard@acm.org>
Subject: [linux-next:master 2570/6010] drivers/char/ipmi/ipmi_msghandler.c: linux/workqueue.h is included more than once.
Date: Mon, 15 Apr 2024 13:11:03 +0800	[thread overview]
Message-ID: <202404141026.U9TuWR8P-lkp@intel.com> (raw)

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@intel.com>
| Closes: https://lore.kernel.org/r/202404141026.U9TuWR8P-lkp@intel.com/

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



                 reply	other threads:[~2024-04-15  5:17 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=202404141026.U9TuWR8P-lkp@intel.com \
    --to=yujie.liu@intel.com \
    --cc=apais@linux.microsoft.com \
    --cc=linux-mm@kvack.org \
    --cc=minyard@acm.org \
    --cc=oe-kbuild-all@lists.linux.dev \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox