# git rev-parse -q --verify 9bd553929f68921be0f2014dd06561e0c8249a0d^{commit} 9bd553929f68921be0f2014dd06561e0c8249a0d already have revision, skipping fetch # git checkout -q -f -B kisskb 9bd553929f68921be0f2014dd06561e0c8249a0d # git clean -qxdf # < git log -1 # commit 9bd553929f68921be0f2014dd06561e0c8249a0d # Merge: 022ff62 0a3173a # Author: Linus Torvalds # Date: Fri Aug 17 12:44:48 2018 -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 large cycle for RDMA, with several major patch series # reworking parts of the core code. # # - Rework the so-called 'gid cache' and internal APIs to use a kref'd # pointer to a struct instead of copying, push this upwards into the # callers and add more stuff to the struct. The new design avoids # some ugly races the old one suffered with. This is part of the # namespace enablement work as the new struct is learning to be # namespace aware. # # - Various uapi cleanups, moving more stuff to include/uapi and fixing # some long standing bugs that have recently been discovered. # # - Driver updates for mlx5, mlx4 i40iw, rxe, cxgb4, hfi1, usnic, # pvrdma, and hns # # - Provide max_send_sge and max_recv_sge attributes to better support # HW where these values are asymmetric. # # - mlx5 user API 'devx' allows sending commands directly to the device # FW, instead of trying to cram every wild and niche feature into the # common API. Sort of like what GPU does. # # - Major write() and ioctl() API rework to cleanly support PCI device # hot unplug and advance the ioctl conversion work # # - Sparse and compile warning cleanups # # - Add 'const' to the ib_poll_cq() signature, and permit a NULL # 'bad_wr', which is the common use case # # - Various patches to avoid high order allocations across the stack # # - SRQ support for cxgb4, hns and qedr # # - Changes to IPoIB to better follow the netdev model for working with # struct net_device liftime" # # * tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma: (312 commits) # Revert "net/smc: Replace ib_query_gid with rdma_get_gid_attr" # RDMA/hns: Fix usage of bitmap allocation functions return values # IB/core: Change filter function return type from int to bool # IB/core: Update GID entries for netdevice whose mac address changes # IB/core: Add default GIDs of the bond master netdev # IB/core: Consider adding default GIDs of bond device # IB/core: Delete lower netdevice default GID entries in bonding scenario # IB/core: Avoid confusing del_netdev_default_ips # IB/core: Add comment for change upper netevent handling # qedr: Add user space support for SRQ # qedr: Add support for kernel mode SRQ's # qedr: Add wrapping generic structure for qpidr and adjust idr routines. # IB/mlx5: Fix leaking stack memory to userspace # Update the e-mail address of Bart Van Assche # IB/ucm: Fix compiling ucm.c # IB/uverbs: Do not check for device disassociation during ioctl # IB/uverbs: Remove struct uverbs_root_spec and all supporting code # IB/uverbs: Use uverbs_api to unmarshal ioctl commands # IB/uverbs: Use uverbs_alloc for allocations # IB/uverbs: Add a simple allocator to uverbs_attr_bundle # ... # < /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-gcc --version # < git log --format=%s --max-count=1 9bd553929f68921be0f2014dd06561e0c8249a0d # < make -s -j 48 ARCH=sh O=/kisskb/build/linus_shmin_defconfig_sh4 CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux- shmin_defconfig # make -s -j 48 ARCH=sh O=/kisskb/build/linus_shmin_defconfig_sh4 CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux- Generating include/generated/machtypes.h :1317:2: warning: #warning syscall pkey_mprotect not implemented [-Wcpp] :1320:2: warning: #warning syscall pkey_alloc not implemented [-Wcpp] :1323:2: warning: #warning syscall pkey_free not implemented [-Wcpp] :1326:2: warning: #warning syscall statx not implemented [-Wcpp] :1332:2: warning: #warning syscall io_pgetevents not implemented [-Wcpp] :1335:2: warning: #warning syscall rseq not implemented [-Wcpp] /kisskb/src/arch/sh/kernel/cpu/sh3/../../entry-common.S: Assembler messages: /kisskb/src/arch/sh/kernel/cpu/sh3/../../entry-common.S:389: Warning: overflow in branch to syscall_exit_work; converted into longer instruction sequence /kisskb/src/arch/sh/kernel/cpu/sh3/../../entry-common.S:392: Warning: overflow in branch to syscall_exit_work; converted into longer instruction sequence /kisskb/src/arch/sh/kernel/cpu/clock-cpg.c: In function 'cpg_clk_init': /kisskb/src/arch/sh/kernel/cpu/clock-cpg.c:53:3: warning: 'arch_init_clk_ops' is deprecated (declared at /kisskb/src/arch/sh/include/asm/clock.h:8) [-Wdeprecated-declarations] /kisskb/src/arch/sh/kernel/cpu/clock-cpg.c: In function 'arch_clk_init': /kisskb/src/arch/sh/kernel/cpu/clock-cpg.c:77:2: warning: 'cpg_clk_init' is deprecated (declared at /kisskb/src/arch/sh/kernel/cpu/clock-cpg.c:47) [-Wdeprecated-declarations] /kisskb/src/fs/proc/inode.c: In function 'proc_reg_open': /kisskb/src/include/linux/list.h:65:12: warning: 'pdeo' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/fs/proc/inode.c:339:21: note: 'pdeo' was declared here /kisskb/src/kernel/printk/printk.c: In function 'devkmsg_sysctl_set_loglvl': /kisskb/src/kernel/printk/printk.c:183:16: warning: 'old' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/sh/clk/cpg.c: In function 'r8': /kisskb/src/drivers/sh/clk/cpg.c:41:2: warning: passing argument 1 of 'ioread8' discards 'const' qualifier from pointer target type [enabled by default] /kisskb/src/include/asm-generic/iomap.h:29:21: note: expected 'void *' but argument is of type 'const void *' /kisskb/src/drivers/sh/clk/cpg.c: In function 'r16': /kisskb/src/drivers/sh/clk/cpg.c:46:2: warning: passing argument 1 of 'ioread16' discards 'const' qualifier from pointer target type [enabled by default] /kisskb/src/include/asm-generic/iomap.h:30:21: note: expected 'void *' but argument is of type 'const void *' /kisskb/src/drivers/sh/clk/cpg.c: In function 'r32': /kisskb/src/drivers/sh/clk/cpg.c:51:2: warning: passing argument 1 of 'ioread32' discards 'const' qualifier from pointer target type [enabled by default] /kisskb/src/include/asm-generic/iomap.h:32:21: note: expected 'void *' but argument is of type 'const void *' Kernel: arch/sh/boot/zImage is ready Completed OK # rm -rf /kisskb/build/linus_shmin_defconfig_sh4 # Build took: 0:00:28.785290