# git rev-parse -q --verify 8d72e5bd86cb405d8d8b9e92905d8cfffd08dde8^{commit} 8d72e5bd86cb405d8d8b9e92905d8cfffd08dde8 already have revision, skipping fetch # git checkout -q -f -B kisskb 8d72e5bd86cb405d8d8b9e92905d8cfffd08dde8 # git clean -qxdf # < git log -1 # commit 8d72e5bd86cb405d8d8b9e92905d8cfffd08dde8 # Merge: 1b02caa319cf 6c70f899b808 # Author: Linus Torvalds # Date: Sat Jun 8 12:12:11 2019 -0700 # # Merge tag 'for-linus-20190608' of git://git.kernel.dk/linux-block # # Pull block fixes from Jens Axboe: # # - Allow symlink from the bfq.weight cgroup parameter to the general # weight (Angelo) # # - Damien is new skd maintainer (Bart) # # - NVMe pull request from Sagi, with a few small fixes. # # - Ensure we set DMA segment size properly, dma-debug is now tripping on # these (Christoph) # # - Remove useless debugfs_create() return check (Greg) # # - Remove redundant unlikely() check on IS_ERR() (Kefeng) # # - Fixup request freeing on exit (Ming) # # * tag 'for-linus-20190608' of git://git.kernel.dk/linux-block: # block, bfq: add weight symlink to the bfq.weight cgroup parameter # cgroup: let a symlink too be created with a cftype file # block: free sched's request pool in blk_cleanup_queue # nvme-rdma: use dynamic dma mapping per command # nvme: Fix u32 overflow in the number of namespace list calculation # mmc: also set max_segment_size in the device # mtip32xx: also set max_segment_size in the device # rsxx: don't call dma_set_max_seg_size # nvme-pci: don't limit DMA segement size # block: Drop unlikely before IS_ERR(_OR_NULL) # block: aoe: no need to check return value of debugfs_create functions # nvmet: fix data_len to 0 for bdev-backed write_zeroes # MAINTAINERS: Hand over skd maintainership # nvme-tcp: fix queue mapping when queue count is limited # nvme-rdma: fix queue mapping when queue count is limited # < /opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux-ld --version # < git log --format=%s --max-count=1 8d72e5bd86cb405d8d8b9e92905d8cfffd08dde8 # < make -s -j 48 ARCH=powerpc O=/kisskb/build/linus_ppc64le_defconfig_ppc64le-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux- ppc64le_defconfig # make -s -j 48 ARCH=powerpc O=/kisskb/build/linus_ppc64le_defconfig_ppc64le-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux- /kisskb/src/kernel/futex.c: In function 'do_futex': /kisskb/src/kernel/futex.c:1645:17: warning: 'oldval' may be used uninitialized in this function [-Wmaybe-uninitialized] return oldval == cmparg; ^ /kisskb/src/kernel/futex.c:1620:6: note: 'oldval' was declared here int oldval, ret; ^ WARNING: vmlinux.o(.text+0x3484): 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+0x3734): 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+0x3770): 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. Completed OK # rm -rf /kisskb/build/linus_ppc64le_defconfig_ppc64le-gcc5 # Build took: 0:02:38.264698