# git rev-parse -q --verify 22051d9c4a57d3b4a8b5a7407efc80c71c7bfb16^{commit} 22051d9c4a57d3b4a8b5a7407efc80c71c7bfb16 already have revision, skipping fetch # git checkout -q -f -B kisskb 22051d9c4a57d3b4a8b5a7407efc80c71c7bfb16 # git clean -qxdf # < git log -1 # commit 22051d9c4a57d3b4a8b5a7407efc80c71c7bfb16 # Merge: aac09ce27556 9af93db9e140 # Author: Linus Torvalds # Date: Wed Jul 17 13:16:30 2019 -0700 # # Merge tag 'platform-drivers-x86-v5.3-2' of git://git.infradead.org/linux-platform-drivers-x86 # # Pull another x86 platform driver update from Andy Shevchenko: # "Provide better naming for ABI, i.e. tell that we have fan boost mode. # # It won't break any ABI, but has to be done now to avoid confusion in # the future" # # * tag 'platform-drivers-x86-v5.3-2' of git://git.infradead.org/linux-platform-drivers-x86: # platform/x86: asus: Rename "fan mode" to "fan boost mode" # < /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 22051d9c4a57d3b4a8b5a7407efc80c71c7bfb16 # < make -s -j 48 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=0x68DAF488 # 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 48 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 48 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- /kisskb/src/drivers/dma/tegra210-adma.c:747:12: warning: 'tegra_adma_runtime_resume' defined but not used [-Wunused-function] static int tegra_adma_runtime_resume(struct device *dev) ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/dma/tegra210-adma.c:715:12: warning: 'tegra_adma_runtime_suspend' defined but not used [-Wunused-function] static int tegra_adma_runtime_suspend(struct device *dev) ^~~~~~~~~~~~~~~~~~~~~~~~~~ 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/export.h:45, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/kernel.h:8, 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[1]: *** Waiting for unfinished jobs.... make: *** [Makefile:179: sub-make] Error 2 Command 'make -s -j 48 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:03:11.327053