Re: [PATCH v13 4/9] ptp: Reorganize ptp_kvm module to make it arch-independent.

2020-06-20 Thread kernel test robot
Hi Jianyong, Thank you for the patch! Yet something to improve: [auto build test ERROR on linus/master] [also build test ERROR on v5.8-rc1 next-20200618] [cannot apply to tip/timers/core kvmarm/next arm64/for-next/core] [If your patch is applied to the wrong git tree, kindly drop us a note. And w

Re: [PATCH v13 4/9] ptp: Reorganize ptp_kvm module to make it arch-independent.

2020-06-20 Thread kernel test robot
Hi Jianyong, Thank you for the patch! Yet something to improve: [auto build test ERROR on linus/master] [also build test ERROR on v5.8-rc1 next-20200618] [cannot apply to tip/timers/core kvmarm/next arm64/for-next/core] [If your patch is applied to the wrong git tree, kindly drop us a note. And w

[PATCH v13 4/9] ptp: Reorganize ptp_kvm module to make it arch-independent.

2020-06-19 Thread Jianyong Wu
Currently, ptp_kvm modules implementation is only for x86 which includs large part of arch-specific code. This patch move all of those code into new arch related file in the same directory. Signed-off-by: Jianyong Wu --- drivers/ptp/Makefile| 1 + drivers/ptp/ptp_kvm.h

[RFC PATCH v13 4/9] ptp: Reorganize ptp_kvm module to make it arch-independent.

2020-06-19 Thread Jianyong Wu
Currently, ptp_kvm modules implementation is only for x86 which includs large part of arch-specific code. This patch move all of those code into new arch related file in the same directory. Signed-off-by: Jianyong Wu --- drivers/ptp/Makefile| 1 + drivers/ptp/ptp_kvm.h