# git rev-parse -q --verify 6929f71e46bdddbf1c4d67c2728648176c67c555^{commit} 6929f71e46bdddbf1c4d67c2728648176c67c555 already have revision, skipping fetch # git checkout -q -f -B kisskb 6929f71e46bdddbf1c4d67c2728648176c67c555 # git clean -qxdf # < git log -1 # commit 6929f71e46bdddbf1c4d67c2728648176c67c555 # Author: Linus Torvalds # Date: Wed Jun 3 21:22:46 2020 -0700 # # atomisp: avoid warning about unused function # # The atomisp_mrfld_power() function isn't actually ever called, because # the two call-sites have commented out the use because it breaks on some # platforms. That results in: # # drivers/staging/media/atomisp/pci/atomisp_v4l2.c:764:12: warning: ‘atomisp_mrfld_power’ defined but not used [-Wunused-function] # 764 | static int atomisp_mrfld_power(struct atomisp_device *isp, bool enable) # | ^~~~~~~~~~~~~~~~~~~ # # during the build. # # Rather than commenting out the use entirely, just disable it # semantically instead (using a "0 &&" construct), leaving the call in # place from a syntax standpoint, and avoiding the warning. # # I really don't want my builds to have any warnings that can then hide # real issues. # # Signed-off-by: Linus Torvalds # < /opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux-ld --version # < git log --format=%s --max-count=1 6929f71e46bdddbf1c4d67c2728648176c67c555 # < make -s -j 48 ARCH=powerpc O=/kisskb/build/linus_mpc83xx_defconfig_powerpc-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux- mpc83xx_defconfig # < make -s -j 48 ARCH=powerpc O=/kisskb/build/linus_mpc83xx_defconfig_powerpc-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux- help # make -s -j 48 ARCH=powerpc O=/kisskb/build/linus_mpc83xx_defconfig_powerpc-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux- olddefconfig # make -s -j 48 ARCH=powerpc O=/kisskb/build/linus_mpc83xx_defconfig_powerpc-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux- /kisskb/src/block/genhd.c: In function 'diskstats_show': /kisskb/src/block/genhd.c:1623:1: warning: the frame size of 1160 bytes is larger than 1024 bytes [-Wframe-larger-than=] } ^ INFO: Uncompressed kernel (size 0x6b8700) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0x700000) INFO: Uncompressed kernel (size 0x6b8700) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0x700000) INFO: Uncompressed kernel (size 0x6b8700) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0x700000) INFO: Uncompressed kernel (size 0x6b8700) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0x700000) INFO: Uncompressed kernel (size 0x6b8700) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0x700000) INFO: Uncompressed kernel (size 0x6b8700) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0x700000) INFO: Uncompressed kernel (size 0x6b8700) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0x700000) INFO: Uncompressed kernel (size 0x6a8018) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0x700000) Image Name: Linux-5.7.0-g6929f71e46bd Created: Thu Jun 4 23:16:15 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 3474133 Bytes = 3392.71 KiB = 3.31 MiB Load Address: 00700000 Entry Point: 00700294 Image Name: Linux-5.7.0-g6929f71e46bd Created: Thu Jun 4 23:16:15 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 3443431 Bytes = 3362.73 KiB = 3.28 MiB Load Address: 00000000 Entry Point: 00000000 Image Name: Linux-5.7.0-g6929f71e46bd Created: Thu Jun 4 23:16:15 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 3474524 Bytes = 3393.09 KiB = 3.31 MiB Load Address: 00700000 Entry Point: 00700294 Image Name: Linux-5.7.0-g6929f71e46bd Created: Thu Jun 4 23:16:16 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 3474055 Bytes = 3392.63 KiB = 3.31 MiB Load Address: 00700000 Entry Point: 00700294 Image Name: Linux-5.7.0-g6929f71e46bd Created: Thu Jun 4 23:16:16 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 3473784 Bytes = 3392.37 KiB = 3.31 MiB Load Address: 00700000 Entry Point: 00700294 Image Name: Linux-5.7.0-g6929f71e46bd Created: Thu Jun 4 23:16:16 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 3474048 Bytes = 3392.62 KiB = 3.31 MiB Load Address: 00700000 Entry Point: 00700294 Image Name: Linux-5.7.0-g6929f71e46bd Created: Thu Jun 4 23:16:16 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 3473561 Bytes = 3392.15 KiB = 3.31 MiB Load Address: 00700000 Entry Point: 00700294 Completed OK # rm -rf /kisskb/build/linus_mpc83xx_defconfig_powerpc-gcc4.9 # Build took: 0:00:59.332245