On Fri, Nov 03, 2023 at 09:41:36AM +0000, Jianyong Wu wrote:
Also, I have a plan to add an integration test CI in kata community for Vcpu Hotplug on Arm. There we can do more tests integrating with k8s. To do the test, I need a stable git link of Kernel and Qemu including the latest change, thus, I can clone the code from a fixed source in each test. It's very helpful if you guys could aid.
I don't think I properly replied to this. I think what you want is not a "stable" git tree, but a branch that you can pull that always contains the latest code.
For my tree, that will be:
git.armlinux.org.uk/~rmk/linux-arm.git aarch64/hotplug-vcpu/head
which will be regularly kept updated and rebased against the mainline kernel. It may sometimes be between releases rather than based on -rc or final kernels.
Does that satisfy your need?
Thanks.