# git rev-parse -q --verify c309b6f24222246c18a8b65d3950e6e755440865^{commit} c309b6f24222246c18a8b65d3950e6e755440865 already have revision, skipping fetch # git checkout -q -f -B kisskb c309b6f24222246c18a8b65d3950e6e755440865 # git clean -qxdf # < git log -1 # commit c309b6f24222246c18a8b65d3950e6e755440865 # Merge: 3e859477a1db 168869492e70 # Author: Linus Torvalds # Date: Tue Jul 16 12:21:41 2019 -0700 # # Merge tag 'docs/v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media # # Pull rst conversion of docs from Mauro Carvalho Chehab: # "As agreed with Jon, I'm sending this big series directly to you, c/c # him, as this series required a special care, in order to avoid # conflicts with other trees" # # * tag 'docs/v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media: (77 commits) # docs: kbuild: fix build with pdf and fix some minor issues # docs: block: fix pdf output # docs: arm: fix a breakage with pdf output # docs: don't use nested tables # docs: gpio: add sysfs interface to the admin-guide # docs: locking: add it to the main index # docs: add some directories to the main documentation index # docs: add SPDX tags to new index files # docs: add a memory-devices subdir to driver-api # docs: phy: place documentation under driver-api # docs: serial: move it to the driver-api # docs: driver-api: add remaining converted dirs to it # docs: driver-api: add xilinx driver API documentation # docs: driver-api: add a series of orphaned documents # docs: admin-guide: add a series of orphaned documents # docs: cgroup-v1: add it to the admin-guide book # docs: aoe: add it to the driver-api book # docs: add some documentation dirs to the driver-api book # docs: driver-model: move it to the driver-api book # docs: lp855x-driver.rst: add it to the driver-api book # ... # < /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/x86_64-linux/bin/x86_64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/x86_64-linux/bin/x86_64-linux-ld --version # < git log --format=%s --max-count=1 c309b6f24222246c18a8b65d3950e6e755440865 # < make -s -j 10 ARCH=x86_64 O=/kisskb/build/linus-rand_x86_64-randconfig_x86_64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/x86_64-linux/bin/x86_64-linux- randconfig KCONFIG_SEED=0x22DD11D6 # Added to kconfig CONFIG_STANDALONE=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_GCC_PLUGIN_CYC_COMPLEXITY=n # Added to kconfig CONFIG_GCC_PLUGIN_SANCOV=n # Added to kconfig CONFIG_GCC_PLUGIN_LATENT_ENTROPY=n # yes \n | make -s -j 10 ARCH=x86_64 O=/kisskb/build/linus-rand_x86_64-randconfig_x86_64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/x86_64-linux/bin/x86_64-linux- oldconfig yes: standard output: Broken pipe # make -s -j 10 ARCH=x86_64 O=/kisskb/build/linus-rand_x86_64-randconfig_x86_64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/x86_64-linux/bin/x86_64-linux- In file included from /kisskb/src/include/net/netfilter/nf_tables.h:8, from /kisskb/src/include/net/netfilter/nf_tables_offload.h:5, from : /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, from /kisskb/src/include/net/netfilter/nf_tables_offload.h:5, from : /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, from /kisskb/src/include/net/netfilter/nf_tables_offload.h:5, from : /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, from : /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, from /kisskb/src/include/net/flow_offload.h:4, from /kisskb/src/include/net/netfilter/nf_tables_offload.h:4, from : /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: *** [Makefile:179: sub-make] Error 2 Command 'make -s -j 10 ARCH=x86_64 O=/kisskb/build/linus-rand_x86_64-randconfig_x86_64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/x86_64-linux/bin/x86_64-linux- ' returned non-zero exit status 2 # rm -rf /kisskb/build/linus-rand_x86_64-randconfig_x86_64-gcc8 # Build took: 0:06:54.763936