Re: [PATCH v2 02/17] x86/hyperv: detect if Linux is the root partition

From: Wei Liu
Date: Thu Nov 12 2020 - 07:22:50 EST


On Thu, Nov 12, 2020 at 11:46:41AM +0000, Wei Liu wrote:
> On Thu, Nov 12, 2020 at 11:42:15AM +0000, Wei Liu wrote:
> > On Fri, Nov 06, 2020 at 03:16:07AM +0800, kernel test robot wrote:
> > > Hi Wei,
> > >
> > > I love your patch! Yet something to improve:
> > >
> > > [auto build test ERROR on tip/x86/core]
> > > [also build test ERROR on asm-generic/master iommu/next tip/timers/core pci/next linus/master v5.10-rc2 next-20201105]
> > > [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]
> > >
> >
> > This report is incorrect.
> >
> > The bot seems to have only picked up this one patch but not the whole
> > series. While the patch can apply cleanly to all those trees, it has a
> > dependency on an earlier patch in this series.
>
> I misread this report and I'm confused now. Let me fetch the config and
> try locally first.

The attached config file has

# CONFIG_HYPERV is not set
.

The reported issue has been fixed by moving hv_root_partition to
mshyperv.c.

Wei.