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

2021-02-02 Thread Marc Zyngier
On 2020-12-09 06:09, Jianyong Wu wrote: 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

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

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

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

2020-12-08 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_kv