# git rev-parse -q --verify ba27ae44e66196f2df153d48bd383af389309a16^{commit} ba27ae44e66196f2df153d48bd383af389309a16 already have revision, skipping fetch # git checkout -q -f -B kisskb ba27ae44e66196f2df153d48bd383af389309a16 # git clean -qxdf # < git log -1 # commit ba27ae44e66196f2df153d48bd383af389309a16 # Author: Michael Ellerman # Date: Mon May 21 21:28:34 2018 +1000 # # powerpc/xmon: Realign paca dump fields # # We've added some fields with longer names since we originally wrote # this, so the fields are no longer lined up. Adjust the widths to make # it all look nice again, eg: # # 0:mon> dp # paca for cpu 0x0 @ c000000001fa0000: # possible = yes # ... # slb_shadow [0] = 0xc000000008000000 0x400ea1b217000500 # slb_shadow [1] = 0xd000000008000001 0x400d43642f000510 # ... # rfi_flush_fallback_area = c0000000fff80000 (0xcc8) # ... # accounting.starttime_user = 0x51582f07 (0xae8) # # Signed-off-by: Michael Ellerman # < /opt/cross/kisskb/gcc-4.6.3-nolibc/powerpc-linux/bin/powerpc-linux-gcc --version # < git log --format=%s --max-count=1 ba27ae44e66196f2df153d48bd383af389309a16 # < make -s -j 40 ARCH=powerpc O=/kisskb/build/powerpc-next_44x_akebono_defconfig_powerpc CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/powerpc-linux/bin/powerpc-linux- 44x/akebono_defconfig # make -s -j 40 ARCH=powerpc O=/kisskb/build/powerpc-next_44x_akebono_defconfig_powerpc CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/powerpc-linux/bin/powerpc-linux- /kisskb/src/arch/powerpc/xmon/xmon.c: In function 'xmon_core': /kisskb/src/arch/powerpc/xmon/xmon.c:519:11: error: format '%lx' expects argument of type 'long unsigned int', but argument 3 has type 'int' [-Werror=format] /kisskb/src/arch/powerpc/xmon/xmon.c: In function 'dump_tlb_44x': /kisskb/src/arch/powerpc/xmon/xmon.c:3460:3: error: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'long unsigned int' [-Werror=format] /kisskb/src/arch/powerpc/xmon/xmon.c:3460:3: error: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'long unsigned int' [-Werror=format] /kisskb/src/arch/powerpc/xmon/xmon.c:3460:3: error: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'long unsigned int' [-Werror=format] /kisskb/src/arch/powerpc/xmon/xmon.c:3470:11: error: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'long unsigned int' [-Werror=format] /kisskb/src/arch/powerpc/xmon/xmon.c:3470:11: error: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'long unsigned int' [-Werror=format] /kisskb/src/arch/powerpc/xmon/xmon.c:3470:11: error: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'long unsigned int' [-Werror=format] cc1: all warnings being treated as errors /kisskb/src/scripts/Makefile.build:312: recipe for target 'arch/powerpc/xmon/xmon.o' failed make[2]: *** [arch/powerpc/xmon/xmon.o] Error 1 make[2]: *** Waiting for unfinished jobs.... /kisskb/src/Makefile:1060: recipe for target 'arch/powerpc/xmon' failed make[1]: *** [arch/powerpc/xmon] Error 2 make[1]: *** Waiting for unfinished jobs.... /kisskb/src/kernel/rcu/srcutree.c: In function 'init_srcu_struct_fields': /kisskb/src/kernel/rcu/srcutree.c:146:32: warning: 'levelspread[]' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/kernel/rcu/srcutree.c:94:6: note: 'levelspread[]' was declared here /kisskb/src/kernel/printk/printk.c: In function 'devkmsg_sysctl_set_loglvl': /kisskb/src/kernel/printk/printk.c:183:16: warning: 'old' 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:2497: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:1819:6: warning: 'ret' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/fs/proc/inode.c: In function 'proc_reg_open': /kisskb/src/include/linux/list.h:65:12: warning: 'pdeo' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/fs/proc/inode.c:340:21: note: 'pdeo' was declared here /kisskb/src/drivers/tty/serial/8250/8250_core.c: In function 'univ8250_release_irq': /kisskb/src/drivers/tty/serial/8250/8250_core.c:251:18: warning: 'i' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/tty/serial/8250/8250_core.c:231:19: note: 'i' was declared here Makefile:146: recipe for target 'sub-make' failed make: *** [sub-make] Error 2 Command 'make -s -j 40 ARCH=powerpc O=/kisskb/build/powerpc-next_44x_akebono_defconfig_powerpc CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/powerpc-linux/bin/powerpc-linux- ' returned non-zero exit status 2 # rm -rf /kisskb/build/powerpc-next_44x_akebono_defconfig_powerpc # Build took: 0:00:15.598118