# git rev-parse -q --verify 2cb749466d179e3ccfe83eb8a52dc002d07b08af^{commit} 2cb749466d179e3ccfe83eb8a52dc002d07b08af already have revision, skipping fetch # git checkout -q -f -B kisskb 2cb749466d179e3ccfe83eb8a52dc002d07b08af # git clean -qxdf # < git log -1 # commit 2cb749466d179e3ccfe83eb8a52dc002d07b08af # Author: Masahiro Yamada # Date: Thu Jun 1 21:10:01 2023 +0900 # # modpost: detect section mismatch for R_ARM_REL32 # # For ARM, modpost fails to detect some types of section mismatches. # # [test code] # # .section .init.data,"aw" # bar: # .long 0 # # .section .data,"aw" # .globl foo # foo: # .long bar - . # # It is apparently a bad reference, but modpost does not report anything. # # The test code above produces the following relocations. # # Relocation section '.rel.data' at offset 0xe8 contains 1 entry: # Offset Info Type Sym.Value Sym. Name # 00000000 00000403 R_ARM_REL32 00000000 .init.data # # Currently, R_ARM_REL32 is just skipped. # # Handle it like R_ARM_ABS32. # # Signed-off-by: Masahiro Yamada # < /opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux-ld --version # < git log --format=%s --max-count=1 2cb749466d179e3ccfe83eb8a52dc002d07b08af # < make -s -j 120 ARCH=powerpc O=/kisskb/build/kbuild_pmac32_defconfig+SMP_powerpc-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux- pmac32_defconfig # Added to kconfig CONFIG_SMP=y # < make -s -j 120 ARCH=powerpc O=/kisskb/build/kbuild_pmac32_defconfig+SMP_powerpc-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux- help # make -s -j 120 ARCH=powerpc O=/kisskb/build/kbuild_pmac32_defconfig+SMP_powerpc-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux- olddefconfig .config:4431:warning: override: reassigning to symbol SMP # make -s -j 120 ARCH=powerpc O=/kisskb/build/kbuild_pmac32_defconfig+SMP_powerpc-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux- Completed OK # rm -rf /kisskb/build/kbuild_pmac32_defconfig+SMP_powerpc-gcc5 # Build took: 0:01:14.406442