Re: [PATCH 2/6] misc/pvpanic: Add pvpanic driver framework

2019-01-22 Thread Greg KH
On Tue, Jan 22, 2019 at 03:25:07AM +0800, Peng Hao wrote: > Add pvpanic driver framework. > You need a lot more description of what you did here than this, as I can not understand from this text, what the patch does, or more importantly, why it is doing this, at all. > Signed-off-by: Peng Hao

[PATCH 2/6] misc/pvpanic: Add pvpanic driver framework

2019-01-21 Thread Peng Hao
Add pvpanic driver framework. Signed-off-by: Peng Hao --- drivers/misc/pvpanic/pvpanic.c | 171 ++--- 1 file changed, 39 insertions(+), 132 deletions(-) diff --git a/drivers/misc/pvpanic/pvpanic.c b/drivers/misc/pvpanic/pvpanic.c index 595ac06..6380540 100644