From: kernel test robot <lkp@intel.com>
To: Sicong Huang <congei42@163.com>, fei1.li@intel.com
Cc: llvm@lists.linux.dev, oe-kbuild-all@lists.linux.dev,
acrn-dev@lists.projectacrn.org, gregkh@linuxfoundation.org,
linux-kernel@vger.kernel.org, Sicong Huang <congei42@163.com>
Subject: Re: [PATCH v1] virt: acrn: Fix irqfd use-after-free during async shutdown
Date: Fri, 15 May 2026 16:32:09 +0800 [thread overview]
Message-ID: <202605151636.lR13SqEN-lkp@intel.com> (raw)
In-Reply-To: <20260511135737.2285411-1-congei42@163.com>
Hi Sicong,
kernel test robot noticed the following build warnings:
[auto build test WARNING on linus/master]
[also build test WARNING on v7.1-rc3 next-20260508]
[If your patch is applied to the wrong git tree, kindly drop us a note.
And when submitting patch, we suggest to use '--base' as documented in
https://git-scm.com/docs/git-format-patch#_base_tree_information]
url: https://github.com/intel-lab-lkp/linux/commits/Sicong-Huang/virt-acrn-Fix-irqfd-use-after-free-during-async-shutdown/20260515-063914
base: linus/master
patch link: https://lore.kernel.org/r/20260511135737.2285411-1-congei42%40163.com
patch subject: [PATCH v1] virt: acrn: Fix irqfd use-after-free during async shutdown
config: x86_64-allyesconfig (https://download.01.org/0day-ci/archive/20260515/202605151636.lR13SqEN-lkp@intel.com/config)
compiler: clang version 20.1.8 (https://github.com/llvm/llvm-project 87f0227cb60147a26a1eeb4fb06e3b505e9c7261)
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20260515/202605151636.lR13SqEN-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/202605151636.lR13SqEN-lkp@intel.com/
All warnings (new ones prefixed by >>):
>> drivers/virt/acrn/irqfd.c:232:28: warning: unused variable 'next' [-Wunused-variable]
232 | struct hsm_irqfd *irqfd, *next;
| ^~~~
1 warning generated.
vim +/next +232 drivers/virt/acrn/irqfd.c
aa3b483ff1d71c5 Shuo Liu 2021-02-07 229
aa3b483ff1d71c5 Shuo Liu 2021-02-07 230 void acrn_irqfd_deinit(struct acrn_vm *vm)
aa3b483ff1d71c5 Shuo Liu 2021-02-07 231 {
aa3b483ff1d71c5 Shuo Liu 2021-02-07 @232 struct hsm_irqfd *irqfd, *next;
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
next prev parent reply other threads:[~2026-05-15 8:40 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-05-11 13:57 Sicong Huang
2026-05-15 7:06 ` Fei Li
2026-05-15 8:32 ` kernel test robot [this message]
2026-05-19 11:20 ` [PATCH v2 0/1] virt: acrn: Fix irqfd UAF during eventfd shutdown Sicong Huang
2026-05-19 11:20 ` [PATCH v2 1/1] virt: acrn: Fix irqfd use-after-free " Sicong Huang
2026-05-20 1:19 ` Fei Li
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=202605151636.lR13SqEN-lkp@intel.com \
--to=lkp@intel.com \
--cc=acrn-dev@lists.projectacrn.org \
--cc=congei42@163.com \
--cc=fei1.li@intel.com \
--cc=gregkh@linuxfoundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=llvm@lists.linux.dev \
--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
all inboxes | Powered by JetHome®