+17
−35
+28
−37
+17
−25
Loading
mainline inclusion from mainline-v6.8-rc1 commit 9505450d55b0f7809fe63c36ad9339a909461c87 category: feature bugzilla: https://gitee.com/openeuler/kernel/issues/IACM52 Reference: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=9505450d55b0f7809fe63c36ad9339a909461c87 -------------------------------- The structs of CLC accept and confirm messages for SMCv1 and SMCv2 are separately defined and often casted to each other in the code, which may increase the risk of errors caused by future divergence of them. So unify them into one struct for better maintainability. Suggested-by:Alexandra Winter <wintera@linux.ibm.com> Signed-off-by:
Wen Gu <guwen@linux.alibaba.com> Reviewed-by:
Alexandra Winter <wintera@linux.ibm.com> Signed-off-by:
David S. Miller <davem@davemloft.net> Signed-off-by:
Zhengchao Shao <shaozhengchao@huawei.com>