# git rev-parse -q --verify 4e99b32169e84b4ece5a1d74eb0b7e4ef07866b3^{commit} 4e99b32169e84b4ece5a1d74eb0b7e4ef07866b3 already have revision, skipping fetch # git checkout -q -f -B kisskb 4e99b32169e84b4ece5a1d74eb0b7e4ef07866b3 # git clean -qxdf # < git log -1 # commit 4e99b32169e84b4ece5a1d74eb0b7e4ef07866b3 # Merge: ab0f2473d374 89a3c9f5b9f0 # Author: Linus Torvalds # Date: Sat Jun 27 09:35:47 2020 -0700 # # Merge tag 'nfs-for-5.8-2' of git://git.linux-nfs.org/projects/anna/linux-nfs # # Pull NFS client bugfixes from Anna Schumaker: # "Stable Fixes: # - xprtrdma: Fix handling of RDMA_ERROR replies # - sunrpc: Fix rollback in rpc_gssd_dummy_populate() # - pNFS/flexfiles: Fix list corruption if the mirror count changes # - NFSv4: Fix CLOSE not waiting for direct IO completion # - SUNRPC: Properly set the @subbuf parameter of xdr_buf_subsegment() # # Other Fixes: # - xprtrdma: Fix a use-after-free with r_xprt->rx_ep # - Fix other xprtrdma races during disconnect # - NFS: Fix memory leak of export_path" # # * tag 'nfs-for-5.8-2' of git://git.linux-nfs.org/projects/anna/linux-nfs: # SUNRPC: Properly set the @subbuf parameter of xdr_buf_subsegment() # NFSv4 fix CLOSE not waiting for direct IO compeletion # pNFS/flexfiles: Fix list corruption if the mirror count changes # nfs: Fix memory leak of export_path # sunrpc: fixed rollback in rpc_gssd_dummy_populate() # xprtrdma: Fix handling of RDMA_ERROR replies # xprtrdma: Clean up disconnect # xprtrdma: Clean up synopsis of rpcrdma_flush_disconnect() # xprtrdma: Use re_connect_status safely in rpcrdma_xprt_connect() # xprtrdma: Prevent dereferencing r_xprt->rx_ep after it is freed # < /opt/cross/kisskb/korg/gcc-9.2.0-nolibc/powerpc64-linux/bin/powerpc64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-9.2.0-nolibc/powerpc64-linux/bin/powerpc64-linux-ld --version # < git log --format=%s --max-count=1 4e99b32169e84b4ece5a1d74eb0b7e4ef07866b3 # < make -s -j 80 ARCH=powerpc O=/kisskb/build/linus-rand_powerpc-randconfig_powerpc-gcc9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-9.2.0-nolibc/powerpc64-linux/bin/powerpc64-linux- randconfig KCONFIG_SEED=0xF54358DC # Added to kconfig CONFIG_STANDALONE=y # Added to kconfig CONFIG_BUILD_DOCSRC=n # Added to kconfig CONFIG_MODULE_SIG=n # Added to kconfig CONFIG_CPU_BIG_ENDIAN=y # Added to kconfig CONFIG_PPC64=y # Added to kconfig CONFIG_PPC_DISABLE_WERROR=y # Added to kconfig CONFIG_SECTION_MISMATCH_WARN_ONLY=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_LD_HEAD_STUB_CATCH=y # Added to kconfig CONFIG_TRIM_UNUSED_KSYMS=n # Added to kconfig CONFIG_UBSAN=n # < make -s -j 80 ARCH=powerpc O=/kisskb/build/linus-rand_powerpc-randconfig_powerpc-gcc9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-9.2.0-nolibc/powerpc64-linux/bin/powerpc64-linux- help # make -s -j 80 ARCH=powerpc O=/kisskb/build/linus-rand_powerpc-randconfig_powerpc-gcc9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-9.2.0-nolibc/powerpc64-linux/bin/powerpc64-linux- olddefconfig .config:5346:warning: override: reassigning to symbol PPC64 .config:5349:warning: override: reassigning to symbol PREVENT_FIRMWARE_BUILD # make -s -j 80 ARCH=powerpc O=/kisskb/build/linus-rand_powerpc-randconfig_powerpc-gcc9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-9.2.0-nolibc/powerpc64-linux/bin/powerpc64-linux- /kisskb/src/drivers/vfio/pci/vfio_pci_nvlink2.c: In function 'vfio_pci_nvgpu_release': /kisskb/src/drivers/vfio/pci/vfio_pci_nvlink2.c:101:10: error: implicit declaration of function 'mm_iommu_put'; did you mean 'mm_iommu_init'? [-Werror=implicit-function-declaration] 101 | ret = mm_iommu_put(data->mm, data->mem); | ^~~~~~~~~~~~ | mm_iommu_init /kisskb/src/drivers/vfio/pci/vfio_pci_nvlink2.c: In function 'vfio_pci_nvgpu_mmap': /kisskb/src/drivers/vfio/pci/vfio_pci_nvlink2.c:165:14: error: implicit declaration of function 'mm_iommu_newdev' [-Werror=implicit-function-declaration] 165 | ret = (int) mm_iommu_newdev(data->mm, data->useraddr, | ^~~~~~~~~~~~~~~ cc1: some warnings being treated as errors make[4]: *** [/kisskb/src/scripts/Makefile.build:281: drivers/vfio/pci/vfio_pci_nvlink2.o] Error 1 make[4]: *** Waiting for unfinished jobs.... make[3]: *** [/kisskb/src/scripts/Makefile.build:497: drivers/vfio/pci] Error 2 make[2]: *** [/kisskb/src/scripts/Makefile.build:497: drivers/vfio] Error 2 make[2]: *** Waiting for unfinished jobs.... /kisskb/src/drivers/net/ethernet/neterion/vxge/vxge-main.c: In function 'VXGE_COMPLETE_VPATH_TX': /kisskb/src/drivers/net/ethernet/neterion/vxge/vxge-main.c:119:1: warning: the frame size of 1040 bytes is larger than 1024 bytes [-Wframe-larger-than=] 119 | } | ^ make[1]: *** [/kisskb/src/Makefile:1756: drivers] Error 2 make[1]: *** Waiting for unfinished jobs.... make: *** [Makefile:185: __sub-make] Error 2 Command 'make -s -j 80 ARCH=powerpc O=/kisskb/build/linus-rand_powerpc-randconfig_powerpc-gcc9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-9.2.0-nolibc/powerpc64-linux/bin/powerpc64-linux- ' returned non-zero exit status 2 # rm -rf /kisskb/build/linus-rand_powerpc-randconfig_powerpc-gcc9 # Build took: 0:04:19.696965