From: Wei Liu <wei....@kernel.org> Sent: Tuesday, March 18, 2025 1:00 PM
> 
> On Tue, Mar 18, 2025 at 07:54:49PM +0000, Michael Kelley wrote:
> > From: Nuno Das Neves <nunodasne...@linux.microsoft.com> 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.
> 

Ah, good. That just leaves the uninitialized "ret" in hv_call_map_stat_page().

Michael

Reply via email to