# git rev-parse -q --verify 5f21585384a4a69b8bfdd2cae7e3648ae805f57d^{commit} 5f21585384a4a69b8bfdd2cae7e3648ae805f57d already have revision, skipping fetch # git checkout -q -f -B kisskb 5f21585384a4a69b8bfdd2cae7e3648ae805f57d # git clean -qxdf # < git log -1 # commit 5f21585384a4a69b8bfdd2cae7e3648ae805f57d # Merge: fcc37f76a995 9fe5c59ff6a1 # Author: Linus Torvalds # Date: Fri Nov 2 11:25:48 2018 -0700 # # Merge tag 'for-linus-20181102' of git://git.kernel.dk/linux-block # # Pull block layer fixes from Jens Axboe: # "The biggest part of this pull request is the revert of the blkcg # cleanup series. It had one fix earlier for a stacked device issue, but # another one was reported. Rather than play whack-a-mole with this, # revert the entire series and try again for the next kernel release. # # Apart from that, only small fixes/changes. # # Summary: # # - Indentation fixup for mtip32xx (Colin Ian King) # # - The blkcg cleanup series revert (Dennis Zhou) # # - Two NVMe fixes. One fixing a regression in the nvme request # initialization in this merge window, causing nvme-fc to not work. # The other is a suspend/resume p2p resource issue (James, Keith) # # - Fix sg discard merge, allowing us to merge in cases where we didn't # before (Jianchao Wang) # # - Call rq_qos_exit() after the queue is frozen, preventing a hang # (Ming) # # - Fix brd queue setup, fixing an oops if we fail setting up all # devices (Ming)" # # * tag 'for-linus-20181102' of git://git.kernel.dk/linux-block: # nvme-pci: fix conflicting p2p resource adds # nvme-fc: fix request private initialization # blkcg: revert blkcg cleanups series # block: brd: associate with queue until adding disk # block: call rq_qos_exit() after queue is frozen # mtip32xx: clean an indentation issue, remove extraneous tabs # block: fix the DISCARD request merge # < /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/nds32le-linux/bin/nds32le-linux-gcc --version # < git log --format=%s --max-count=1 5f21585384a4a69b8bfdd2cae7e3648ae805f57d # < make -s -j 80 ARCH=nds32 O=/kisskb/build/linus_nds32-allyesconfig_nds32le CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/nds32le-linux/bin/nds32le-linux- allyesconfig # make -s -j 80 ARCH=nds32 O=/kisskb/build/linus_nds32-allyesconfig_nds32le CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/nds32le-linux/bin/nds32le-linux- /kisskb/src/scripts/unifdef.c: In function 'Mpass': /kisskb/src/scripts/unifdef.c:453:28: warning: 'strncpy' output truncated before terminating nul copying 4 bytes from a string of the same length [-Wstringop-truncation] static void Mpass (void) { strncpy(keyword, "if ", 4); Pelif(); } ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_hexdump.c: In function 'test_hexdump_prepare_test.isra.0': /kisskb/src/lib/test_hexdump.c:102:3: warning: 'strncpy' specified bound depends on the length of the source argument [-Wstringop-overflow=] strncpy(p, q, amount); ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_hexdump.c:100:19: note: length computed here size_t amount = strlen(q); ^~~~~~~~~ /kisskb/src/drivers/input/joystick/analog.c:172:2: warning: #warning Precise timer not defined for this architecture. [-Wcpp] #warning Precise timer not defined for this architecture. ^~~~~~~ In file included from /kisskb/src/include/linux/printk.h:336, from /kisskb/src/include/linux/kernel.h:14, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/dmi.h:5, from /kisskb/src/drivers/hid/hid-asus.c:29: /kisskb/src/drivers/hid/hid-asus.c: In function 'asus_input_configured': /kisskb/src/include/linux/dynamic_debug.h:135:3: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] __dynamic_dev_dbg(&descriptor, dev, fmt, \ ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-asus.c:359:6: note: 'value' was declared here u32 value; ^~~~~ /kisskb/src/drivers/i2c/i2c-core-base.c: In function 'i2c_generic_scl_recovery': /kisskb/src/drivers/i2c/i2c-core-base.c:235:5: warning: 'ret' may be used uninitialized in this function [-Wmaybe-uninitialized] if (ret == -EOPNOTSUPP) ^ /kisskb/src/drivers/mtd/nand/raw/qcom_nandc.c:153: warning: "PAGE_READ" redefined #define PAGE_READ 0x2 In file included from /kisskb/src/include/linux/memremap.h:7, from /kisskb/src/include/linux/mm.h:27, from /kisskb/src/include/linux/scatterlist.h:8, from /kisskb/src/include/linux/dma-mapping.h:11, from /kisskb/src/drivers/mtd/nand/raw/qcom_nandc.c:17: /kisskb/src/arch/nds32/include/asm/pgtable.h:145: note: this is the location of the previous definition #define PAGE_READ __pgprot(_PAGE_V | _PAGE_M_UR_KR) ./usr/include/linux/v4l2-controls.h:1105: found __[us]{8,16,32,64} type without #include WARNING: EXPORT symbol "copy_page" [vmlinux] version generation failed, symbol will not be versioned. WARNING: EXPORT symbol "clear_page" [vmlinux] version generation failed, symbol will not be versioned. /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/nds32le-linux/bin/nds32le-linux-ld: drivers/usb/storage/ene_ub6250.o: in function `ene_load_bincode': ene_ub6250.c:(.text+0x284): relocation truncated to fit: R_NDS32_9_PCREL_RELA against `.text' make[1]: *** [/kisskb/src/Makefile:1036: vmlinux] Error 1 make: *** [Makefile:152: sub-make] Error 2 Command 'make -s -j 80 ARCH=nds32 O=/kisskb/build/linus_nds32-allyesconfig_nds32le CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/nds32le-linux/bin/nds32le-linux- ' returned non-zero exit status 2 # rm -rf /kisskb/build/linus_nds32-allyesconfig_nds32le # Build took: 0:08:48.389218