# git rev-parse -q --verify 9140d8bdd4c5a04abe181bb300378355d56990a4^{commit} 9140d8bdd4c5a04abe181bb300378355d56990a4 already have revision, skipping fetch # git checkout -q -f -B kisskb 9140d8bdd4c5a04abe181bb300378355d56990a4 # git clean -qxdf # < git log -1 # commit 9140d8bdd4c5a04abe181bb300378355d56990a4 # Merge: b9bd6806d014 c536277e0db1 # Author: Linus Torvalds # Date: Fri Aug 23 14:53:09 2019 -0700 # # Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma # # Pull rdma fixes from Doug Ledford: # "No beating around the bush: this is a monster pull request for an -rc5 # kernel. Intel hit me with a series of fixes for TID processing. # Mellanox hit me with a series for their UMR memory support. # # And we had one fix for siw that fixes the 32bit build warnings and # because of the number of casts that had to be changed to properly # silence the warnings, that one patch alone is a full 40% of the LOC of # this entire pull request. Given that this is the initial release # kernel for siw, I'm trying to fix anything in it that we can, so that # adds to the impetus to take fixes for it like this one. # # I had to do a rebase early in the week. Jason had thought he put a # patch on the rc queue that he needed to be there so he could base some # work off of it, and it had actually not been placed there. So he asked # me (on Tuesday) to fix that up before pushing my wip branch to the # official rc branch. I did, and that's why the early patches look like # they were all committed at the same time on Tuesday. That bunch had # been in my queue prior. # # The various patches all pass my test for being legitimate fixes and # not attempts to slide new features or development into a late rc. # Well, they were all fixes with the exception of a couple clean up # patches people wrote for making the fixes they also wrote better (like # a cleanup patch to move UMR checking into a function so that the # remaining UMR fix patches can reference that function), so I left # those in place too. # # My apologies for the LOC count and the number of patches here, it's # just how the cards fell this cycle. # # Summary: # # - Fix siw buffer mapping issue # # - Fix siw 32/64 casting issues # # - Fix a KASAN access issue in bnxt_re # # - Fix several memory leaks (hfi1, mlx4) # # - Fix a NULL deref in cma_cleanup # # - Fixes for UMR memory support in mlx5 (4 patch series) # # - Fix namespace check for restrack # # - Fixes for counter support # # - Fixes for hfi1 TID processing (5 patch series) # # - Fix potential NULL deref in siw # # - Fix memory page calculations in mlx5" # # * tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma: (21 commits) # RDMA/siw: Fix 64/32bit pointer inconsistency # RDMA/siw: Fix SGL mapping issues # RDMA/bnxt_re: Fix stack-out-of-bounds in bnxt_qplib_rcfw_send_message # infiniband: hfi1: fix memory leaks # infiniband: hfi1: fix a memory leak bug # IB/mlx4: Fix memory leaks # RDMA/cma: fix null-ptr-deref Read in cma_cleanup # IB/mlx5: Block MR WR if UMR is not possible # IB/mlx5: Fix MR re-registration flow to use UMR properly # IB/mlx5: Report and handle ODP support properly # IB/mlx5: Consolidate use_umr checks into single function # RDMA/restrack: Rewrite PID namespace check to be reliable # RDMA/counters: Properly implement PID checks # IB/core: Fix NULL pointer dereference when bind QP to counter # IB/hfi1: Drop stale TID RDMA packets that cause TIDErr # IB/hfi1: Add additional checks when handling TID RDMA WRITE DATA packet # IB/hfi1: Add additional checks when handling TID RDMA READ RESP packet # IB/hfi1: Unsafe PSN checking for TID RDMA READ Resp packet # IB/hfi1: Drop stale TID RDMA packets # RDMA/siw: Fix potential NULL de-ref # ... # < /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/hppa-linux/bin/hppa-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/hppa-linux/bin/hppa-linux-ld --version # < git log --format=%s --max-count=1 9140d8bdd4c5a04abe181bb300378355d56990a4 # < make -s -j 48 ARCH=parisc O=/kisskb/build/linus_parisc-allmodconfig_parisc CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/hppa-linux/bin/hppa-linux- allmodconfig # Added to kconfig CONFIG_BUILD_DOCSRC=n # Added to kconfig CONFIG_MODULE_SIG=n # Added to kconfig CONFIG_SAMPLES=n # yes \n | make -s -j 48 ARCH=parisc O=/kisskb/build/linus_parisc-allmodconfig_parisc CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/hppa-linux/bin/hppa-linux- oldconfig yes: standard output: Broken pipe # make -s -j 48 ARCH=parisc O=/kisskb/build/linus_parisc-allmodconfig_parisc CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/hppa-linux/bin/hppa-linux- In file included from /kisskb/src/include/asm-generic/4level-fixup.h:38, from /kisskb/src/arch/parisc/include/asm/pgtable.h:5, from /kisskb/src/arch/parisc/include/asm/io.h:6, from /kisskb/src/include/linux/io.h:13, from /kisskb/src/kernel/dma/coherent.c:6: /kisskb/src/include/asm-generic/5level-fixup.h:14:18: error: unknown type name 'pgd_t'; did you mean 'pid_t'? #define p4d_t pgd_t ^~~~~ /kisskb/src/include/asm-generic/5level-fixup.h:24:28: note: in expansion of macro 'p4d_t' static inline int p4d_none(p4d_t p4d) ^~~~~ /kisskb/src/include/asm-generic/5level-fixup.h:14:18: error: unknown type name 'pgd_t'; did you mean 'pid_t'? #define p4d_t pgd_t ^~~~~ /kisskb/src/include/asm-generic/5level-fixup.h:29:27: note: in expansion of macro 'p4d_t' static inline int p4d_bad(p4d_t p4d) ^~~~~ /kisskb/src/include/asm-generic/5level-fixup.h:14:18: error: unknown type name 'pgd_t'; did you mean 'pid_t'? #define p4d_t pgd_t ^~~~~ /kisskb/src/include/asm-generic/5level-fixup.h:34:31: note: in expansion of macro 'p4d_t' static inline int p4d_present(p4d_t p4d) ^~~~~ In file included from /kisskb/src/arch/parisc/include/asm/pgtable.h:583, from /kisskb/src/arch/parisc/include/asm/io.h:6, from /kisskb/src/include/linux/io.h:13, from /kisskb/src/kernel/dma/coherent.c:6: /kisskb/src/include/asm-generic/pgtable.h: In function 'p4d_none_or_clear_bad': /kisskb/src/include/asm-generic/pgtable.h:578:6: error: implicit declaration of function 'p4d_none'; did you mean 'pgd_none'? [-Werror=implicit-function-declaration] if (p4d_none(*p4d)) ^~~~~~~~ pgd_none In file included from /kisskb/src/include/linux/init.h:5, from /kisskb/src/include/linux/io.h:10, from /kisskb/src/kernel/dma/coherent.c:6: /kisskb/src/include/asm-generic/pgtable.h:580:15: error: implicit declaration of function 'p4d_bad'; did you mean 'pgd_bad'? [-Werror=implicit-function-declaration] if (unlikely(p4d_bad(*p4d))) { ^~~~~~~ /kisskb/src/include/linux/compiler.h:78:42: note: in definition of macro 'unlikely' # define unlikely(x) __builtin_expect(!!(x), 0) ^ cc1: some warnings being treated as errors make[3]: *** [/kisskb/src/scripts/Makefile.build:280: kernel/dma/coherent.o] Error 1 make[3]: *** Waiting for unfinished jobs.... make[2]: *** [/kisskb/src/scripts/Makefile.build:497: kernel/dma] Error 2 make[2]: *** Waiting for unfinished jobs.... In file included from /kisskb/src/include/asm-generic/4level-fixup.h:38, from /kisskb/src/arch/parisc/include/asm/pgtable.h:5, from /kisskb/src/arch/parisc/include/asm/io.h:6, from /kisskb/src/include/linux/io.h:13, from /kisskb/src/kernel/irq/generic-chip.c:7: /kisskb/src/include/asm-generic/5level-fixup.h:14:18: error: unknown type name 'pgd_t'; did you mean 'pid_t'? #define p4d_t pgd_t ^~~~~ /kisskb/src/include/asm-generic/5level-fixup.h:24:28: note: in expansion of macro 'p4d_t' static inline int p4d_none(p4d_t p4d) ^~~~~ /kisskb/src/include/asm-generic/5level-fixup.h:14:18: error: unknown type name 'pgd_t'; did you mean 'pid_t'? #define p4d_t pgd_t ^~~~~ /kisskb/src/include/asm-generic/5level-fixup.h:29:27: note: in expansion of macro 'p4d_t' static inline int p4d_bad(p4d_t p4d) ^~~~~ /kisskb/src/include/asm-generic/5level-fixup.h:14:18: error: unknown type name 'pgd_t'; did you mean 'pid_t'? #define p4d_t pgd_t ^~~~~ /kisskb/src/include/asm-generic/5level-fixup.h:34:31: note: in expansion of macro 'p4d_t' static inline int p4d_present(p4d_t p4d) ^~~~~ In file included from /kisskb/src/arch/parisc/include/asm/pgtable.h:583, from /kisskb/src/arch/parisc/include/asm/io.h:6, from /kisskb/src/include/linux/io.h:13, from /kisskb/src/kernel/irq/generic-chip.c:7: /kisskb/src/include/asm-generic/pgtable.h: In function 'p4d_none_or_clear_bad': /kisskb/src/include/asm-generic/pgtable.h:578:6: error: implicit declaration of function 'p4d_none'; did you mean 'pgd_none'? [-Werror=implicit-function-declaration] if (p4d_none(*p4d)) ^~~~~~~~ pgd_none In file included from /kisskb/src/include/linux/init.h:5, from /kisskb/src/include/linux/io.h:10, from /kisskb/src/kernel/irq/generic-chip.c:7: /kisskb/src/include/asm-generic/pgtable.h:580:15: error: implicit declaration of function 'p4d_bad'; did you mean 'pgd_bad'? [-Werror=implicit-function-declaration] if (unlikely(p4d_bad(*p4d))) { ^~~~~~~ /kisskb/src/include/linux/compiler.h:78:42: note: in definition of macro 'unlikely' # define unlikely(x) __builtin_expect(!!(x), 0) ^ cc1: some warnings being treated as errors make[3]: *** [/kisskb/src/scripts/Makefile.build:281: kernel/irq/generic-chip.o] Error 1 make[3]: *** Waiting for unfinished jobs.... make[2]: *** [/kisskb/src/scripts/Makefile.build:497: kernel/irq] Error 2 In file included from /kisskb/src/include/asm-generic/4level-fixup.h:38, from /kisskb/src/arch/parisc/include/asm/pgtable.h:5, from /kisskb/src/arch/parisc/include/asm/io.h:6, from /kisskb/src/include/linux/io.h:13, from /kisskb/src/drivers/auxdisplay/img-ascii-lcd.c:9: /kisskb/src/include/asm-generic/5level-fixup.h:14:18: error: unknown type name 'pgd_t'; did you mean 'pid_t'? #define p4d_t pgd_t ^~~~~ /kisskb/src/include/asm-generic/5level-fixup.h:24:28: note: in expansion of macro 'p4d_t' static inline int p4d_none(p4d_t p4d) ^~~~~ /kisskb/src/include/asm-generic/5level-fixup.h:14:18: error: unknown type name 'pgd_t'; did you mean 'pid_t'? #define p4d_t pgd_t ^~~~~ /kisskb/src/include/asm-generic/5level-fixup.h:29:27: note: in expansion of macro 'p4d_t' static inline int p4d_bad(p4d_t p4d) ^~~~~ /kisskb/src/include/asm-generic/5level-fixup.h:14:18: error: unknown type name 'pgd_t'; did you mean 'pid_t'? #define p4d_t pgd_t ^~~~~ /kisskb/src/include/asm-generic/5level-fixup.h:34:31: note: in expansion of macro 'p4d_t' static inline int p4d_present(p4d_t p4d) ^~~~~ In file included from /kisskb/src/arch/parisc/include/asm/pgtable.h:583, from /kisskb/src/arch/parisc/include/asm/io.h:6, from /kisskb/src/include/linux/io.h:13, from /kisskb/src/drivers/auxdisplay/img-ascii-lcd.c:9: /kisskb/src/include/asm-generic/pgtable.h: In function 'p4d_none_or_clear_bad': /kisskb/src/include/asm-generic/pgtable.h:578:6: error: implicit declaration of function 'p4d_none'; did you mean 'pgd_none'? [-Werror=implicit-function-declaration] if (p4d_none(*p4d)) ^~~~~~~~ pgd_none In file included from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/drivers/auxdisplay/img-ascii-lcd.c:8: /kisskb/src/include/asm-generic/pgtable.h:580:15: error: implicit declaration of function 'p4d_bad'; did you mean 'pgd_bad'? [-Werror=implicit-function-declaration] if (unlikely(p4d_bad(*p4d))) { ^~~~~~~ /kisskb/src/include/linux/compiler.h:78:42: note: in definition of macro 'unlikely' # define unlikely(x) __builtin_expect(!!(x), 0) ^ cc1: some warnings being treated as errors make[3]: *** [/kisskb/src/scripts/Makefile.build:280: drivers/auxdisplay/img-ascii-lcd.o] Error 1 make[2]: *** [/kisskb/src/scripts/Makefile.build:497: drivers/auxdisplay] Error 2 make[2]: *** Waiting for unfinished jobs.... In file included from /kisskb/src/include/asm-generic/4level-fixup.h:38, from /kisskb/src/arch/parisc/include/asm/pgtable.h:5, from /kisskb/src/arch/parisc/include/asm/io.h:6, from /kisskb/src/include/linux/io.h:13, from /kisskb/src/drivers/base/regmap/regmap-mmio.c:9: /kisskb/src/include/asm-generic/5level-fixup.h:14:18: error: unknown type name 'pgd_t'; did you mean 'pid_t'? #define p4d_t pgd_t ^~~~~ /kisskb/src/include/asm-generic/5level-fixup.h:24:28: note: in expansion of macro 'p4d_t' static inline int p4d_none(p4d_t p4d) ^~~~~ /kisskb/src/include/asm-generic/5level-fixup.h:14:18: error: unknown type name 'pgd_t'; did you mean 'pid_t'? #define p4d_t pgd_t ^~~~~ /kisskb/src/include/asm-generic/5level-fixup.h:29:27: note: in expansion of macro 'p4d_t' static inline int p4d_bad(p4d_t p4d) ^~~~~ /kisskb/src/include/asm-generic/5level-fixup.h:14:18: error: unknown type name 'pgd_t'; did you mean 'pid_t'? #define p4d_t pgd_t ^~~~~ /kisskb/src/include/asm-generic/5level-fixup.h:34:31: note: in expansion of macro 'p4d_t' static inline int p4d_present(p4d_t p4d) ^~~~~ In file included from /kisskb/src/arch/parisc/include/asm/pgtable.h:583, from /kisskb/src/arch/parisc/include/asm/io.h:6, from /kisskb/src/include/linux/io.h:13, from /kisskb/src/drivers/base/regmap/regmap-mmio.c:9: /kisskb/src/include/asm-generic/pgtable.h: In function 'p4d_none_or_clear_bad': /kisskb/src/include/asm-generic/pgtable.h:578:6: error: implicit declaration of function 'p4d_none'; did you mean 'pgd_none'? [-Werror=implicit-function-declaration] if (p4d_none(*p4d)) ^~~~~~~~ pgd_none In file included from /kisskb/src/include/linux/err.h:5, from /kisskb/src/include/linux/clk.h:12, from /kisskb/src/drivers/base/regmap/regmap-mmio.c:7: /kisskb/src/include/asm-generic/pgtable.h:580:15: error: implicit declaration of function 'p4d_bad'; did you mean 'pgd_bad'? [-Werror=implicit-function-declaration] if (unlikely(p4d_bad(*p4d))) { ^~~~~~~ /kisskb/src/include/linux/compiler.h:78:42: note: in definition of macro 'unlikely' # define unlikely(x) __builtin_expect(!!(x), 0) ^ In file included from /kisskb/src/include/asm-generic/4level-fixup.h:38, from /kisskb/src/arch/parisc/include/asm/pgtable.h:5, from /kisskb/src/arch/parisc/include/asm/io.h:6, from /kisskb/src/include/linux/io.h:13, from /kisskb/src/sound/core/memory.c:9: /kisskb/src/include/asm-generic/5level-fixup.h:14:18: error: unknown type name 'pgd_t'; did you mean 'pid_t'? #define p4d_t pgd_t ^~~~~ /kisskb/src/include/asm-generic/5level-fixup.h:24:28: note: in expansion of macro 'p4d_t' static inline int p4d_none(p4d_t p4d) ^~~~~ /kisskb/src/include/asm-generic/5level-fixup.h:14:18: error: unknown type name 'pgd_t'; did you mean 'pid_t'? #define p4d_t pgd_t ^~~~~ /kisskb/src/include/asm-generic/5level-fixup.h:29:27: note: in expansion of macro 'p4d_t' static inline int p4d_bad(p4d_t p4d) ^~~~~ /kisskb/src/include/asm-generic/5level-fixup.h:14:18: error: unknown type name 'pgd_t'; did you mean 'pid_t'? #define p4d_t pgd_t ^~~~~ /kisskb/src/include/asm-generic/5level-fixup.h:34:31: note: in expansion of macro 'p4d_t' static inline int p4d_present(p4d_t p4d) ^~~~~ cc1: some warnings being treated as errors make[4]: *** [/kisskb/src/scripts/Makefile.build:280: drivers/base/regmap/regmap-mmio.o] Error 1 make[4]: *** Waiting for unfinished jobs.... In file included from /kisskb/src/arch/parisc/include/asm/pgtable.h:583, from /kisskb/src/arch/parisc/include/asm/io.h:6, from /kisskb/src/include/linux/io.h:13, from /kisskb/src/sound/core/memory.c:9: /kisskb/src/include/asm-generic/pgtable.h: In function 'p4d_none_or_clear_bad': /kisskb/src/include/asm-generic/pgtable.h:578:6: error: implicit declaration of function 'p4d_none'; did you mean 'pgd_none'? [-Werror=implicit-function-declaration] if (p4d_none(*p4d)) ^~~~~~~~ pgd_none In file included from /kisskb/src/include/linux/init.h:5, from /kisskb/src/include/linux/io.h:10, from /kisskb/src/sound/core/memory.c:9: /kisskb/src/include/asm-generic/pgtable.h:580:15: error: implicit declaration of function 'p4d_bad'; did you mean 'pgd_bad'? [-Werror=implicit-function-declaration] if (unlikely(p4d_bad(*p4d))) { ^~~~~~~ /kisskb/src/include/linux/compiler.h:78:42: note: in definition of macro 'unlikely' # define unlikely(x) __builtin_expect(!!(x), 0) ^ cc1: some warnings being treated as errors make[3]: *** [/kisskb/src/scripts/Makefile.build:280: sound/core/memory.o] Error 1 make[3]: *** Waiting for unfinished jobs.... make[3]: *** [/kisskb/src/scripts/Makefile.build:497: drivers/base/regmap] Error 2 make[2]: *** [/kisskb/src/scripts/Makefile.build:497: drivers/base] Error 2 make[1]: *** [/kisskb/src/Makefile:1083: kernel] Error 2 make[1]: *** Waiting for unfinished jobs.... make[2]: *** [/kisskb/src/scripts/Makefile.build:497: sound/core] Error 2 make[1]: *** [/kisskb/src/Makefile:1083: sound] Error 2 In file included from /kisskb/src/include/asm-generic/4level-fixup.h:38, from /kisskb/src/arch/parisc/include/asm/pgtable.h:5, from /kisskb/src/arch/parisc/include/asm/io.h:6, from /kisskb/src/include/linux/io.h:13, from /kisskb/src/lib/iomap_copy.c:7: /kisskb/src/include/asm-generic/5level-fixup.h:14:18: error: unknown type name 'pgd_t'; did you mean 'pid_t'? #define p4d_t pgd_t ^~~~~ /kisskb/src/include/asm-generic/5level-fixup.h:24:28: note: in expansion of macro 'p4d_t' static inline int p4d_none(p4d_t p4d) ^~~~~ /kisskb/src/include/asm-generic/5level-fixup.h:14:18: error: unknown type name 'pgd_t'; did you mean 'pid_t'? #define p4d_t pgd_t ^~~~~ /kisskb/src/include/asm-generic/5level-fixup.h:29:27: note: in expansion of macro 'p4d_t' static inline int p4d_bad(p4d_t p4d) ^~~~~ /kisskb/src/include/asm-generic/5level-fixup.h:14:18: error: unknown type name 'pgd_t'; did you mean 'pid_t'? #define p4d_t pgd_t ^~~~~ /kisskb/src/include/asm-generic/5level-fixup.h:34:31: note: in expansion of macro 'p4d_t' static inline int p4d_present(p4d_t p4d) ^~~~~ In file included from /kisskb/src/arch/parisc/include/asm/pgtable.h:583, from /kisskb/src/arch/parisc/include/asm/io.h:6, from /kisskb/src/include/linux/io.h:13, from /kisskb/src/lib/iomap_copy.c:7: /kisskb/src/include/asm-generic/pgtable.h: In function 'p4d_none_or_clear_bad': /kisskb/src/include/asm-generic/pgtable.h:578:6: error: implicit declaration of function 'p4d_none'; did you mean 'pgd_none'? [-Werror=implicit-function-declaration] if (p4d_none(*p4d)) ^~~~~~~~ pgd_none In file included from /kisskb/src/include/linux/init.h:5, from /kisskb/src/include/linux/io.h:10, from /kisskb/src/lib/iomap_copy.c:7: /kisskb/src/include/asm-generic/pgtable.h:580:15: error: implicit declaration of function 'p4d_bad'; did you mean 'pgd_bad'? [-Werror=implicit-function-declaration] if (unlikely(p4d_bad(*p4d))) { ^~~~~~~ /kisskb/src/include/linux/compiler.h:78:42: note: in definition of macro 'unlikely' # define unlikely(x) __builtin_expect(!!(x), 0) ^ cc1: some warnings being treated as errors make[2]: *** [/kisskb/src/scripts/Makefile.build:280: lib/iomap_copy.o] Error 1 make[2]: *** Waiting for unfinished jobs.... In file included from /kisskb/src/include/asm-generic/4level-fixup.h:38, from /kisskb/src/arch/parisc/include/asm/pgtable.h:5, from /kisskb/src/arch/parisc/include/asm/io.h:6, from /kisskb/src/include/linux/io.h:13, from /kisskb/src/include/clocksource/timer-ti-dm.h:34, from : /kisskb/src/include/asm-generic/5level-fixup.h:14:18: error: unknown type name 'pgd_t'; did you mean 'pid_t'? #define p4d_t pgd_t ^~~~~ /kisskb/src/include/asm-generic/5level-fixup.h:24:28: note: in expansion of macro 'p4d_t' static inline int p4d_none(p4d_t p4d) ^~~~~ /kisskb/src/include/asm-generic/5level-fixup.h:14:18: error: unknown type name 'pgd_t'; did you mean 'pid_t'? #define p4d_t pgd_t ^~~~~ /kisskb/src/include/asm-generic/5level-fixup.h:29:27: note: in expansion of macro 'p4d_t' static inline int p4d_bad(p4d_t p4d) ^~~~~ /kisskb/src/include/asm-generic/5level-fixup.h:14:18: error: unknown type name 'pgd_t'; did you mean 'pid_t'? #define p4d_t pgd_t ^~~~~ /kisskb/src/include/asm-generic/5level-fixup.h:34:31: note: in expansion of macro 'p4d_t' static inline int p4d_present(p4d_t p4d) ^~~~~ In file included from /kisskb/src/arch/parisc/include/asm/pgtable.h:583, from /kisskb/src/arch/parisc/include/asm/io.h:6, from /kisskb/src/include/linux/io.h:13, from /kisskb/src/include/clocksource/timer-ti-dm.h:34, from : /kisskb/src/include/asm-generic/pgtable.h: In function 'p4d_none_or_clear_bad': /kisskb/src/include/asm-generic/pgtable.h:578:6: error: implicit declaration of function 'p4d_none'; did you mean 'pgd_none'? [-Werror=implicit-function-declaration] if (p4d_none(*p4d)) ^~~~~~~~ pgd_none In file included from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/linux/delay.h:22, from /kisskb/src/include/clocksource/timer-ti-dm.h:33, from : /kisskb/src/include/asm-generic/pgtable.h:580:15: error: implicit declaration of function 'p4d_bad'; did you mean 'pgd_bad'? [-Werror=implicit-function-declaration] if (unlikely(p4d_bad(*p4d))) { ^~~~~~~ /kisskb/src/include/linux/compiler.h:78:42: note: in definition of macro 'unlikely' # define unlikely(x) __builtin_expect(!!(x), 0) ^ cc1: some warnings being treated as errors make[2]: *** [/kisskb/src/scripts/Makefile.build:308: include/clocksource/timer-ti-dm.h.s] Error 1 make[2]: *** Waiting for unfinished jobs.... make[1]: *** [/kisskb/src/Makefile:1083: include] Error 2 make[1]: *** [/kisskb/src/Makefile:1083: lib] Error 2 make[1]: *** [/kisskb/src/Makefile:1083: drivers] Error 2 In file included from /kisskb/src/arch/parisc/include/asm/atomic.h:10, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/arch/parisc/include/asm/bitops.h:13, from /kisskb/src/include/linux/bitops.h:19, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/ocfs2/file.c:13: /kisskb/src/fs/ocfs2/file.c: In function 'ocfs2_file_write_iter': /kisskb/src/arch/parisc/include/asm/cmpxchg.h:48:3: warning: value computed is not used [-Wunused-value] ((__typeof__(*(ptr)))__xchg((unsigned long)(x), (ptr), sizeof(*(ptr)))) ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ocfs2/file.c:2372:3: note: in expansion of macro 'xchg' xchg(&iocb->ki_complete, saved_ki_complete); ^~~~ /kisskb/src/net/sched/sch_cake.c: In function 'cake_dump_stats': /kisskb/src/net/sched/sch_cake.c:2905:1: warning: the frame size of 1512 bytes is larger than 1280 bytes [-Wframe-larger-than=] } ^ make: *** [Makefile:179: sub-make] Error 2 Command 'make -s -j 48 ARCH=parisc O=/kisskb/build/linus_parisc-allmodconfig_parisc CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/hppa-linux/bin/hppa-linux- ' returned non-zero exit status 2 # rm -rf /kisskb/build/linus_parisc-allmodconfig_parisc # Build took: 0:03:41.985889