# git rev-parse -q --verify 8c8399e0a3fba75b13d26d785a89c599b068b87a^{commit} 8c8399e0a3fba75b13d26d785a89c599b068b87a already have revision, skipping fetch # git checkout -q -f -B kisskb 8c8399e0a3fba75b13d26d785a89c599b068b87a # git clean -qxdf # < git log -1 # commit 8c8399e0a3fba75b13d26d785a89c599b068b87a # Author: Stephen Rothwell # Date: Mon Aug 6 20:51:59 2018 +1000 # # Add linux-next specific files for 20180806 # # Signed-off-by: Stephen Rothwell # < /opt/cross/kisskb/gcc-5.3.0-nolibc/powerpc64-linux/bin/powerpc64-linux-gcc --version # < git log --format=%s --max-count=1 8c8399e0a3fba75b13d26d785a89c599b068b87a # < make -s -j 40 ARCH=powerpc O=/kisskb/build/linux-next-rand_powerpc-randconfig_powerpc-5.3 CROSS_COMPILE=/opt/cross/kisskb/gcc-5.3.0-nolibc/powerpc64-linux/bin/powerpc64-linux- randconfig KCONFIG_SEED=0x609504B2 # Added to kconfig CONFIG_STANDALONE=y # Added to kconfig CONFIG_BUILD_DOCSRC=n # Added to kconfig CONFIG_MODULE_SIG=n # Added to kconfig CONFIG_CPU_BIG_ENDIAN=y # Added to kconfig CONFIG_PPC64=y # Added to kconfig CONFIG_PPC_DISABLE_WERROR=y # Added to kconfig CONFIG_SECTION_MISMATCH_WARN_ONLY=y # Added to kconfig CONFIG_PREVENT_FIRMWARE_BUILD=y # Added to kconfig CONFIG_CC_STACKPROTECTOR_STRONG=n # Added to kconfig CONFIG_GCC_PLUGINS=n # Added to kconfig CONFIG_LD_HEAD_STUB_CATCH=y # Added to kconfig # yes \n | make -s -j 40 ARCH=powerpc O=/kisskb/build/linux-next-rand_powerpc-randconfig_powerpc-5.3 CROSS_COMPILE=/opt/cross/kisskb/gcc-5.3.0-nolibc/powerpc64-linux/bin/powerpc64-linux- oldconfig yes: standard output: Broken pipe yes: write error # make -s -j 40 ARCH=powerpc O=/kisskb/build/linux-next-rand_powerpc-randconfig_powerpc-5.3 CROSS_COMPILE=/opt/cross/kisskb/gcc-5.3.0-nolibc/powerpc64-linux/bin/powerpc64-linux- :1338:2: warning: #warning syscall open_tree not implemented [-Wcpp] :1341:2: warning: #warning syscall move_mount not implemented [-Wcpp] :1344:2: warning: #warning syscall fsopen not implemented [-Wcpp] :1347:2: warning: #warning syscall fsconfig not implemented [-Wcpp] :1350:2: warning: #warning syscall fsmount not implemented [-Wcpp] :1353:2: warning: #warning syscall fspick not implemented [-Wcpp] :1356:2: warning: #warning syscall fsinfo not implemented [-Wcpp] /kisskb/src/kernel/sched/core.c: In function 'update_rq_clock_task': /kisskb/src/kernel/sched/core.c:139:6: warning: unused variable 'steal' [-Wunused-variable] s64 steal = 0, irq_delta = 0; ^ /kisskb/src/samples/statx/test-statx.c:37:34: warning: 'struct statx' declared inside parameter list unsigned int mask, struct statx *buffer) ^ /kisskb/src/samples/statx/test-statx.c:37:34: warning: its scope is only this definition or declaration, which is probably not what you want /kisskb/src/samples/statx/test-statx.c: In function 'statx': /kisskb/src/samples/statx/test-statx.c:39:17: error: '__NR_statx' undeclared (first use in this function) return syscall(__NR_statx, dfd, filename, flags, mask, buffer); ^ /kisskb/src/samples/statx/test-statx.c:39:17: note: each undeclared identifier is reported only once for each function it appears in /kisskb/src/samples/statx/test-statx.c: At top level: /kisskb/src/samples/statx/test-statx.c:42:50: warning: 'struct statx_timestamp' declared inside parameter list static void print_time(const char *field, struct statx_timestamp *ts) ^ /kisskb/src/samples/statx/test-statx.c: In function 'print_time': /kisskb/src/samples/statx/test-statx.c:49:10: error: dereferencing pointer to incomplete type tim = ts->tv_sec; ^ /kisskb/src/samples/statx/test-statx.c:61:20: error: dereferencing pointer to incomplete type printf(".%09u", ts->tv_nsec); ^ /kisskb/src/samples/statx/test-statx.c: At top level: /kisskb/src/samples/statx/test-statx.c:71:31: warning: 'struct statx' declared inside parameter list static void dump_statx(struct statx *stx) ^ /kisskb/src/samples/statx/test-statx.c: In function 'dump_statx': /kisskb/src/samples/statx/test-statx.c:75:28: error: dereferencing pointer to incomplete type printf("results=%x\n", stx->stx_mask); ^ /kisskb/src/samples/statx/test-statx.c:78:9: error: dereferencing pointer to incomplete type if (stx->stx_mask & STATX_SIZE) ^ /kisskb/src/samples/statx/test-statx.c:78:22: error: 'STATX_SIZE' undeclared (first use in this function) if (stx->stx_mask & STATX_SIZE) ^ /kisskb/src/samples/statx/test-statx.c:79:51: error: dereferencing pointer to incomplete type printf(" Size: %-15llu", (unsigned long long)stx->stx_size); ^ /kisskb/src/samples/statx/test-statx.c:80:9: error: dereferencing pointer to incomplete type if (stx->stx_mask & STATX_BLOCKS) ^ /kisskb/src/samples/statx/test-statx.c:80:22: error: 'STATX_BLOCKS' undeclared (first use in this function) if (stx->stx_mask & STATX_BLOCKS) ^ /kisskb/src/samples/statx/test-statx.c:81:53: error: dereferencing pointer to incomplete type printf(" Blocks: %-10llu", (unsigned long long)stx->stx_blocks); ^ /kisskb/src/samples/statx/test-statx.c:82:53: error: dereferencing pointer to incomplete type printf(" IO Block: %-6llu", (unsigned long long)stx->stx_blksize); ^ /kisskb/src/samples/statx/test-statx.c:83:9: error: dereferencing pointer to incomplete type if (stx->stx_mask & STATX_TYPE) { ^ /kisskb/src/samples/statx/test-statx.c:83:22: error: 'STATX_TYPE' undeclared (first use in this function) if (stx->stx_mask & STATX_TYPE) { ^ /kisskb/src/samples/statx/test-statx.c:84:14: error: dereferencing pointer to incomplete type switch (stx->stx_mode & S_IFMT) { ^ /kisskb/src/samples/statx/test-statx.c:93:38: error: dereferencing pointer to incomplete type printf(" unknown type (%o)\n", stx->stx_mode & S_IFMT); ^ /kisskb/src/samples/statx/test-statx.c:100:34: error: dereferencing pointer to incomplete type sprintf(buffer, "%02x:%02x", stx->stx_dev_major, stx->stx_dev_minor); ^ /kisskb/src/samples/statx/test-statx.c:100:54: error: dereferencing pointer to incomplete type sprintf(buffer, "%02x:%02x", stx->stx_dev_major, stx->stx_dev_minor); ^ /kisskb/src/samples/statx/test-statx.c:102:9: error: dereferencing pointer to incomplete type if (stx->stx_mask & STATX_INO) ^ /kisskb/src/samples/statx/test-statx.c:102:22: error: 'STATX_INO' undeclared (first use in this function) if (stx->stx_mask & STATX_INO) ^ /kisskb/src/samples/statx/test-statx.c:103:53: error: dereferencing pointer to incomplete type printf(" Inode: %-11llu", (unsigned long long) stx->stx_ino); ^ /kisskb/src/samples/statx/test-statx.c:104:9: error: dereferencing pointer to incomplete type if (stx->stx_mask & STATX_NLINK) ^ /kisskb/src/samples/statx/test-statx.c:104:22: error: 'STATX_NLINK' undeclared (first use in this function) if (stx->stx_mask & STATX_NLINK) ^ /kisskb/src/samples/statx/test-statx.c:105:29: error: dereferencing pointer to incomplete type printf(" Links: %-5u", stx->stx_nlink); ^ /kisskb/src/samples/statx/test-statx.c:106:9: error: dereferencing pointer to incomplete type if (stx->stx_mask & STATX_TYPE) { ^ /kisskb/src/samples/statx/test-statx.c:107:14: error: dereferencing pointer to incomplete type switch (stx->stx_mode & S_IFMT) { ^ /kisskb/src/samples/statx/test-statx.c:111:14: error: dereferencing pointer to incomplete type stx->stx_rdev_major, stx->stx_rdev_minor); ^ /kisskb/src/samples/statx/test-statx.c:111:35: error: dereferencing pointer to incomplete type stx->stx_rdev_major, stx->stx_rdev_minor); ^ /kisskb/src/samples/statx/test-statx.c:117:9: error: dereferencing pointer to incomplete type if (stx->stx_mask & STATX_MODE) ^ /kisskb/src/samples/statx/test-statx.c:117:22: error: 'STATX_MODE' undeclared (first use in this function) if (stx->stx_mask & STATX_MODE) ^ /kisskb/src/samples/statx/test-statx.c:119:13: error: dereferencing pointer to incomplete type stx->stx_mode & 07777, ^ /kisskb/src/samples/statx/test-statx.c:121:13: error: dereferencing pointer to incomplete type stx->stx_mode & S_IRUSR ? 'r' : '-', ^ /kisskb/src/samples/statx/test-statx.c:122:13: error: dereferencing pointer to incomplete type stx->stx_mode & S_IWUSR ? 'w' : '-', ^ /kisskb/src/samples/statx/test-statx.c:123:13: error: dereferencing pointer to incomplete type stx->stx_mode & S_IXUSR ? 'x' : '-', ^ /kisskb/src/samples/statx/test-statx.c:124:13: error: dereferencing pointer to incomplete type stx->stx_mode & S_IRGRP ? 'r' : '-', ^ /kisskb/src/samples/statx/test-statx.c:125:13: error: dereferencing pointer to incomplete type stx->stx_mode & S_IWGRP ? 'w' : '-', ^ /kisskb/src/samples/statx/test-statx.c:126:13: error: dereferencing pointer to incomplete type stx->stx_mode & S_IXGRP ? 'x' : '-', ^ /kisskb/src/samples/statx/test-statx.c:127:13: error: dereferencing pointer to incomplete type stx->stx_mode & S_IROTH ? 'r' : '-', ^ /kisskb/src/samples/statx/test-statx.c:128:13: error: dereferencing pointer to incomplete type stx->stx_mode & S_IWOTH ? 'w' : '-', ^ /kisskb/src/samples/statx/test-statx.c:129:13: error: dereferencing pointer to incomplete type stx->stx_mode & S_IXOTH ? 'x' : '-'); ^ /kisskb/src/samples/statx/test-statx.c:130:9: error: dereferencing pointer to incomplete type if (stx->stx_mask & STATX_UID) ^ /kisskb/src/samples/statx/test-statx.c:130:22: error: 'STATX_UID' undeclared (first use in this function) if (stx->stx_mask & STATX_UID) ^ /kisskb/src/samples/statx/test-statx.c:131:28: error: dereferencing pointer to incomplete type printf("Uid: %5d ", stx->stx_uid); ^ /kisskb/src/samples/statx/test-statx.c:132:9: error: dereferencing pointer to incomplete type if (stx->stx_mask & STATX_GID) ^ /kisskb/src/samples/statx/test-statx.c:132:22: error: 'STATX_GID' undeclared (first use in this function) if (stx->stx_mask & STATX_GID) ^ /kisskb/src/samples/statx/test-statx.c:133:27: error: dereferencing pointer to incomplete type printf("Gid: %5d\n", stx->stx_gid); ^ /kisskb/src/samples/statx/test-statx.c:135:9: error: dereferencing pointer to incomplete type if (stx->stx_mask & STATX_ATIME) ^ /kisskb/src/samples/statx/test-statx.c:135:22: error: 'STATX_ATIME' undeclared (first use in this function) if (stx->stx_mask & STATX_ATIME) ^ /kisskb/src/samples/statx/test-statx.c:136:30: error: dereferencing pointer to incomplete type print_time("Access: ", &stx->stx_atime); ^ /kisskb/src/samples/statx/test-statx.c:137:9: error: dereferencing pointer to incomplete type if (stx->stx_mask & STATX_MTIME) ^ /kisskb/src/samples/statx/test-statx.c:137:22: error: 'STATX_MTIME' undeclared (first use in this function) if (stx->stx_mask & STATX_MTIME) ^ /kisskb/src/samples/statx/test-statx.c:138:30: error: dereferencing pointer to incomplete type print_time("Modify: ", &stx->stx_mtime); ^ /kisskb/src/samples/statx/test-statx.c:139:9: error: dereferencing pointer to incomplete type if (stx->stx_mask & STATX_CTIME) ^ /kisskb/src/samples/statx/test-statx.c:139:22: error: 'STATX_CTIME' undeclared (first use in this function) if (stx->stx_mask & STATX_CTIME) ^ /kisskb/src/samples/statx/test-statx.c:140:30: error: dereferencing pointer to incomplete type print_time("Change: ", &stx->stx_ctime); ^ /kisskb/src/samples/statx/test-statx.c:141:9: error: dereferencing pointer to incomplete type if (stx->stx_mask & STATX_BTIME) ^ /kisskb/src/samples/statx/test-statx.c:141:22: error: 'STATX_BTIME' undeclared (first use in this function) if (stx->stx_mask & STATX_BTIME) ^ /kisskb/src/samples/statx/test-statx.c:142:30: error: dereferencing pointer to incomplete type print_time(" Birth: ", &stx->stx_btime); ^ /kisskb/src/samples/statx/test-statx.c:144:9: error: dereferencing pointer to incomplete type if (stx->stx_attributes_mask) { ^ /kisskb/src/samples/statx/test-statx.c:160:38: error: dereferencing pointer to incomplete type printf("Attributes: %016llx (", stx->stx_attributes); ^ /kisskb/src/samples/statx/test-statx.c:162:14: error: dereferencing pointer to incomplete type bits = stx->stx_attributes >> byte; ^ /kisskb/src/samples/statx/test-statx.c:163:15: error: dereferencing pointer to incomplete type mbits = stx->stx_attributes_mask >> byte; ^ /kisskb/src/samples/statx/test-statx.c: In function 'main': /kisskb/src/samples/statx/test-statx.c:211:15: error: storage size of 'stx' isn't known struct statx stx; ^ /kisskb/src/samples/statx/test-statx.c:214:22: error: 'STATX_ALL' undeclared (first use in this function) unsigned int mask = STATX_ALL; ^ /kisskb/src/samples/statx/test-statx.c:232:13: error: 'STATX_BASIC_STATS' undeclared (first use in this function) mask &= ~STATX_BASIC_STATS; ^ /kisskb/src/samples/statx/test-statx.c:211:15: warning: unused variable 'stx' [-Wunused-variable] struct statx stx; ^ scripts/Makefile.host:90: recipe for target 'samples/statx/test-statx' failed make[3]: *** [samples/statx/test-statx] Error 1 /kisskb/src/scripts/Makefile.build:558: recipe for target 'samples/statx' failed make[2]: *** [samples/statx] Error 2 make[2]: *** Waiting for unfinished jobs.... /kisskb/src/Makefile:1040: recipe for target 'samples' failed make[1]: *** [samples] 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 40 ARCH=powerpc O=/kisskb/build/linux-next-rand_powerpc-randconfig_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/linux-next-rand_powerpc-randconfig_powerpc-5.3 # Build took: 0:01:15.629802