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

2020-11-11 Thread kernel test robot
Hi Jianyong, Thank you for the patch! Perhaps something to improve: [auto build test WARNING on linus/master] [also build test WARNING on v5.10-rc3 next-2020] [cannot apply to tip/timers/core kvmarm/next kvm/linux-next] [If your patch is applied to the wrong git tree, kindly drop us a note. A

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

2020-11-11 Thread kernel test robot
Hi Jianyong, Thank you for the patch! Perhaps something to improve: [auto build test WARNING on linus/master] [also build test WARNING on v5.10-rc3 next-2020] [cannot apply to tip/timers/core kvmarm/next kvm/linux-next] [If your patch is applied to the wrong git tree, kindly drop us a note. A

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

2020-11-10 Thread Jianyong Wu
Currently, ptp_kvm modules implementation is only for x86 which includes large part of arch-specific code. This patch moves all of this code into a new arch related file in the same directory. Signed-off-by: Jianyong Wu --- drivers/ptp/Makefile| 1 + drivers/ptp/ptp_kvm