# 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_allmodconfig+4K_PAGES_powerpc-5.3 CROSS_COMPILE=/opt/cross/kisskb/gcc-5.3.0-nolibc/powerpc64-linux/bin/powerpc64-linux- allmodconfig # Added to kconfig CONFIG_BUILD_DOCSRC=n CONFIG_MODULE_SIG=n CONFIG_SAMPLES=n CONFIG_PPC_4K_PAGES=y CONFIG_PPC_64K_PAGES=n # yes \n | make -s -j 40 ARCH=powerpc O=/kisskb/build/linux-next_allmodconfig+4K_PAGES_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_allmodconfig+4K_PAGES_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/sound/aoa/codecs/onyx.c: In function 'onyx_snd_single_bit_get': /kisskb/src/sound/aoa/codecs/onyx.c:380:37: warning: 'c' may be used uninitialized in this function [-Wmaybe-uninitialized] ucontrol->value.integer.value[0] = !!(c & mask) ^ polarity; ^ In file included from /kisskb/src/include/linux/io.h:25:0, from /kisskb/src/include/linux/of_address.h:7, from /kisskb/src/drivers/ata/ahci_qoriq.c:18: /kisskb/src/drivers/ata/ahci_qoriq.c: In function 'ahci_qoriq_hardreset': /kisskb/src/arch/powerpc/include/asm/io.h:633:3: warning: 'px_is' may be used uninitialized in this function [-Wmaybe-uninitialized] ppc_pci_io.name al; \ ^ /kisskb/src/drivers/ata/ahci_qoriq.c:86:14: note: 'px_is' was declared here u32 px_cmd, px_is, px_val; ^ In file included from /kisskb/src/include/linux/io.h:25:0, from /kisskb/src/include/linux/of_address.h:7, from /kisskb/src/drivers/ata/ahci_qoriq.c:18: /kisskb/src/arch/powerpc/include/asm/io.h:142:2: warning: 'px_cmd' may be used uninitialized in this function [-Wmaybe-uninitialized] __asm__ __volatile__("sync;"#insn" %1,%y0" \ ^ /kisskb/src/drivers/ata/ahci_qoriq.c:86:6: note: 'px_cmd' was declared here u32 px_cmd, px_is, px_val; ^ /kisskb/src/drivers/bluetooth/hci_h5.c:919:22: warning: 'rtl_vnd' defined but not used [-Wunused-variable] static struct h5_vnd rtl_vnd = { ^ /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.... /kisskb/src/net/smc/smc_ib.c: In function 'smc_ib_fill_mac': /kisskb/src/net/smc/smc_ib.c:152:2: warning: 'ib_query_gid' is deprecated [-Wdeprecated-declarations] rc = ib_query_gid(smcibdev->ibdev, ibport, 0, &gid, &gattr); ^ In file included from /kisskb/src/net/smc/smc_ib.c:19:0: /kisskb/src/include/rdma/ib_cache.h:139:32: note: declared here static inline __deprecated int ib_query_gid(struct ib_device *device, ^ /kisskb/src/net/smc/smc_ib.c: In function 'smc_ib_determine_gid': /kisskb/src/net/smc/smc_ib.c:190:3: warning: 'ib_query_gid' is deprecated [-Wdeprecated-declarations] if (ib_query_gid(smcibdev->ibdev, ibport, i, &_gid, &gattr)) ^ In file included from /kisskb/src/net/smc/smc_ib.c:19:0: /kisskb/src/include/rdma/ib_cache.h:139:32: note: declared here static inline __deprecated int ib_query_gid(struct ib_device *device, ^ In file included from /kisskb/src/include/asm-generic/percpu.h:7:0, from /kisskb/src/arch/powerpc/include/asm/percpu.h:20, from /kisskb/src/arch/powerpc/include/asm/smp.h:30, from /kisskb/src/include/linux/smp.h:64, from /kisskb/src/include/linux/topology.h:33, from /kisskb/src/include/linux/gfp.h:9, from /kisskb/src/include/linux/xarray.h:14, from /kisskb/src/include/linux/radix-tree.h:31, from /kisskb/src/include/linux/fs.h:15, from /kisskb/src/include/linux/seq_file.h:11, from /kisskb/src/arch/powerpc/include/asm/machdep.h:12, from /kisskb/src/arch/powerpc/include/asm/archrandom.h:7, from /kisskb/src/include/linux/random.h:166, from /kisskb/src/net/smc/smc_ib.c:15: /kisskb/src/net/smc/smc_ib.c: In function 'smc_ib_port_event_work': /kisskb/src/include/linux/percpu-defs.h:233:13: warning: 'gattr.ndev' may be used uninitialized in this function [-Wmaybe-uninitialized] RELOC_HIDE((typeof(*(__p)) __kernel __force *)(__p), (__offset)) ^ /kisskb/src/net/smc/smc_ib.c:148:21: note: 'gattr.ndev' was declared here struct ib_gid_attr gattr; ^ /kisskb/src/drivers/media/i2c/mt9v111.c: In function 'mt9v111_set_format': /kisskb/src/drivers/media/i2c/mt9v111.c:887:15: warning: 'idx' may be used uninitialized in this function [-Wmaybe-uninitialized] unsigned int idx; ^ 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_allmodconfig+4K_PAGES_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_allmodconfig+4K_PAGES_powerpc-5.3 # Build took: 0:04:04.773638