From: kernel test robot <lkp@intel.com>
To: Song Gao <gaosong@loongson.cn>,
maobibo@loongson.cn, chenhuacai@kernel.org
Cc: llvm@lists.linux.dev, oe-kbuild-all@lists.linux.dev,
kvm@vger.kernel.org, loongarch@lists.linux.dev,
kernel@xen0n.name, linux-kernel@vger.kernel.org
Subject: Re: [PATCH v2 2/4] LongArch: KVM: Add DINTC device support
Date: Mon, 1 Dec 2025 20:18:44 +0800 [thread overview]
Message-ID: <202512011848.uhe7LBBn-lkp@intel.com> (raw)
In-Reply-To: <20251128091125.2720148-3-gaosong@loongson.cn>
Hi Song,
kernel test robot noticed the following build warnings:
[auto build test WARNING on next-20251128]
[also build test WARNING on v6.18]
[cannot apply to kvm/queue kvm/next tip/irq/core mst-vhost/linux-next linus/master kvm/linux-next v6.18-rc7 v6.18-rc6 v6.18-rc5]
[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/Song-Gao/LongArch-KVM-Add-some-maccros-for-AVEC/20251128-173944
base: next-20251128
patch link: https://lore.kernel.org/r/20251128091125.2720148-3-gaosong%40loongson.cn
patch subject: [PATCH v2 2/4] LongArch: KVM: Add DINTC device support
config: loongarch-allmodconfig (https://download.01.org/0day-ci/archive/20251201/202512011848.uhe7LBBn-lkp@intel.com/config)
compiler: clang version 19.1.7 (https://github.com/llvm/llvm-project cd708029e0b2869e80abe31ddb175f7c35361f90)
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20251201/202512011848.uhe7LBBn-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/202512011848.uhe7LBBn-lkp@intel.com/
All warnings (new ones prefixed by >>):
>> arch/loongarch/kvm/intc/dintc.c:93:14: warning: unused variable 'kvm' [-Wunused-variable]
93 | struct kvm *kvm;
| ^~~
>> arch/loongarch/kvm/intc/dintc.c:94:26: warning: unused variable 'dintc' [-Wunused-variable]
94 | struct loongarch_dintc *dintc;
| ^~~~~
2 warnings generated.
vim +/kvm +93 arch/loongarch/kvm/intc/dintc.c
90
91 static void kvm_dintc_destroy(struct kvm_device *dev)
92 {
> 93 struct kvm *kvm;
> 94 struct loongarch_dintc *dintc;
95
96 if (!dev || !dev->kvm || !dev->kvm->arch.dintc)
97 return;
98
99 kfree(dev->kvm->arch.dintc);
100 }
101
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
next prev parent reply other threads:[~2025-12-01 12:18 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-11-28 9:11 [PATCH v2 0/4] LongArch: KVM: Add AVEC support irqchip in kernel Song Gao
2025-11-28 9:11 ` [PATCH v2 1/4] LongArch: KVM: Add some maccros for AVEC Song Gao
2025-11-28 12:41 ` Huacai Chen
2025-12-15 15:34 ` Thomas Gleixner
2025-11-28 9:11 ` [PATCH v2 2/4] LongArch: KVM: Add DINTC device support Song Gao
2025-12-01 12:18 ` kernel test robot [this message]
2025-11-28 9:11 ` [PATCH v2 3/4] LongArch: KVM: Add irqfd set dintc msi Song Gao
2025-11-28 9:11 ` [PATCH v2 4/4] LongArch: KVM: Add dintc inject msi to the dest vcpu Song Gao
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=202512011848.uhe7LBBn-lkp@intel.com \
--to=lkp@intel.com \
--cc=chenhuacai@kernel.org \
--cc=gaosong@loongson.cn \
--cc=kernel@xen0n.name \
--cc=kvm@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=llvm@lists.linux.dev \
--cc=loongarch@lists.linux.dev \
--cc=maobibo@loongson.cn \
--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 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.