# git rev-parse -q --verify 1efde6eb181908e1095b4a5db90af0c024016bec^{commit} 1efde6eb181908e1095b4a5db90af0c024016bec already have revision, skipping fetch # git checkout -q -f -B kisskb 1efde6eb181908e1095b4a5db90af0c024016bec # git clean -qxdf # < git log -1 # commit 1efde6eb181908e1095b4a5db90af0c024016bec # Author: Stephen Rothwell # Date: Thu Dec 20 19:39:32 2018 +1100 # # Add linux-next specific files for 20181220 # # Signed-off-by: Stephen Rothwell # < /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/aarch64-linux/bin/aarch64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/aarch64-linux/bin/aarch64-linux-ld --version # < git log --format=%s --max-count=1 1efde6eb181908e1095b4a5db90af0c024016bec # < make -s -j 120 ARCH=arm64 O=/kisskb/build/linux-next-rand_arm64-randconfig_arm64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/aarch64-linux/bin/aarch64-linux- randconfig KCONFIG_SEED=0x273FBA02 # Added to kconfig CONFIG_PREVENT_FIRMWARE_BUILD=y # yes \n | make -s -j 120 ARCH=arm64 O=/kisskb/build/linux-next-rand_arm64-randconfig_arm64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/aarch64-linux/bin/aarch64-linux- oldconfig yes: standard output: Broken pipe # make -s -j 120 ARCH=arm64 O=/kisskb/build/linux-next-rand_arm64-randconfig_arm64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/aarch64-linux/bin/aarch64-linux- /kisskb/src/arch/arm64/boot/dts/rockchip/rk3399-gru-bob.dts:25.9-29.5: Warning (graph_port): /edp-panel/ports: graph port node name should be 'port' /kisskb/src/arch/arm64/boot/dts/rockchip/rk3399-sapphire-excavator.dts:94.9-98.5: Warning (graph_port): /edp-panel/ports: graph port node name should be 'port' /kisskb/src/arch/arm64/boot/dts/rockchip/rk3399-gru-kevin.dts:46.9-50.5: Warning (graph_port): /edp-panel/ports: graph port node name should be 'port' :1339:2: warning: #warning syscall open_tree not implemented [-Wcpp] :1342:2: warning: #warning syscall move_mount not implemented [-Wcpp] :1345:2: warning: #warning syscall fsopen not implemented [-Wcpp] :1348:2: warning: #warning syscall fsconfig not implemented [-Wcpp] :1351:2: warning: #warning syscall fsmount not implemented [-Wcpp] :1354:2: warning: #warning syscall fspick not implemented [-Wcpp] In file included from /kisskb/src/include/linux/node.h:18, from /kisskb/src/include/linux/cpu.h:17, from /kisskb/src/include/linux/of_device.h:5, from /kisskb/src/drivers/crypto/mxc-scc.c:27: /kisskb/src/drivers/crypto/mxc-scc.c: In function 'mxc_scc_get_data': /kisskb/src/drivers/crypto/mxc-scc.c:181:20: warning: format '%d' expects argument of type 'int', but argument 5 has type 'size_t' {aka 'long unsigned int'} [-Wformat=] dev_dbg(scc->dev, "pcopy: from 0x%p %d bytes\n", from, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:1380:22: note: in definition of macro 'dev_fmt' #define dev_fmt(fmt) fmt ^~~ /kisskb/src/drivers/crypto/mxc-scc.c:181:2: note: in expansion of macro 'dev_dbg' dev_dbg(scc->dev, "pcopy: from 0x%p %d bytes\n", from, ^~~~~~~ /kisskb/src/drivers/crypto/mxc-scc.c:186:21: warning: format '%d' expects argument of type 'int', but argument 4 has type 'size_t' {aka 'long unsigned int'} [-Wformat=] dev_err(scc->dev, "pcopy err from 0x%p (len=%d)\n", from, len); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:1380:22: note: in definition of macro 'dev_fmt' #define dev_fmt(fmt) fmt ^~~ /kisskb/src/drivers/crypto/mxc-scc.c:186:3: note: in expansion of macro 'dev_err' dev_err(scc->dev, "pcopy err from 0x%p (len=%d)\n", from, len); ^~~~~~~ /kisskb/src/drivers/crypto/mxc-scc.c: In function 'mxc_scc_put_data': /kisskb/src/drivers/crypto/mxc-scc.c:277:21: warning: format '%d' expects argument of type 'int', but argument 4 has type 'size_t' {aka 'long unsigned int'} [-Wformat=] dev_err(scc->dev, "pcopy err to 0x%p (len=%d)\n", to, len); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/device.h:1380:22: note: in definition of macro 'dev_fmt' #define dev_fmt(fmt) fmt ^~~ /kisskb/src/drivers/crypto/mxc-scc.c:277:3: note: in expansion of macro 'dev_err' dev_err(scc->dev, "pcopy err to 0x%p (len=%d)\n", to, len); ^~~~~~~ /kisskb/src/drivers/crypto/mxc-scc.c: In function 'mxc_scc_ablkcipher_next': /kisskb/src/drivers/crypto/mxc-scc.c:339:3: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] (void *)readl(scc->base + SCC_SCM_RED_START), ^ /kisskb/src/include/linux/device.h:1481:47: note: in definition of macro 'dev_dbg' dev_printk(KERN_DEBUG, dev, dev_fmt(fmt), ##__VA_ARGS__); \ ^~~~~~~~~~~ /kisskb/src/drivers/crypto/mxc-scc.c:340:3: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] (void *)readl(scc->base + SCC_SCM_BLACK_START)); ^ /kisskb/src/include/linux/device.h:1481:47: note: in definition of macro 'dev_dbg' dev_printk(KERN_DEBUG, dev, dev_fmt(fmt), ##__VA_ARGS__); \ ^~~~~~~~~~~ :1339:2: warning: #warning syscall open_tree not implemented [-Wcpp] :1342:2: warning: #warning syscall move_mount not implemented [-Wcpp] :1345:2: warning: #warning syscall fsopen not implemented [-Wcpp] :1348:2: warning: #warning syscall fsconfig not implemented [-Wcpp] :1351:2: warning: #warning syscall fsmount not implemented [-Wcpp] :1354:2: warning: #warning syscall fspick not implemented [-Wcpp] :1339:2: warning: #warning syscall open_tree not implemented [-Wcpp] :1342:2: warning: #warning syscall move_mount not implemented [-Wcpp] :1345:2: warning: #warning syscall fsopen not implemented [-Wcpp] :1348:2: warning: #warning syscall fsconfig not implemented [-Wcpp] :1351:2: warning: #warning syscall fsmount not implemented [-Wcpp] :1354:2: warning: #warning syscall fspick not implemented [-Wcpp] Completed OK # rm -rf /kisskb/build/linux-next-rand_arm64-randconfig_arm64-gcc8 # Build took: 0:04:00.776323