Loading
!4383 [OLK-6.6] kabi: add more x86/cpu reservations in cpu feature bits and bug bits
Merge Pull Request from: @x56Jason # Description New CPU features and CVE fixes may introduce more entries in CPU feature bits and enlarge NCAPINTS and NBUGINTS. New CPU features are much more possible. So reserve 9 entries for NCAPINTS and 2 for NBUGINTS respectively. (RHEL-8.1 also enlarges NCAPINTS to 30). This is needed because we already see this in v5.10. Refer to PR 2326 for the related kabi fixing example in v5.10 kernel. (https://gitee.com/openeuler/kernel/pulls/2326) # Issue #I908FY # Test - build and boot. - Run x86 kernel self Test (make -C tools/testing/selftests TARGETS=x86 run_tests) - All pass except LAM/Shadow-Stack test cases which are not enabled. This is the same result as is in baseline # Known Issue N/A # Default Kernel Config Change N/A Link:https://gitee.com/openeuler/kernel/pulls/4383 Reviewed-by:Aichun Shi <aichun.shi@intel.com> Reviewed-by:
Zhang Jianhua <chris.zjh@huawei.com> Reviewed-by:
Jialin Zhang <zhangjialin11@huawei.com> Signed-off-by:
Zheng Zengkai <zhengzengkai@huawei.com>