kernel: Enable ptp_kvm for 5.4 kernel on arm64.#998
Conversation
|
/test |
|
@jongwu couldn't not apply a patch |
|
@devimc it's strange as it works in my machine. |
|
@devimc I think that the order of patch applied cause that error, the patch should apply in order of 0001,0002,0003, if 0003 applied before 0002, error will occur. |
|
thanks @jodh-intel |
|
Now that #1005 has landed, let's re-run the CI... /retest |
0157524 to
ea39591
Compare
|
thanks @jodh-intel , need retest as I just bump config version. |
|
/retest |
|
@jodh-intel can you help retest it? thanks |
|
hi @jodh-intel @devimc , help retest, thanks! |
|
/test |
|
/AzurePipelines run |
|
Azure Pipelines successfully started running 2 pipeline(s). |
|
hi @devimc @jodh-intel , help retest obs ci to see if that's a random error, thanks. |
|
/test |
|
Here is the log. I'll try to kick a rebuild... |
|
/test |
|
oh, building for linux-container all failed, is there any detail info to see why that happen? @grahamwhaley |
|
I can't see anything on the Action/azure page - I think it will come down to some OBS stuff - we need to ask @jcvenegas for help I think. I'm also not sure why the ubuntu builds don't seem to be triggering.... |
|
|
@devimc @grahamwhaley this patch set should be applied in order. how to avoid that failure, should I squeezing these patch set? |
|
This PR is effectively blocked on #1016. |
|
@jongwu this PR may need a rebase 😄 |
The enablement of ptp_kvm for arm is under review, see [1]. So we have to apply private patch to enable it in 5.4 kernel. ptp_kvm can offer the capability of time sync in kata even there is no network available and higher precision than time sync service depend on network. note: If you want to use this feature on your arm machine, the host kernel also need apply this patch. we recommend that your host kernel version is the 5.4, then you can apply this patch smoothly. [1] https://patchwork.kernel.org/cover/11372743/ Fixes: kata-containers#997 Signed-off-by: Jianyong Wu <jianyong.wu@arm.com>
|
thanks @devimc |
|
/AzurePipelines run |
|
Azure Pipelines successfully started running 2 pipeline(s). |
|
hi @devimc @jodh-intel, help trigger snap ci, thanks! |
|
/test-ubuntu |
|
/test-snap |
kvm-ptp is critical for mitigating time drift between host and guest. This implementation in kernel side is still one experimental feature on aarch64, and see kata-containers#998 for detailed instructions. Fixes: kata-containers#1004 Signed-off-by: Penny Zheng <penny.zheng@arm.com> Signed-off-by: Jianyong Wu <jianyong.wu@arm.com>
kvm-ptp is critical for mitigating time drift between host and guest. This implementation in kernel side is still one experimental feature on aarch64, and see kata-containers#998 for detailed instructions. Fixes: kata-containers#1004 Signed-off-by: Penny Zheng <penny.zheng@arm.com> Signed-off-by: Jianyong Wu <jianyong.wu@arm.com>
The enablement of ptp_kvm for arm is under review, see [1].
So we have to apply private patch to enable it in 5.4 kernel.
ptp_kvm can offer the capability of time sync in kata even there
is no network available and higher precision than time sync
service depend on network.
note:
If you want to use this feature on your arm machine, the host kernel
also need apply this patch. we recommend that your host kernel version
is the 5.4, then you can apply this patch smoothly.
[1] https://patchwork.kernel.org/cover/11372743/
Fixes: #997
Signed-off-by: Jianyong Wu jianyong.wu@arm.com
@devimc @grahamwhaley @Pennyzct