# git rev-parse -q --verify dce45af5c2e9e85f22578f2f8065f225f5d11764^{commit} dce45af5c2e9e85f22578f2f8065f225f5d11764 already have revision, skipping fetch # git checkout -q -f -B kisskb dce45af5c2e9e85f22578f2f8065f225f5d11764 # git clean -qxdf # < git log -1 # commit dce45af5c2e9e85f22578f2f8065f225f5d11764 # Merge: 055128ee008b b79656ed44c6 # Author: Linus Torvalds # Date: Thu May 9 09:02:46 2019 -0700 # # Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma # # Pull rdma updates from Jason Gunthorpe: # "This has been a smaller cycle than normal. One new driver was # accepted, which is unusual, and at least one more driver remains in # review on the list. # # Summary: # # - Driver fixes for hns, hfi1, nes, rxe, i40iw, mlx5, cxgb4, # vmw_pvrdma # # - Many patches from MatthewW converting radix tree and IDR users to # use xarray # # - Introduction of tracepoints to the MAD layer # # - Build large SGLs at the start for DMA mapping and get the driver to # split them # # - Generally clean SGL handling code throughout the subsystem # # - Support for restricting RDMA devices to net namespaces for # containers # # - Progress to remove object allocation boilerplate code from drivers # # - Change in how the mlx5 driver shows representor ports linked to VFs # # - mlx5 uapi feature to access the on chip SW ICM memory # # - Add a new driver for 'EFA'. This is HW that supports user space # packet processing through QPs in Amazon's cloud" # # * tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma: (186 commits) # RDMA/ipoib: Allow user space differentiate between valid dev_port # IB/core, ipoib: Do not overreact to SM LID change event # RDMA/device: Don't fire uevent before device is fully initialized # lib/scatterlist: Remove leftover from sg_page_iter comment # RDMA/efa: Add driver to Kconfig/Makefile # RDMA/efa: Add the efa module # RDMA/efa: Add EFA verbs implementation # RDMA/efa: Add common command handlers # RDMA/efa: Implement functions that submit and complete admin commands # RDMA/efa: Add the ABI definitions # RDMA/efa: Add the com service API definitions # RDMA/efa: Add the efa_com.h file # RDMA/efa: Add the efa.h header file # RDMA/efa: Add EFA device definitions # RDMA: Add EFA related definitions # RDMA/umem: Remove hugetlb flag # RDMA/bnxt_re: Use core helpers to get aligned DMA address # RDMA/i40iw: Use core helpers to get aligned DMA address within a supported page size # RDMA/verbs: Add a DMA iterator to return aligned contiguous memory blocks # RDMA/umem: Add API to find best driver supported page size in an MR # ... # < /opt/cross/kisskb/fe-x86-64-core-i7-2017.05/bin/x86_64-linux-gcc --version # < /opt/cross/kisskb/fe-x86-64-core-i7-2017.05/bin/x86_64-linux-ld --version # < git log --format=%s --max-count=1 dce45af5c2e9e85f22578f2f8065f225f5d11764 # < make -s -j 48 ARCH=um O=/kisskb/build/linus_um-allyesconfig_um-x86_64 CROSS_COMPILE=/opt/cross/kisskb/fe-x86-64-core-i7-2017.05/bin/x86_64-linux- SUBARCH=x86_64 allyesconfig # Added to kconfig CONFIG_STANDALONE=y # Added to kconfig CONFIG_KCOV=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 # Added to kconfig CONFIG_GCC_PLUGIN_STRUCTLEAK=n # Added to kconfig CONFIG_GCC_PLUGIN_RANDSTRUCT=n # Added to kconfig CONFIG_UML_NET=n # Added to kconfig CONFIG_UML_NET_ETHERTAP=n # Added to kconfig CONFIG_UML_NET_TUNTAP=n # Added to kconfig CONFIG_UML_NET_SLIP=n # Added to kconfig CONFIG_UML_NET_DAEMON=n # Added to kconfig CONFIG_UML_NET_VDE=n # Added to kconfig CONFIG_UML_NET_MCAST=n # Added to kconfig CONFIG_UML_NET_PCAP=n # Added to kconfig CONFIG_UML_NET_SLIRP=n # Added to kconfig CONFIG_GCOV_KERNEL=n # yes \n | make -s -j 48 ARCH=um O=/kisskb/build/linus_um-allyesconfig_um-x86_64 CROSS_COMPILE=/opt/cross/kisskb/fe-x86-64-core-i7-2017.05/bin/x86_64-linux- SUBARCH=x86_64 oldconfig yes: standard output: Broken pipe # make -s -j 48 ARCH=um O=/kisskb/build/linus_um-allyesconfig_um-x86_64 CROSS_COMPILE=/opt/cross/kisskb/fe-x86-64-core-i7-2017.05/bin/x86_64-linux- SUBARCH=x86_64 /kisskb/src/arch/um/kernel/skas/uaccess.c: In function 'do_op_one_page': /kisskb/src/arch/um/kernel/skas/uaccess.c:62:10: warning: unused variable 'buf' [-Wunused-variable] jmp_buf buf; ^ /kisskb/src/arch/um/os-Linux/umid.c: In function 'is_umdir_used': /kisskb/src/arch/um/os-Linux/umid.c:138:2: warning: ISO C90 forbids variable length array 'file' [-Wvla] char file[strlen(uml_dir) + UMID_LEN + sizeof("/pid\0")]; ^ /kisskb/src/arch/um/os-Linux/umid.c: In function 'create_pid_file': /kisskb/src/arch/um/os-Linux/umid.c:213:2: warning: ISO C90 forbids variable length array 'file' [-Wvla] char file[strlen(uml_dir) + UMID_LEN + sizeof("/pid\0")]; ^ /kisskb/src/arch/um/os-Linux/umid.c: In function 'remove_umid_dir': /kisskb/src/arch/um/os-Linux/umid.c:388:2: warning: ISO C90 forbids variable length array 'dir' [-Wvla] char dir[strlen(uml_dir) + UMID_LEN + 1], err; ^ /kisskb/src/security/apparmor/policy_unpack.c: In function 'unpack_trans_table': /kisskb/src/security/apparmor/policy_unpack.c:496:9: warning: 'pos' may be used uninitialized in this function [-Wmaybe-uninitialized] str[pos] = ':'; ^ /kisskb/src/mm/mprotect.c: In function 'change_pte_range': /kisskb/src/mm/mprotect.c:42:20: warning: unused variable 'mm' [-Wunused-variable] struct mm_struct *mm = vma->vm_mm; ^ /kisskb/src/lib/lz4/lz4hc_compress.c: In function 'LZ4HC_compress_generic': /kisskb/src/lib/lz4/lz4hc_compress.c:579:1: warning: the frame size of 2144 bytes is larger than 2048 bytes [-Wframe-larger-than=] } ^ drivers/counter/ftm-quaddec.o: In function `ftm_quaddec_probe': /kisskb/src/drivers/counter/ftm-quaddec.c:301: undefined reference to `devm_ioremap' collect2: error: ld returned 1 exit status make[1]: *** [/kisskb/src/Makefile:1054: vmlinux] Error 1 make: *** [Makefile:179: sub-make] Error 2 Command 'make -s -j 48 ARCH=um O=/kisskb/build/linus_um-allyesconfig_um-x86_64 CROSS_COMPILE=/opt/cross/kisskb/fe-x86-64-core-i7-2017.05/bin/x86_64-linux- SUBARCH=x86_64 ' returned non-zero exit status 2 # rm -rf /kisskb/build/linus_um-allyesconfig_um-x86_64 # Build took: 0:04:52.332650