Loading
config: x86: Update openeuler_defconfig base on current source code
hulk inclusion category: feature bugzilla: https://gitee.com/openeuler/kernel/issues/I90KKS CVE: NA --------------------------- while building x86 kernel, ci robot complains: [WARNING] x86_64 checkdefconfig fail CONFIG_MICROCODE_LATE_FORCE_MINREV=n CONFIG_MODULE_SIG_SM3=n CONFIG_PCP_BATCH_SCALE_MAX=5 CONFIG_ASCEND_OOM=n CONFIG_PAGE_CACHE_LIMIT=n CONFIG_NETACC_BPF=y CONFIG_NETACC_TERRACE=y CONFIG_IPVLAN_L2E=n CONFIG_FB_LS2K500=n CONFIG_CPU_INSPECT=n CONFIG_UNICODE_NORMALIZATION_SELFTEST=n CONFIG_SECURITY_BOOT_INIT=n CONFIG_OPTIMIZE_INLINING=n The configs listed above are introduced but the openeuler_defconfig for x86_64 is not updated, you can configure and run 'make update_oedefconfig' to update it. so just run 'make update_oedefconfig' to stop the complaint. Signed-off-by:Zheng Zengkai <zhengzengkai@huawei.com>