# git rev-parse -q --verify e78aa714e3261e23c7413fd6e719820e271ff128^{commit} e78aa714e3261e23c7413fd6e719820e271ff128 already have revision, skipping fetch # git checkout -q -f -B kisskb e78aa714e3261e23c7413fd6e719820e271ff128 # git clean -qxdf # < git log -1 # commit e78aa714e3261e23c7413fd6e719820e271ff128 # Author: Stephen Rothwell # Date: Tue Mar 3 17:58:25 2020 +1100 # # Add linux-next specific files for 20200303 # # Signed-off-by: Stephen Rothwell # < /opt/cross/kisskb/korg/gcc-4.9.4-nolibc/arm-linux-gnueabi/bin/arm-linux-gnueabi-gcc --version # < /opt/cross/kisskb/korg/gcc-4.9.4-nolibc/arm-linux-gnueabi/bin/arm-linux-gnueabi-ld --version # < git log --format=%s --max-count=1 e78aa714e3261e23c7413fd6e719820e271ff128 # < make -s -j 24 ARCH=arm O=/kisskb/build/linux-next_iop32x_defconfig_arm-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/arm-linux-gnueabi/bin/arm-linux-gnueabi- iop32x_defconfig # < make -s -j 24 ARCH=arm O=/kisskb/build/linux-next_iop32x_defconfig_arm-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/arm-linux-gnueabi/bin/arm-linux-gnueabi- help # make -s -j 24 ARCH=arm O=/kisskb/build/linux-next_iop32x_defconfig_arm-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/arm-linux-gnueabi/bin/arm-linux-gnueabi- olddefconfig # make -s -j 24 ARCH=arm O=/kisskb/build/linux-next_iop32x_defconfig_arm-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/arm-linux-gnueabi/bin/arm-linux-gnueabi- /kisskb/src/drivers/char/random.c:820:13: warning: 'crng_initialize_secondary' defined but not used [-Wunused-function] static void crng_initialize_secondary(struct crng_state *crng) ^ /kisskb/src/fs/io_uring.c: In function 'io_put_kbuf': /kisskb/src/fs/io_uring.c:1651:27: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] struct io_buffer *kbuf = (struct io_buffer *) req->rw.addr; ^ /kisskb/src/fs/io_uring.c: In function 'io_rw_buffer_select': /kisskb/src/fs/io_uring.c:2209:27: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] struct io_buffer *kbuf = (struct io_buffer *) req->rw.addr; ^ /kisskb/src/fs/io_uring.c:2216:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] req->rw.addr = (u64) kbuf; ^ /kisskb/src/fs/io_uring.c: In function 'io_cleanup_req': /kisskb/src/fs/io_uring.c:4897:10: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] kfree((void *)req->rw.addr); ^ In file included from /kisskb/src/include/linux/kernel.h:11:0, from /kisskb/src/fs/io_uring.c:42: /kisskb/src/fs/io_uring.c: In function 'io_uring_init': /kisskb/src/include/linux/compiler.h:394:38: error: call to '__compiletime_assert_7965' declared with attribute error: BUILD_BUG_ON failed: sizeof(__u16) != sizeof_field(struct io_uring_sqe, personality) _compiletime_assert(condition, msg, __compiletime_assert_, __LINE__) ^ /kisskb/src/include/linux/compiler.h:375:4: note: in definition of macro '__compiletime_assert' prefix ## suffix(); \ ^ /kisskb/src/include/linux/compiler.h:394:2: note: in expansion of macro '_compiletime_assert' _compiletime_assert(condition, msg, __compiletime_assert_, __LINE__) ^ /kisskb/src/include/linux/build_bug.h:39:37: note: in expansion of macro 'compiletime_assert' #define BUILD_BUG_ON_MSG(cond, msg) compiletime_assert(!(cond), msg) ^ /kisskb/src/include/linux/build_bug.h:50:2: note: in expansion of macro 'BUILD_BUG_ON_MSG' BUILD_BUG_ON_MSG(condition, "BUILD_BUG_ON failed: " #condition) ^ /kisskb/src/fs/io_uring.c:7933:2: note: in expansion of macro 'BUILD_BUG_ON' BUILD_BUG_ON(offsetof(stype, ename) != eoffset); \ ^ /kisskb/src/fs/io_uring.c:7938:2: note: in expansion of macro '__BUILD_BUG_VERIFY_ELEMENT' __BUILD_BUG_VERIFY_ELEMENT(struct io_uring_sqe, eoffset, etype, ename) ^ /kisskb/src/fs/io_uring.c:7965:2: note: in expansion of macro 'BUILD_BUG_SQE_ELEM' BUILD_BUG_SQE_ELEM(42, __u16, personality); ^ /kisskb/src/include/linux/compiler.h:394:38: error: call to '__compiletime_assert_7966' declared with attribute error: BUILD_BUG_ON failed: sizeof(__s32) != sizeof_field(struct io_uring_sqe, splice_fd_in) _compiletime_assert(condition, msg, __compiletime_assert_, __LINE__) ^ /kisskb/src/include/linux/compiler.h:375:4: note: in definition of macro '__compiletime_assert' prefix ## suffix(); \ ^ /kisskb/src/include/linux/compiler.h:394:2: note: in expansion of macro '_compiletime_assert' _compiletime_assert(condition, msg, __compiletime_assert_, __LINE__) ^ /kisskb/src/include/linux/build_bug.h:39:37: note: in expansion of macro 'compiletime_assert' #define BUILD_BUG_ON_MSG(cond, msg) compiletime_assert(!(cond), msg) ^ /kisskb/src/include/linux/build_bug.h:50:2: note: in expansion of macro 'BUILD_BUG_ON_MSG' BUILD_BUG_ON_MSG(condition, "BUILD_BUG_ON failed: " #condition) ^ /kisskb/src/fs/io_uring.c:7933:2: note: in expansion of macro 'BUILD_BUG_ON' BUILD_BUG_ON(offsetof(stype, ename) != eoffset); \ ^ /kisskb/src/fs/io_uring.c:7938:2: note: in expansion of macro '__BUILD_BUG_VERIFY_ELEMENT' __BUILD_BUG_VERIFY_ELEMENT(struct io_uring_sqe, eoffset, etype, ename) ^ /kisskb/src/fs/io_uring.c:7966:2: note: in expansion of macro 'BUILD_BUG_SQE_ELEM' BUILD_BUG_SQE_ELEM(44, __s32, splice_fd_in); ^ make[2]: *** [/kisskb/src/scripts/Makefile.build:267: fs/io_uring.o] Error 1 make[1]: *** [/kisskb/src/Makefile:1684: fs] Error 2 make[1]: *** Waiting for unfinished jobs.... In file included from /kisskb/src/drivers/hwmon/hwmon.c:22:0: /kisskb/src/include/linux/thermal.h:382:12: warning: 'thermal_zone_of_get_sensor_id' defined but not used [-Wunused-function] static int thermal_zone_of_get_sensor_id(struct device_node *tz_np, ^ make: *** [Makefile:180: sub-make] Error 2 Command 'make -s -j 24 ARCH=arm O=/kisskb/build/linux-next_iop32x_defconfig_arm-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/arm-linux-gnueabi/bin/arm-linux-gnueabi- ' returned non-zero exit status 2 # rm -rf /kisskb/build/linux-next_iop32x_defconfig_arm-gcc4.9 # Build took: 0:00:56.581209