# git rev-parse -q --verify b3fc0fe88c866051e7fdf92c0fc5dde74d7d501d^{commit} b3fc0fe88c866051e7fdf92c0fc5dde74d7d501d already have revision, skipping fetch # git checkout -q -f -B kisskb b3fc0fe88c866051e7fdf92c0fc5dde74d7d501d # git clean -qxdf # < git log -1 # commit b3fc0fe88c866051e7fdf92c0fc5dde74d7d501d # Author: Geoff Levand # Date: Sat May 9 18:58:32 2020 +0000 # # powerpc/ps3: Fix kexec shutdown hang # # The ps3_mm_region_destroy() and ps3_mm_vas_destroy() routines # are called very late in the shutdown via kexec's mmu_cleanup_all # routine. By the time mmu_cleanup_all runs it is too late to use # udbg_printf, and calling it will cause PS3 systems to hang. # # Remove all debugging statements from ps3_mm_region_destroy() and # ps3_mm_vas_destroy() and replace any error reporting with calls # to lv1_panic. # # With this change builds with 'DEBUG' defined will not cause kexec # reboots to hang, and builds with 'DEBUG' defined or not will end # in lv1_panic if an error is encountered. # # Signed-off-by: Geoff Levand # Signed-off-by: Michael Ellerman # Link: https://lore.kernel.org/r/7325c4af2b4c989c19d6a26b90b1fec9c0615ddf.1589049250.git.geoff@infradead.org # < /opt/cross/kisskb/gcc-4.6.3-nolibc/powerpc-linux/bin/powerpc-linux-gcc --version # < /opt/cross/kisskb/gcc-4.6.3-nolibc/powerpc-linux/bin/powerpc-linux-ld --version # < git log --format=%s --max-count=1 b3fc0fe88c866051e7fdf92c0fc5dde74d7d501d # < make -s -j 8 ARCH=powerpc O=/kisskb/build/powerpc-next_mpc85xx_smp_defconfig_powerpc-gcc4.6 CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/powerpc-linux/bin/powerpc-linux- mpc85xx_smp_defconfig # < make -s -j 8 ARCH=powerpc O=/kisskb/build/powerpc-next_mpc85xx_smp_defconfig_powerpc-gcc4.6 CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/powerpc-linux/bin/powerpc-linux- help # make -s -j 8 ARCH=powerpc O=/kisskb/build/powerpc-next_mpc85xx_smp_defconfig_powerpc-gcc4.6 CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/powerpc-linux/bin/powerpc-linux- olddefconfig # make -s -j 8 ARCH=powerpc O=/kisskb/build/powerpc-next_mpc85xx_smp_defconfig_powerpc-gcc4.6 CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/powerpc-linux/bin/powerpc-linux- /kisskb/src/fs/proc/inode.c: In function 'proc_reg_open': /kisskb/src/include/linux/list.h:72:12: warning: 'pdeo' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/fs/proc/inode.c:471:21: note: 'pdeo' was declared here /kisskb/src/kernel/printk/printk.c: In function 'devkmsg_sysctl_set_loglvl': /kisskb/src/kernel/printk/printk.c:204:16: warning: 'old' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/fs/ext4/extents.c: In function 'ext4_convert_unwritten_io_end_vec': /kisskb/src/fs/ext4/extents.c:4774:23: warning: 'ret' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/kernel/trace/trace_events.c: In function 'event_create_dir': /kisskb/src/kernel/trace/trace_events.c:2189:6: warning: 'ret' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/mm/hugetlb.c: In function 'alloc_pool_huge_page': /kisskb/src/mm/hugetlb.c:1774:5: warning: 'page' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/tty/serial/8250/8250_core.c: In function 'univ8250_release_irq': /kisskb/src/drivers/tty/serial/8250/8250_core.c:247:18: warning: 'i' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/tty/serial/8250/8250_core.c:227:19: note: 'i' was declared here /kisskb/src/sound/soc/codecs/wm8960.c: In function 'wm8960_configure_clocking': /kisskb/src/sound/soc/codecs/wm8960.c:800:70: warning: 'j' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/sound/soc/codecs/wm8960.c:797:68: warning: 'i' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/base/regmap/regmap.c: In function 'regmap_raw_read': /kisskb/src/drivers/base/regmap/regmap.c:2598:6: warning: 'ret' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/base/regmap/regmap.c: In function '_regmap_raw_write': /kisskb/src/drivers/base/regmap/regmap.c:1859:6: warning: 'ret' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/net/ethernet/freescale/fs_enet/mac-scc.c: In function 'allocate_bd': /kisskb/src/drivers/net/ethernet/freescale/fs_enet/mac-scc.c:139:6: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] /kisskb/src/drivers/usb/core/devio.c: In function 'async_completed': /kisskb/src/drivers/usb/core/devio.c:625:23: warning: 'errno' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/fs/udf/unicode.c: In function 'udf_name_conv_char': /kisskb/src/fs/udf/unicode.c:132:8: warning: 'c' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/fs/namei.c: In function 'handle_dots': /kisskb/src/fs/namei.c:1805:10: warning: 'inode' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/fs/namei.c:1805:10: warning: 'seq' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/fs/io_uring.c: In function '__io_sqe_files_update': /kisskb/src/fs/io_uring.c:6701:13: warning: 'err' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/arch/powerpc/boot/dts/fsl/mpc8541cds.dts:330.3-21: Warning (pci_device_bus_num): /pci@e0008000/i8259@19000:bus-range: PCI bus number 1 out of range, expected (0 - 0) /kisskb/src/arch/powerpc/boot/dts/fsl/mpc8555cds.dts:330.3-21: Warning (pci_device_bus_num): /pci@e0008000/i8259@19000:bus-range: PCI bus number 1 out of range, expected (0 - 0) INFO: Uncompressed kernel (size 0xd44728) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd44728) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd44728) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd44728) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd44728) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd44728) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd44728) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd33f58) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) Image Name: Linux-5.7.0-rc2-14687-gb3fc0fe88 Created: Tue May 12 13:29:15 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6373690 Bytes = 6224.31 KiB = 6.08 MiB Load Address: 00000000 Entry Point: 00000000 INFO: Uncompressed kernel (size 0xd44728) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) Image Name: Linux-5.7.0-rc2-14687-gb3fc0fe88 Created: Tue May 12 13:29:15 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6405918 Bytes = 6255.78 KiB = 6.11 MiB Load Address: 00e00000 Entry Point: 00e002e8 INFO: Uncompressed kernel (size 0xd44728) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) Image Name: Linux-5.7.0-rc2-14687-gb3fc0fe88 Created: Tue May 12 13:29:15 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6405483 Bytes = 6255.35 KiB = 6.11 MiB Load Address: 00e00000 Entry Point: 00e002a8 INFO: Uncompressed kernel (size 0xd44728) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) Image Name: Linux-5.7.0-rc2-14687-gb3fc0fe88 Created: Tue May 12 13:29:16 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6406474 Bytes = 6256.32 KiB = 6.11 MiB Load Address: 00e00000 Entry Point: 00e002a8 Image Name: Linux-5.7.0-rc2-14687-gb3fc0fe88 Created: Tue May 12 13:29:16 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6406092 Bytes = 6255.95 KiB = 6.11 MiB Load Address: 00e00000 Entry Point: 00e002a8 Image Name: Linux-5.7.0-rc2-14687-gb3fc0fe88 Created: Tue May 12 13:29:16 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6406052 Bytes = 6255.91 KiB = 6.11 MiB Load Address: 00e00000 Entry Point: 00e002a8 Image Name: Linux-5.7.0-rc2-14687-gb3fc0fe88 Created: Tue May 12 13:29:16 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6406091 Bytes = 6255.95 KiB = 6.11 MiB Load Address: 00e00000 Entry Point: 00e002a8 INFO: Uncompressed kernel (size 0xd44728) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd44728) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd44728) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd44728) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) Image Name: Linux-5.7.0-rc2-14687-gb3fc0fe88 Created: Tue May 12 13:29:16 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6406839 Bytes = 6256.68 KiB = 6.11 MiB Load Address: 00e00000 Entry Point: 00e002a8 INFO: Uncompressed kernel (size 0xd44728) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) Image Name: Linux-5.7.0-rc2-14687-gb3fc0fe88 Created: Tue May 12 13:29:17 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6406855 Bytes = 6256.69 KiB = 6.11 MiB Load Address: 00e00000 Entry Point: 00e002a8 Image Name: Linux-5.7.0-rc2-14687-gb3fc0fe88 Created: Tue May 12 13:29:18 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6405445 Bytes = 6255.32 KiB = 6.11 MiB Load Address: 00e00000 Entry Point: 00e002e8 Image Name: Linux-5.7.0-rc2-14687-gb3fc0fe88 Created: Tue May 12 13:29:18 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6405435 Bytes = 6255.31 KiB = 6.11 MiB Load Address: 00e00000 Entry Point: 00e002a8 Image Name: Linux-5.7.0-rc2-14687-gb3fc0fe88 Created: Tue May 12 13:29:18 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6406072 Bytes = 6255.93 KiB = 6.11 MiB Load Address: 00e00000 Entry Point: 00e002a8 Image Name: Linux-5.7.0-rc2-14687-gb3fc0fe88 Created: Tue May 12 13:29:19 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6405861 Bytes = 6255.72 KiB = 6.11 MiB Load Address: 00e00000 Entry Point: 00e002a8 Image Name: Linux-5.7.0-rc2-14687-gb3fc0fe88 Created: Tue May 12 13:29:19 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6405446 Bytes = 6255.32 KiB = 6.11 MiB Load Address: 00e00000 Entry Point: 00e002e8 Image Name: Linux-5.7.0-rc2-14687-gb3fc0fe88 Created: Tue May 12 13:29:19 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6405498 Bytes = 6255.37 KiB = 6.11 MiB Load Address: 00e00000 Entry Point: 00e002e8 Image Name: Linux-5.7.0-rc2-14687-gb3fc0fe88 Created: Tue May 12 13:29:19 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6405869 Bytes = 6255.73 KiB = 6.11 MiB Load Address: 00e00000 Entry Point: 00e002e8 Completed OK # rm -rf /kisskb/build/powerpc-next_mpc85xx_smp_defconfig_powerpc-gcc4.6 # Build took: 0:02:46.527512