Masahiro Yamada (1): kbuild: ensure full rebuild when the compiler is updated
Xie XiuQi (1): kconfig: Add script to check & update openeuler_defconfig
Zhang Changzhong (2): config: update openeuler_defconfig for x86 config: update openeuler_defconfig for arm64
Kconfig | 2 - arch/arm64/configs/openeuler_defconfig | 191 +++++++++++++++++-------- arch/x86/configs/openeuler_defconfig | 135 ++++++++--------- include/linux/kconfig.h | 2 + init/Kconfig | 17 +++ scripts/kconfig/Makefile | 22 +++ scripts/kconfig/makeconfig.sh | 24 ++++ 7 files changed, 264 insertions(+), 129 deletions(-) create mode 100644 scripts/kconfig/makeconfig.sh