RE: [PATCH] PCI: hv: Add hv_pci_remove_slots() when we unload the driver

From: Dexuan Cui
Date: Mon Feb 11 2019 - 13:09:33 EST


> From: Sasha Levin <sashal@xxxxxxxxxx>
> Sent: Monday, February 11, 2019 9:26 AM
> To: Sasha Levin <sashal@xxxxxxxxxx>; Dexuan Cui <decui@xxxxxxxxxxxxx>;
> Lorenzo Pieralisi <lorenzo.pieralisi@xxxxxxx>
> Cc: linux-kernel@xxxxxxxxxxxxxxx; stable@xxxxxxxxxxxxxxx; Stephen Hemminger
> <sthemmin@xxxxxxxxxxxxx>; stable@xxxxxxxxxxxxxxx
> Subject: Re: [PATCH] PCI: hv: Add hv_pci_remove_slots() when we unload the
> driver
>
> Hi,
>
> [This is an automated email]
>
> This commit has been processed because it contains a "Fixes:" tag,
> fixing commit: a15f2c08c708 PCI: hv: support reporting serial number as slot
> information.
>
> The bot has tested the following trees: v4.20.7, v4.19.20, v4.14.98.
>
> v4.20.7: Build OK!
> v4.19.20: Build OK!
> v4.14.98: Failed to apply! Possible dependencies:
> Unable to calculate
> How should we proceed with this patch?
> Sasha

In v4.14.y, the file name is drivers/pci/host/pci-hyperv.c rather than
drivers/pci/controller/pci-hyperv.c. After I changed the folder name in the patch,
I could "git am" it cleanly on v4.14.98.

Thanks,
-- Dexuan