Re: [PATCH v4 1/3] misc/pvpanic: split-up generic and platform dependent code

2021-02-13 Thread kernel test robot
Hi Mihai, Thank you for the patch! Perhaps something to improve: [auto build test WARNING on linux/master] [also build test WARNING on soc/for-next linus/master v5.11-rc7] [cannot apply to char-misc/char-misc-testing next-20210212] [If your patch is applied to the wrong git tree, kindly drop us

[PATCH v4 1/3] misc/pvpanic: split-up generic and platform dependent code

2021-02-13 Thread Mihai Carabas
Split-up generic and platform dependent code in order to be able to re-use generic event handling code in pvpanic PCI device driver in the next patches. The code from pvpanic.c was split in two new files: - pvpanic.c: generic code that handles pvpanic events - pvpanic-mmio.c: platform/bus