Re: [PATCH v4] add support for pci in the pvpanic driver

2021-03-10 Thread Greg KH
On Wed, Mar 10, 2021 at 05:08:46PM +0100, Greg KH wrote: > On Sun, Feb 28, 2021 at 08:39:29PM +0200, Mihai Carabas wrote: > > Hello, > > > > Any feedback on this last series? > > Other than the "this breaks the build according to the kernel test > robot"? > > I think that needs to be fixed

Re: [PATCH v4] add support for pci in the pvpanic driver

2021-03-10 Thread Greg KH
On Sun, Feb 28, 2021 at 08:39:29PM +0200, Mihai Carabas wrote: > Hello, > > Any feedback on this last series? Other than the "this breaks the build according to the kernel test robot"? I think that needs to be fixed before we can do anything here... thnaks, greg k-h

Re: [PATCH v4] add support for pci in the pvpanic driver

2021-02-28 Thread Mihai Carabas
Hello, Any feedback on this last series? Thank you, Mihai This patchset adds support for PCI in the pvpanic driver. The device already got in qemu [1]. v2: - mmio -> MMIO, pci -> PCI suggested by Randy Dunlap. - group pvpanic-common.c and mmio.c in the same module. The intention was to

[PATCH v4] add support for pci in the pvpanic driver

2021-02-13 Thread Mihai Carabas
This patchset adds support for PCI in the pvpanic driver. The device already got in qemu [1]. v2: - mmio -> MMIO, pci -> PCI suggested by Randy Dunlap. - group pvpanic-common.c and mmio.c in the same module. The intention was to have only one module and the common code splitted up to be re-used