# 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-5.3.0-nolibc/powerpc64-linux/bin/powerpc64-linux-gcc --version # < git log --format=%s --max-count=1 ba27ae44e66196f2df153d48bd383af389309a16 # < make -s -j 120 ARCH=powerpc O=/kisskb/build/powerpc-next_44x_akebono_defconfig_powerpc-5.3 CROSS_COMPILE=/opt/cross/kisskb/gcc-5.3.0-nolibc/powerpc64-linux/bin/powerpc64-linux- 44x/akebono_defconfig # make -s -j 120 ARCH=powerpc O=/kisskb/build/powerpc-next_44x_akebono_defconfig_powerpc-5.3 CROSS_COMPILE=/opt/cross/kisskb/gcc-5.3.0-nolibc/powerpc64-linux/bin/powerpc64-linux- /kisskb/src/arch/powerpc/xmon/xmon.c: In function 'xmon_core': /kisskb/src/arch/powerpc/xmon/xmon.c:518:11: error: format '%lx' expects argument of type 'long unsigned int', but argument 3 has type 'int' [-Werror=format=] printf("cpu 0x%x stopped at breakpoint 0x%lx (", ^ /kisskb/src/arch/powerpc/xmon/xmon.c: In function 'dump_tlb_44x': /kisskb/src/arch/powerpc/xmon/xmon.c:3460:10: error: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'long unsigned int' [-Werror=format=] printf("[%02x] %08x %08x %08x ", i, w0, w1, w2); ^ /kisskb/src/arch/powerpc/xmon/xmon.c:3460:10: 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:10: 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:3462:11: error: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'long unsigned int' [-Werror=format=] printf("V %08x -> %01x%08x %c%c%c%c%c", ^ /kisskb/src/arch/powerpc/xmon/xmon.c:3462: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:3462: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.... Makefile:146: recipe for target 'sub-make' failed make: *** [sub-make] Error 2 Command 'make -s -j 120 ARCH=powerpc O=/kisskb/build/powerpc-next_44x_akebono_defconfig_powerpc-5.3 CROSS_COMPILE=/opt/cross/kisskb/gcc-5.3.0-nolibc/powerpc64-linux/bin/powerpc64-linux- ' returned non-zero exit status 2 # rm -rf /kisskb/build/powerpc-next_44x_akebono_defconfig_powerpc-5.3 # Build took: 0:00:17.125166