# git rev-parse -q --verify a2d79c7174aeb43b13020dd53d85a7aefdd9f3e5^{commit} a2d79c7174aeb43b13020dd53d85a7aefdd9f3e5 already have revision, skipping fetch # git checkout -q -f -B kisskb a2d79c7174aeb43b13020dd53d85a7aefdd9f3e5 # git clean -qxdf # < git log -1 # commit a2d79c7174aeb43b13020dd53d85a7aefdd9f3e5 # Merge: 964a4eacef67 a4c0b3decb33 # Author: Linus Torvalds # Date: Sat Jul 13 10:36:53 2019 -0700 # # Merge tag 'for-5.3/io_uring-20190711' of git://git.kernel.dk/linux-block # # Pull io_uring updates from Jens Axboe: # "This contains: # # - Support for recvmsg/sendmsg as first class opcodes. # # I don't envision going much further down this path, as there are # plans in progress to support potentially any system call in an # async fashion through io_uring. But I think it does make sense to # have certain core ops available directly, especially those that can # support a "try this non-blocking" flag/mode. (me) # # - Handle generic short reads automatically. # # This can happen fairly easily if parts of the buffered read is # cached. Since the application needs to issue another request for # the remainder, just do this internally and save kernel/user # roundtrip while providing a nicer more robust API. (me) # # - Support for linked SQEs. # # This allows SQEs to depend on each other, enabling an application # to eg queue a read-from-this-file,write-to-that-file pair. (me) # # - Fix race in stopping SQ thread (Jackie)" # # * tag 'for-5.3/io_uring-20190711' of git://git.kernel.dk/linux-block: # io_uring: fix io_sq_thread_stop running in front of io_sq_thread # io_uring: add support for recvmsg() # io_uring: add support for sendmsg() # io_uring: add support for sqe links # io_uring: punt short reads to async context # uio: make import_iovec()/compat_import_iovec() return bytes on success # < /opt/cross/kisskb/br-aarch64-glibc-2016.08-613-ge98b4dd/bin/aarch64-linux-gcc --version # < /opt/cross/kisskb/br-aarch64-glibc-2016.08-613-ge98b4dd/bin/aarch64-linux-ld --version # < git log --format=%s --max-count=1 a2d79c7174aeb43b13020dd53d85a7aefdd9f3e5 # < make -s -j 120 ARCH=arm64 O=/kisskb/build/linus-rand_arm64-randconfig_arm64-gcc5.4 CROSS_COMPILE=/opt/cross/kisskb/br-aarch64-glibc-2016.08-613-ge98b4dd/bin/aarch64-linux- randconfig KCONFIG_SEED=0x17579B08 # Added to kconfig CONFIG_PREVENT_FIRMWARE_BUILD=y # yes \n | make -s -j 120 ARCH=arm64 O=/kisskb/build/linus-rand_arm64-randconfig_arm64-gcc5.4 CROSS_COMPILE=/opt/cross/kisskb/br-aarch64-glibc-2016.08-613-ge98b4dd/bin/aarch64-linux- oldconfig yes: standard output: Broken pipe # make -s -j 120 ARCH=arm64 O=/kisskb/build/linus-rand_arm64-randconfig_arm64-gcc5.4 CROSS_COMPILE=/opt/cross/kisskb/br-aarch64-glibc-2016.08-613-ge98b4dd/bin/aarch64-linux- arch/arm64/Makefile:27: ld does not support --fix-cortex-a53-843419; kernel may be susceptible to erratum arch/arm64/Makefile:38: LSE atomics not supported by binutils arch/arm64/Makefile:27: ld does not support --fix-cortex-a53-843419; kernel may be susceptible to erratum arch/arm64/Makefile:38: LSE atomics not supported by binutils In file included from /kisskb/src/include/net/netfilter/nf_tables.h:8:0, from /kisskb/src/include/net/netfilter/nf_tables_offload.h:5, from :0: /kisskb/src/include/linux/netfilter/x_tables.h: In function 'xt_net': /kisskb/src/include/linux/netfilter/x_tables.h:46:19: error: dereferencing pointer to incomplete type 'const struct nf_hook_state' return par->state->net; ^ In file included from /kisskb/src/include/net/netfilter/nf_tables.h:8:0, from /kisskb/src/include/net/netfilter/nf_tables_offload.h:5, from :0: /kisskb/src/include/linux/netfilter/x_tables.h: At top level: /kisskb/src/include/linux/netfilter/x_tables.h:449:64: error: unknown type name 'nf_hookfn' struct nf_hook_ops *xt_hook_ops_alloc(const struct xt_table *, nf_hookfn *); ^ In file included from /kisskb/src/include/net/netfilter/nf_tables.h:12:0, from /kisskb/src/include/net/netfilter/nf_tables_offload.h:5, from :0: /kisskb/src/include/net/netfilter/nf_flow_table.h:19:2: error: unknown type name 'nf_hookfn' nf_hookfn *hook; ^ In file included from /kisskb/src/include/net/netfilter/nf_tables_offload.h:5:0, from :0: /kisskb/src/include/net/netfilter/nf_tables.h:929:2: error: unknown type name 'nf_hookfn' nf_hookfn *hooks[NF_MAX_HOOKS]; ^ /kisskb/src/include/net/netfilter/nf_tables.h:957:22: error: field 'ops' has incomplete type struct nf_hook_ops ops; ^ /kisskb/src/include/net/netfilter/nf_tables.h: In function 'nft_gencursor_next': /kisskb/src/include/net/netfilter/nf_tables.h:1223:12: error: 'const struct net' has no member named 'nft' return net->nft.gencursor + 1 == 1 ? 1 : 0; ^ In file included from /kisskb/src/include/linux/kernel.h:11:0, from /kisskb/src/include/net/flow_offload.h:4, from /kisskb/src/include/net/netfilter/nf_tables_offload.h:4, from :0: /kisskb/src/include/net/netfilter/nf_tables.h: In function 'nft_genmask_cur': /kisskb/src/include/net/netfilter/nf_tables.h:1234:27: error: 'const struct net' has no member named 'nft' return 1 << READ_ONCE(net->nft.gencursor); ^ /kisskb/src/include/linux/compiler.h:256:17: note: in definition of macro '__READ_ONCE' union { typeof(x) __val; char __c[1]; } __u; \ ^ /kisskb/src/include/net/netfilter/nf_tables.h:1234:14: note: in expansion of macro 'READ_ONCE' return 1 << READ_ONCE(net->nft.gencursor); ^ /kisskb/src/include/net/netfilter/nf_tables.h:1234:27: error: 'const struct net' has no member named 'nft' return 1 << READ_ONCE(net->nft.gencursor); ^ /kisskb/src/include/linux/compiler.h:258:22: note: in definition of macro '__READ_ONCE' __read_once_size(&(x), __u.__c, sizeof(x)); \ ^ /kisskb/src/include/net/netfilter/nf_tables.h:1234:14: note: in expansion of macro 'READ_ONCE' return 1 << READ_ONCE(net->nft.gencursor); ^ /kisskb/src/include/net/netfilter/nf_tables.h:1234:27: error: 'const struct net' has no member named 'nft' return 1 << READ_ONCE(net->nft.gencursor); ^ /kisskb/src/include/linux/compiler.h:258:42: note: in definition of macro '__READ_ONCE' __read_once_size(&(x), __u.__c, sizeof(x)); \ ^ /kisskb/src/include/net/netfilter/nf_tables.h:1234:14: note: in expansion of macro 'READ_ONCE' return 1 << READ_ONCE(net->nft.gencursor); ^ /kisskb/src/include/net/netfilter/nf_tables.h:1234:27: error: 'const struct net' has no member named 'nft' return 1 << READ_ONCE(net->nft.gencursor); ^ /kisskb/src/include/linux/compiler.h:260:30: note: in definition of macro '__READ_ONCE' __read_once_size_nocheck(&(x), __u.__c, sizeof(x)); \ ^ /kisskb/src/include/net/netfilter/nf_tables.h:1234:14: note: in expansion of macro 'READ_ONCE' return 1 << READ_ONCE(net->nft.gencursor); ^ /kisskb/src/include/net/netfilter/nf_tables.h:1234:27: error: 'const struct net' has no member named 'nft' return 1 << READ_ONCE(net->nft.gencursor); ^ /kisskb/src/include/linux/compiler.h:260:50: note: in definition of macro '__READ_ONCE' __read_once_size_nocheck(&(x), __u.__c, sizeof(x)); \ ^ /kisskb/src/include/net/netfilter/nf_tables.h:1234:14: note: in expansion of macro 'READ_ONCE' return 1 << READ_ONCE(net->nft.gencursor); ^ make[2]: *** [/kisskb/src/scripts/Makefile.build:304: include/net/netfilter/nf_tables_offload.h.s] Error 1 make[2]: *** Waiting for unfinished jobs.... make[1]: *** [/kisskb/src/Makefile:1077: include] Error 2 make[1]: *** Waiting for unfinished jobs.... make: *** [Makefile:179: sub-make] Error 2 Command 'make -s -j 120 ARCH=arm64 O=/kisskb/build/linus-rand_arm64-randconfig_arm64-gcc5.4 CROSS_COMPILE=/opt/cross/kisskb/br-aarch64-glibc-2016.08-613-ge98b4dd/bin/aarch64-linux- ' returned non-zero exit status 2 # rm -rf /kisskb/build/linus-rand_arm64-randconfig_arm64-gcc5.4 # Build took: 0:01:47.852400