# git rev-parse -q --verify eb4f959b2697cea30cdaa0a7c351d7333f13f62c^{commit} eb4f959b2697cea30cdaa0a7c351d7333f13f62c already have revision, skipping fetch # git checkout -q -f -B kisskb eb4f959b2697cea30cdaa0a7c351d7333f13f62c # git clean -qxdf # < git log -1 # commit eb4f959b2697cea30cdaa0a7c351d7333f13f62c # Merge: 2f50037 9aa1692 # Author: Linus Torvalds # Date: Fri May 4 20:51:10 2018 -1000 # # Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma # # Pull rdma fixes from Doug Ledford: # "This is our first pull request of the rc cycle. It's not that it's # been overly quiet, we were just waiting on a few things before sending # this off. # # For instance, the 6 patch series from Intel for the hfi1 driver had # actually been pulled in on Tuesday for a Wednesday pull request, only # to have Jason notice something I missed, so we held off for some # testing, and then on Thursday had to respin the series because the # very first patch needed a minor fix (unnecessary cast is all). # # There is a sizable hns patch series in here, as well as a reasonably # largish hfi1 patch series, then all of the lines of uapi updates are # just the change to the new official Linux-OpenIB SPDX tag (a bunch of # our files had what amounts to a BSD-2-Clause + MIT Warranty statement # as their license as a result of the initial code submission years ago, # and the SPDX folks decided it was unique enough to warrant a unique # tag), then the typical mlx4 and mlx5 updates, and finally some cxgb4 # and core/cache/cma updates to round out the bunch. # # None of it was overly large by itself, but in the 2 1/2 weeks we've # been collecting patches, it has added up :-/. # # As best I can tell, it's been through 0day (I got a notice about my # last for-next push, but not for my for-rc push, but Jason seems to # think that failure messages are prioritized and success messages not # so much). It's also been through linux-next. And yes, we did notice in # the context portion of the CMA query gid fix patch that there is a # dubious BUG_ON() in the code, and have plans to audit our BUG_ON usage # and remove it anywhere we can. # # Summary: # # - Various build fixes (USER_ACCESS=m and ADDR_TRANS turned off) # # - SPDX license tag cleanups (new tag Linux-OpenIB) # # - RoCE GID fixes related to default GIDs # # - Various fixes to: cxgb4, uverbs, cma, iwpm, rxe, hns (big batch), # mlx4, mlx5, and hfi1 (medium batch)" # # * tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma: (52 commits) # RDMA/cma: Do not query GID during QP state transition to RTR # IB/mlx4: Fix integer overflow when calculating optimal MTT size # IB/hfi1: Fix memory leak in exception path in get_irq_affinity() # IB/{hfi1, rdmavt}: Fix memory leak in hfi1_alloc_devdata() upon failure # IB/hfi1: Fix NULL pointer dereference when invalid num_vls is used # IB/hfi1: Fix loss of BECN with AHG # IB/hfi1 Use correct type for num_user_context # IB/hfi1: Fix handling of FECN marked multicast packet # IB/core: Make ib_mad_client_id atomic # iw_cxgb4: Atomically flush per QP HW CQEs # IB/uverbs: Fix kernel crash during MR deregistration flow # IB/uverbs: Prevent reregistration of DM_MR to regular MR # RDMA/mlx4: Add missed RSS hash inner header flag # RDMA/hns: Fix a couple misspellings # RDMA/hns: Submit bad wr # RDMA/hns: Update assignment method for owner field of send wqe # RDMA/hns: Adjust the order of cleanup hem table # RDMA/hns: Only assign dqpn if IB_QP_PATH_DEST_QPN bit is set # RDMA/hns: Remove some unnecessary attr_mask judgement # RDMA/hns: Only assign mtu if IB_QP_PATH_MTU bit is set # ... # < /opt/cross/kisskb/gcc-5.2.0-nolibc/powerpc64le-linux/bin/powerpc64le-linux-gcc --version # < git log --format=%s --max-count=1 eb4f959b2697cea30cdaa0a7c351d7333f13f62c # < make -s -j 120 ARCH=powerpc O=/kisskb/build/linus_allmodconfig+ppc64le_ppc64le CROSS_COMPILE=/opt/cross/kisskb/gcc-5.2.0-nolibc/powerpc64le-linux/bin/powerpc64le-linux- allmodconfig # Added to kconfig CONFIG_CPU_LITTLE_ENDIAN=y # 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 120 ARCH=powerpc O=/kisskb/build/linus_allmodconfig+ppc64le_ppc64le CROSS_COMPILE=/opt/cross/kisskb/gcc-5.2.0-nolibc/powerpc64le-linux/bin/powerpc64le-linux- oldconfig yes: standard output: Broken pipe yes: write error # make -s -j 120 ARCH=powerpc O=/kisskb/build/linus_allmodconfig+ppc64le_ppc64le CROSS_COMPILE=/opt/cross/kisskb/gcc-5.2.0-nolibc/powerpc64le-linux/bin/powerpc64le-linux- In file included from /kisskb/src/include/linux/io.h:25:0, from /kisskb/src/include/linux/of_address.h:7, from /kisskb/src/drivers/ata/ahci_qoriq.c:18: /kisskb/src/drivers/ata/ahci_qoriq.c: In function 'ahci_qoriq_hardreset': /kisskb/src/arch/powerpc/include/asm/io.h:160:2: warning: 'px_is' may be used uninitialized in this function [-Wmaybe-uninitialized] __asm__ __volatile__("sync;"#insn"%U0%X0 %1,%0" \ ^ /kisskb/src/drivers/ata/ahci_qoriq.c:86:14: note: 'px_is' was declared here u32 px_cmd, px_is, px_val; ^ In file included from /kisskb/src/include/linux/io.h:25:0, from /kisskb/src/include/linux/of_address.h:7, from /kisskb/src/drivers/ata/ahci_qoriq.c:18: /kisskb/src/arch/powerpc/include/asm/io.h:160:2: warning: 'px_cmd' may be used uninitialized in this function [-Wmaybe-uninitialized] __asm__ __volatile__("sync;"#insn"%U0%X0 %1,%0" \ ^ /kisskb/src/drivers/ata/ahci_qoriq.c:86:6: note: 'px_cmd' was declared here u32 px_cmd, px_is, px_val; ^ WARNING: vmlinux.o(.text+0x3664): Section mismatch in reference from the variable __boot_from_prom to the function .init.text:prom_init() The function __boot_from_prom() references the function __init prom_init(). This is often because __boot_from_prom lacks a __init annotation or the annotation of prom_init is wrong. WARNING: vmlinux.o(.text+0x3944): Section mismatch in reference from the variable start_here_multiplatform to the function .init.text:early_setup() The function start_here_multiplatform() references the function __init early_setup(). This is often because start_here_multiplatform lacks a __init annotation or the annotation of early_setup is wrong. WARNING: vmlinux.o(.text+0x3978): Section mismatch in reference from the variable start_here_common to the function .init.text:start_kernel() The function start_here_common() references the function __init start_kernel(). This is often because start_here_common lacks a __init annotation or the annotation of start_kernel is wrong. WARNING: vmlinux.o(.text+0x35bb2c): Section mismatch in reference from the function devm_memremap_pages() to the function .meminit.text:arch_add_memory() The function devm_memremap_pages() references the function __meminit arch_add_memory(). This is often because devm_memremap_pages lacks a __meminit annotation or the annotation of arch_add_memory is wrong. WARNING: vmlinux.o(.text+0x35c408): Section mismatch in reference from the function devm_memremap_pages_release() to the function .meminit.text:arch_remove_memory() The function devm_memremap_pages_release() references the function __meminit arch_remove_memory(). This is often because devm_memremap_pages_release lacks a __meminit annotation or the annotation of arch_remove_memory is wrong. WARNING: vmlinux.o(.text+0x4990fc): Section mismatch in reference from the function hmm_devmem_release() to the function .meminit.text:arch_remove_memory() The function hmm_devmem_release() references the function __meminit arch_remove_memory(). This is often because hmm_devmem_release lacks a __meminit annotation or the annotation of arch_remove_memory is wrong. WARNING: vmlinux.o(.text+0x499470): Section mismatch in reference from the function hmm_devmem_pages_create() to the function .meminit.text:arch_add_memory() The function hmm_devmem_pages_create() references the function __meminit arch_add_memory(). This is often because hmm_devmem_pages_create lacks a __meminit annotation or the annotation of arch_add_memory is wrong. Completed OK # rm -rf /kisskb/build/linus_allmodconfig+ppc64le_ppc64le # Build took: 0:04:13.628624