# git rev-parse -q --verify bb845a8ed3c69eee961e8d5b2d86f6e2a7e83c6a^{commit} bb845a8ed3c69eee961e8d5b2d86f6e2a7e83c6a already have revision, skipping fetch # git checkout -q -f -B kisskb bb845a8ed3c69eee961e8d5b2d86f6e2a7e83c6a # git clean -qxdf # < git log -1 # commit bb845a8ed3c69eee961e8d5b2d86f6e2a7e83c6a # Author: Mauricio Faria de Oliveira # Date: Fri Mar 9 17:45:58 2018 -0300 # # powerpc/mm: Fix section mismatch warning in stop_machine_change_mapping() # # Fix the warning messages for stop_machine_change_mapping(), and a number # of other affected functions in its call chain. # # All modified functions are under CONFIG_MEMORY_HOTPLUG, so __meminit # is okay (keeps them / does not discard them). # # Boot-tested on powernv/power9/radix-mmu and pseries/power8/hash-mmu. # # $ make -j$(nproc) CONFIG_DEBUG_SECTION_MISMATCH=y vmlinux # ... # MODPOST vmlinux.o # WARNING: vmlinux.o(.text+0x6b130): Section mismatch in reference from the function stop_machine_change_mapping() to the function .meminit.text:create_physical_mapping() # The function stop_machine_change_mapping() references # the function __meminit create_physical_mapping(). # This is often because stop_machine_change_mapping lacks a __meminit # annotation or the annotation of create_physical_mapping is wrong. # # WARNING: vmlinux.o(.text+0x6b13c): Section mismatch in reference from the function stop_machine_change_mapping() to the function .meminit.text:create_physical_mapping() # The function stop_machine_change_mapping() references # the function __meminit create_physical_mapping(). # This is often because stop_machine_change_mapping lacks a __meminit # annotation or the annotation of create_physical_mapping is wrong. # ... # # Signed-off-by: Mauricio Faria de Oliveira # Acked-by: Balbir Singh # Signed-off-by: Michael Ellerman # < /opt/cross/kisskb/gcc-5.3.0-nolibc/powerpc64-linux/bin/powerpc64-linux-gcc --version # < git log --format=%s --max-count=1 bb845a8ed3c69eee961e8d5b2d86f6e2a7e83c6a # < make -s -j 48 ARCH=powerpc O=/kisskb/build/powerpc-next_85xx_mpc8540_ads_defconfig_powerpc-5.3 CROSS_COMPILE=/opt/cross/kisskb/gcc-5.3.0-nolibc/powerpc64-linux/bin/powerpc64-linux- 85xx/mpc8540_ads_defconfig # make -s -j 48 ARCH=powerpc O=/kisskb/build/powerpc-next_85xx_mpc8540_ads_defconfig_powerpc-5.3 CROSS_COMPILE=/opt/cross/kisskb/gcc-5.3.0-nolibc/powerpc64-linux/bin/powerpc64-linux- INFO: Uncompressed kernel (size 0x486010) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0x500000) INFO: Uncompressed kernel (size 0x4759cc) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0x500000) Image Name: Linux-4.16.0-rc4-gbb845a8 Created: Tue Mar 27 11:56:25 2018 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 2343603 Bytes = 2288.67 kB = 2.24 MB Load Address: 00000000 Entry Point: 00000000 Image Name: Linux-4.16.0-rc4-gbb845a8 Created: Tue Mar 27 11:56:25 2018 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 2367143 Bytes = 2311.66 kB = 2.26 MB Load Address: 00500000 Entry Point: 0050020c Completed OK # rm -rf /kisskb/build/powerpc-next_85xx_mpc8540_ads_defconfig_powerpc-5.3 # Build took: 0:00:34.008412