From: Dandan Zhang zhangdandan@uniontech.com
The kvm_hypercall() set for LoongArch is limited to a1-a5. So the mention of a6 in the comment is undefined that needs to be rectified.
Reviewed-by: Bibo Mao maobibo@loongson.cn Signed-off-by: Wentao Guan guanwentao@uniontech.com Signed-off-by: Dandan Zhang zhangdandan@uniontech.com Signed-off-by: Huacai Chen chenhuacai@loongson.cn Signed-off-by: WangYuli wangyuli@uniontech.com --- arch/loongarch/include/asm/kvm_para.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/loongarch/include/asm/kvm_para.h b/arch/loongarch/include/asm/kvm_para.h index 4ba2312e5f8c..6d5e9b6c5714 100644 --- a/arch/loongarch/include/asm/kvm_para.h +++ b/arch/loongarch/include/asm/kvm_para.h @@ -28,9 +28,9 @@ * Hypercall interface for KVM hypervisor * * a0: function identifier - * a1-a6: args + * a1-a5: args * Return value will be placed in a0. - * Up to 6 arguments are passed in a1, a2, a3, a4, a5, a6. + * Up to 5 arguments are passed in a1, a2, a3, a4, a5. */ static __always_inline long kvm_hypercall0(u64 fid) {
Hi,
Thanks for your patch.
FYI: kernel test robot notices the stable kernel rule is not satisfied.
The check is based on https://www.kernel.org/doc/html/latest/process/stable-kernel-rules.html#opti...
Rule: The upstream commit ID must be specified with a separate line above the commit text. Subject: [PATCH 6.10] LoongArch: KVM: Remove undefined a6 argument comment for kvm_hypercall() Link: https://lore.kernel.org/stable/8EFAA3851253EB9A%2B20240916092546.429464-1-wa...
Please ignore this mail if the patch is not relevant for upstream.
On 2024/9/16 17:26, kernel test robot wrote:
Hi,
Thanks for your patch.
FYI: kernel test robot notices the stable kernel rule is not satisfied.
The check is based on https://www.kernel.org/doc/html/latest/process/stable-kernel-rules.html#opti...
Rule: The upstream commit ID must be specified with a separate line above the commit text. Subject: [PATCH 6.10] LoongArch: KVM: Remove undefined a6 argument comment for kvm_hypercall() Link: https://lore.kernel.org/stable/8EFAA3851253EB9A%2B20240916092546.429464-1-wa...
Please ignore this mail if the patch is not relevant for upstream.
Sorry for bothering you all, patch-v2 link: https://lore.kernel.org/all/5B13B2AF7C2779A7+20240916092857.433334-1-wangyul... Thanks,
linux-stable-mirror@lists.linaro.org