On Tue, Mar 18, 2025 at 07:54:49PM +0000, Michael Kelley wrote: > From: Nuno Das Neves <nunodasneves@xxxxxxxxxxxxxxxxxxx> Sent: Friday, March 14, 2025 12:29 PM > > > > Provide a set of IOCTLs for creating and managing child partitions when > > running as root partition on Hyper-V. The new driver is enabled via > > CONFIG_MSHV_ROOT. > > > > [snip] > > > + > > +int > > +hv_call_clear_virtual_interrupt(u64 partition_id) > > +{ > > + unsigned long flags; > > This local variable is now unused and will generate a compile warning. FWIW I noticed the same thing too and fixed them all while I committed the patch. Thanks, Wei.