# git rev-parse -q --verify 9fb4c5250f10dc4d8257cd766991be690eb25c5b^{commit} 9fb4c5250f10dc4d8257cd766991be690eb25c5b already have revision, skipping fetch # git checkout -q -f -B kisskb 9fb4c5250f10dc4d8257cd766991be690eb25c5b # git clean -qxdf # < git log -1 # commit 9fb4c5250f10dc4d8257cd766991be690eb25c5b # Merge: a789d5f8a99a f55d9895884b # Author: Linus Torvalds # Date: Thu Jun 4 11:13:03 2020 -0700 # # Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/livepatching/livepatching # # Pull livepatching updates from Jiri Kosina: # # - simplifications and improvements for issues Peter Ziljstra found # during his previous work on W^X cleanups. # # This allows us to remove livepatch arch-specific .klp.arch sections # and add proper support for jump labels in patched code. # # Also, this patchset removes the last module_disable_ro() usage in the # tree. # # Patches from Josh Poimboeuf and Peter Zijlstra # # - a few other minor cleanups # # * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/livepatching/livepatching: # MAINTAINERS: add lib/livepatch to LIVE PATCHING # livepatch: add arch-specific headers to MAINTAINERS # livepatch: Make klp_apply_object_relocs static # MAINTAINERS: adjust to livepatch .klp.arch removal # module: Make module_enable_ro() static again # x86/module: Use text_mutex in apply_relocate_add() # module: Remove module_disable_ro() # livepatch: Remove module_disable_ro() usage # x86/module: Use text_poke() for late relocations # s390/module: Use s390_kernel_write() for late relocations # s390: Change s390_kernel_write() return type to match memcpy() # livepatch: Prevent module-specific KLP rela sections from referencing vmlinux symbols # livepatch: Remove .klp.arch # livepatch: Apply vmlinux-specific KLP relocations early # livepatch: Disallow vmlinux.ko # < /opt/cross/kisskb/fe-x86-64-core-i7-2017.05/bin/x86_64-linux-gcc --version # < /opt/cross/kisskb/fe-x86-64-core-i7-2017.05/bin/x86_64-linux-ld --version # < git log --format=%s --max-count=1 9fb4c5250f10dc4d8257cd766991be690eb25c5b # < make -s -j 8 ARCH=um O=/kisskb/build/linus_um-allyesconfig_um-x86_64 CROSS_COMPILE=/opt/cross/kisskb/fe-x86-64-core-i7-2017.05/bin/x86_64-linux- SUBARCH=x86_64 allyesconfig # Added to kconfig CONFIG_STANDALONE=y # Added to kconfig CONFIG_KCOV=n # Added to kconfig CONFIG_GCC_PLUGINS=n # Added to kconfig CONFIG_GCC_PLUGIN_CYC_COMPLEXITY=n # Added to kconfig CONFIG_GCC_PLUGIN_SANCOV=n # Added to kconfig CONFIG_GCC_PLUGIN_LATENT_ENTROPY=n # Added to kconfig CONFIG_GCC_PLUGIN_STRUCTLEAK=n # Added to kconfig CONFIG_GCC_PLUGIN_RANDSTRUCT=n # Added to kconfig CONFIG_UML_NET=n # Added to kconfig CONFIG_UML_NET_ETHERTAP=n # Added to kconfig CONFIG_UML_NET_TUNTAP=n # Added to kconfig CONFIG_UML_NET_SLIP=n # Added to kconfig CONFIG_UML_NET_DAEMON=n # Added to kconfig CONFIG_UML_NET_VDE=n # Added to kconfig CONFIG_UML_NET_MCAST=n # Added to kconfig CONFIG_UML_NET_PCAP=n # Added to kconfig CONFIG_UML_NET_SLIRP=n # Added to kconfig CONFIG_GCOV_KERNEL=n # Added to kconfig CONFIG_DEBUG_INFO_BTF=n # < make -s -j 8 ARCH=um O=/kisskb/build/linus_um-allyesconfig_um-x86_64 CROSS_COMPILE=/opt/cross/kisskb/fe-x86-64-core-i7-2017.05/bin/x86_64-linux- SUBARCH=x86_64 help # make -s -j 8 ARCH=um O=/kisskb/build/linus_um-allyesconfig_um-x86_64 CROSS_COMPILE=/opt/cross/kisskb/fe-x86-64-core-i7-2017.05/bin/x86_64-linux- SUBARCH=x86_64 olddefconfig .config:4274:warning: override: reassigning to symbol UML_NET_ETHERTAP .config:4276:warning: override: reassigning to symbol UML_NET_SLIP .config:4279:warning: override: reassigning to symbol UML_NET_MCAST .config:4281:warning: override: reassigning to symbol UML_NET_SLIRP # make -s -j 8 ARCH=um O=/kisskb/build/linus_um-allyesconfig_um-x86_64 CROSS_COMPILE=/opt/cross/kisskb/fe-x86-64-core-i7-2017.05/bin/x86_64-linux- SUBARCH=x86_64 /kisskb/src/arch/um/os-Linux/signal.c: In function 'sig_handler_common': /kisskb/src/arch/um/os-Linux/signal.c:51:1: warning: the frame size of 2976 bytes is larger than 2048 bytes [-Wframe-larger-than=] } ^ /kisskb/src/arch/um/os-Linux/signal.c: In function 'timer_real_alarm_handler': /kisskb/src/arch/um/os-Linux/signal.c:95:1: warning: the frame size of 2960 bytes is larger than 2048 bytes [-Wframe-larger-than=] } ^ /kisskb/src/kernel/module.c: In function 'do_init_module': /kisskb/src/kernel/module.c:3593:2: error: implicit declaration of function 'module_enable_ro' [-Werror=implicit-function-declaration] module_enable_ro(mod, true); ^ cc1: some warnings being treated as errors make[2]: *** [/kisskb/src/scripts/Makefile.build:267: kernel/module.o] Error 1 make[1]: *** [/kisskb/src/Makefile:1735: kernel] Error 2 make[1]: *** Waiting for unfinished jobs.... make: *** [Makefile:180: sub-make] Error 2 Command 'make -s -j 8 ARCH=um O=/kisskb/build/linus_um-allyesconfig_um-x86_64 CROSS_COMPILE=/opt/cross/kisskb/fe-x86-64-core-i7-2017.05/bin/x86_64-linux- SUBARCH=x86_64 ' returned non-zero exit status 2 # rm -rf /kisskb/build/linus_um-allyesconfig_um-x86_64 # Build took: 0:04:42.141983