# git rev-parse -q --verify d76913908102044f14381df865bb74df17a538cb^{commit} d76913908102044f14381df865bb74df17a538cb already have revision, skipping fetch # git checkout -q -f -B kisskb d76913908102044f14381df865bb74df17a538cb # git clean -qxdf # < git log -1 # commit d76913908102044f14381df865bb74df17a538cb # Merge: af0041875ce7 24f7bb8863eb # Author: Linus Torvalds # Date: Sat Oct 24 12:46:42 2020 -0700 # # Merge tag 'block-5.10-2020-10-24' of git://git.kernel.dk/linux-block # # Pull block fixes from Jens Axboe: # # - NVMe pull request from Christoph # - rdma error handling fixes (Chao Leng) # - fc error handling and reconnect fixes (James Smart) # - fix the qid displace when tracing ioctl command (Keith Busch) # - don't use BLK_MQ_REQ_NOWAIT for passthru (Chaitanya Kulkarni) # - fix MTDT for passthru (Logan Gunthorpe) # - blacklist Write Same on more devices (Kai-Heng Feng) # - fix an uninitialized work struct (zhenwei pi)" # # - lightnvm out-of-bounds fix (Colin) # # - SG allocation leak fix (Doug) # # - rnbd fixes (Gioh, Guoqing, Jack) # # - zone error translation fixes (Keith) # # - kerneldoc markup fix (Mauro) # # - zram lockdep fix (Peter) # # - Kill unused io_context members (Yufen) # # - NUMA memory allocation cleanup (Xianting) # # - NBD config wakeup fix (Xiubo) # # * tag 'block-5.10-2020-10-24' of git://git.kernel.dk/linux-block: (27 commits) # block: blk-mq: fix a kernel-doc markup # nvme-fc: shorten reconnect delay if possible for FC # nvme-fc: wait for queues to freeze before calling update_hr_hw_queues # nvme-fc: fix error loop in create_hw_io_queues # nvme-fc: fix io timeout to abort I/O # null_blk: use zone status for max active/open # nvmet: don't use BLK_MQ_REQ_NOWAIT for passthru # nvmet: cleanup nvmet_passthru_map_sg() # nvmet: limit passthru MTDS by BIO_MAX_PAGES # nvmet: fix uninitialized work for zero kato # nvme-pci: disable Write Zeroes on Sandisk Skyhawk # nvme: use queuedata for nvme_req_qid # nvme-rdma: fix crash due to incorrect cqe # nvme-rdma: fix crash when connect rejected # block: remove unused members for io_context # blk-mq: remove the calling of local_memory_node() # zram: Fix __zram_bvec_{read,write}() locking order # skd_main: remove unused including # sgl_alloc_order: fix memory leak # lightnvm: fix out-of-bounds write to array devices->info[] # ... # < /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/nds32le-linux/bin/nds32le-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/nds32le-linux/bin/nds32le-linux-ld --version # < git log --format=%s --max-count=1 d76913908102044f14381df865bb74df17a538cb # < make -s -j 24 ARCH=nds32 O=/kisskb/build/linus_nds32-allyesconfig_nds32le-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/nds32le-linux/bin/nds32le-linux- allyesconfig # < make -s -j 24 ARCH=nds32 O=/kisskb/build/linus_nds32-allyesconfig_nds32le-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/nds32le-linux/bin/nds32le-linux- help # make -s -j 24 ARCH=nds32 O=/kisskb/build/linus_nds32-allyesconfig_nds32le-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/nds32le-linux/bin/nds32le-linux- olddefconfig # make -s -j 24 ARCH=nds32 O=/kisskb/build/linus_nds32-allyesconfig_nds32le-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/nds32le-linux/bin/nds32le-linux- :1511:2: warning: #warning syscall clone3 not implemented [-Wcpp] /kisskb/src/arch/nds32/kernel/setup.c: In function 'setup_memory': /kisskb/src/arch/nds32/kernel/setup.c:247:26: warning: unused variable 'region' [-Wunused-variable] struct memblock_region *region; ^~~~~~ In file included from /kisskb/src/include/linux/printk.h:7, from /kisskb/src/include/linux/kernel.h:16, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/fs/btrfs/extent-tree.c:6: /kisskb/src/fs/btrfs/extent-tree.c: In function '__btrfs_free_extent': /kisskb/src/include/linux/kern_levels.h:5:18: warning: format '%lu' expects argument of type 'long unsigned int', but argument 8 has type 'unsigned int' [-Wformat=] #define KERN_SOH "\001" /* ASCII Start Of Header */ ^~~~~~ /kisskb/src/include/linux/kern_levels.h:10:19: note: in expansion of macro 'KERN_SOH' #define KERN_CRIT KERN_SOH "2" /* critical conditions */ ^~~~~~~~ /kisskb/src/fs/btrfs/ctree.h:3148:24: note: in expansion of macro 'KERN_CRIT' btrfs_printk(fs_info, KERN_CRIT fmt, ##args) ^~~~~~~~~ /kisskb/src/fs/btrfs/extent-tree.c:3187:4: note: in expansion of macro 'btrfs_crit' btrfs_crit(info, ^~~~~~~~~~ /kisskb/src/fs/btrfs/extent-tree.c:3188:83: note: format string is defined here "invalid extent item size for key (%llu, %u, %llu) owner %llu, has %u expect >= %lu", ~~^ %u /kisskb/src/drivers/input/joystick/analog.c:160:2: warning: #warning Precise timer not defined for this architecture. [-Wcpp] #warning Precise timer not defined for this architecture. ^~~~~~~ WARNING: modpost: EXPORT symbol "copy_page" [vmlinux] version generation failed, symbol will not be versioned. WARNING: modpost: EXPORT symbol "clear_page" [vmlinux] version generation failed, symbol will not be versioned. Completed OK # rm -rf /kisskb/build/linus_nds32-allyesconfig_nds32le-gcc8 # Build took: 0:16:38.105493