# git rev-parse -q --verify 97eeb4d9d755605385fa329da9afa38729f3413c^{commit} 97eeb4d9d755605385fa329da9afa38729f3413c already have revision, skipping fetch # git checkout -q -f -B kisskb 97eeb4d9d755605385fa329da9afa38729f3413c # git clean -qxdf # < git log -1 # commit 97eeb4d9d755605385fa329da9afa38729f3413c # Merge: 9b326948c239 8feb4732ff9f # Author: Linus Torvalds # Date: Mon Dec 2 14:46:22 2019 -0800 # # Merge tag 'xfs-5.5-merge-16' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux # # Pull XFS updates from Darrick Wong: # "For this release, we changed quite a few things. # # Highlights: # # - Fixed some long tail latency problems in the block allocator # # - Removed some long deprecated (and for the past several years no-op) # mount options and ioctls # # - Strengthened the extended attribute and directory verifiers # # - Audited and fixed all the places where we could return EFSCORRUPTED # without logging anything # # - Refactored the old SGI space allocation ioctls to make the # equivalent fallocate calls # # - Fixed a race between fallocate and directio # # - Fixed an integer overflow when files have more than a few # billion(!) extents # # - Fixed a longstanding bug where quota accounting could be incorrect # when performing unwritten extent conversion on a freshly mounted fs # # - Fixed various complaints in scrub about soft lockups and # unresponsiveness to signals # # - De-vtable'd the directory handling code, which should make it # faster # # - Converted to the new mount api, for better or for worse # # - Cleaned up some memory leaks # # and quite a lot of other smaller fixes and cleanups. # # A more detailed summary: # # - Fill out the build string # # - Prevent inode fork extent count overflows # # - Refactor the allocator to reduce long tail latency # # - Rework incore log locking a little to reduce spinning # # - Break up the xfs_iomap_begin functions into smaller more cohesive # parts # # - Fix allocation alignment being dropped too early when the # allocation request is for more blocks than an AG is large # # - Other small cleanups # # - Clean up file buftarg retrieval helpers # # - Hoist the resvsp and unresvsp ioctls to the vfs # # - Remove the undocumented biosize mount option, since it has never # been mentioned as existing or supported on linux # # - Clean up some of the mount option printing and parsing # # - Enhance attr leaf verifier to check block structure # # - Check dirent and attr names for invalid characters before passing # them to the vfs # # - Refactor open-coded bmbt walking # # - Fix a few places where we return EIO instead of EFSCORRUPTED after # failing metadata sanity checks # # - Fix a synchronization problem between fallocate and aio dio # corrupting the file length # # - Clean up various loose ends in the iomap and bmap code # # - Convert to the new mount api # # - Make sure we always log something when returning EFSCORRUPTED # # - Fix some problems where long running scrub loops could trigger soft # lockup warnings and/or fail to exit due to fatal signals pending # # - Fix various Coverity complaints # # - Remove most of the function pointers from the directory code to # reduce indirection penalties # # - Ensure that dquots are attached to the inode when performing # unwritten extent conversion after io # # - Deuglify incore projid and crtime types # # - Fix another AGI/AGF locking order deadlock when renaming # # - Clean up some quota typedefs # # - Remove the FSSETDM ioctls which haven't done anything in 20 years # # - Fix some memory leaks when mounting the log fails # # - Fix an underflow when updating an xattr leaf freemap # # - Remove some trivial wrappers # # - Report metadata corruption as an error, not a (potentially) fatal # assertion # # - Clean up the dir/attr buffer mapping code # # - Allow fatal signals to kill scrub during parent pointer checks" # # * tag 'xfs-5.5-merge-16' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux: (198 commits) # xfs: allow parent directory scans to be interrupted with fatal signals # xfs: remove the mappedbno argument to xfs_da_get_buf # xfs: remove the mappedbno argument to xfs_da_read_buf # xfs: split xfs_da3_node_read # xfs: remove the mappedbno argument to xfs_dir3_leafn_read # xfs: remove the mappedbno argument to xfs_dir3_leaf_read # xfs: remove the mappedbno argument to xfs_attr3_leaf_read # xfs: remove the mappedbno argument to xfs_da_reada_buf # xfs: improve the xfs_dabuf_map calling conventions # xfs: refactor xfs_dabuf_map # xfs: simplify mappedbno handling in xfs_da_{get,read}_buf # xfs: report corruption only as a regular error # xfs: Remove kmem_zone_free() wrapper # xfs: Remove kmem_zone_destroy() wrapper # xfs: Remove slab init wrappers # xfs: fix attr leaf header freemap.size underflow # xfs: fix some memory leaks in log recovery # xfs: fix another missing include # xfs: remove XFS_IOC_FSSETDM and XFS_IOC_FSSETDM_BY_HANDLE # xfs: remove duplicated include from xfs_dir2_data.c # ... # < /opt/cross/kisskb/fe-x86-64-core-i7-2017.05/bin/x86_64-linux-gcc --version # < /opt/cross/kisskb/fe-x86-64-core-i7-2017.05/bin/x86_64-linux-ld --version # < git log --format=%s --max-count=1 97eeb4d9d755605385fa329da9afa38729f3413c # < make -s -j 32 ARCH=um O=/kisskb/build/linus_um-allmodconfig_um-x86_64 CROSS_COMPILE=/opt/cross/kisskb/fe-x86-64-core-i7-2017.05/bin/x86_64-linux- SUBARCH=x86_64 allmodconfig WARNING: unmet direct dependencies detected for GPIO_GENERIC Depends on [n]: GPIOLIB [=y] && HAS_IOMEM [=n] Selected by [m]: - PINCTRL_EQUILIBRIUM [=m] && PINCTRL [=y] # Added to kconfig CONFIG_STANDALONE=y # Added to kconfig CONFIG_KCOV=n # Added to kconfig CONFIG_GCC_PLUGINS=n # Added to kconfig CONFIG_GCC_PLUGIN_CYC_COMPLEXITY=n # Added to kconfig CONFIG_GCC_PLUGIN_SANCOV=n # Added to kconfig CONFIG_GCC_PLUGIN_LATENT_ENTROPY=n # Added to kconfig CONFIG_GCC_PLUGIN_STRUCTLEAK=n # Added to kconfig CONFIG_GCC_PLUGIN_RANDSTRUCT=n # Added to kconfig CONFIG_UML_NET=n # Added to kconfig CONFIG_UML_NET_ETHERTAP=n # Added to kconfig CONFIG_UML_NET_TUNTAP=n # Added to kconfig CONFIG_UML_NET_SLIP=n # Added to kconfig CONFIG_UML_NET_DAEMON=n # Added to kconfig CONFIG_UML_NET_VDE=n # Added to kconfig CONFIG_UML_NET_MCAST=n # Added to kconfig CONFIG_UML_NET_PCAP=n # Added to kconfig CONFIG_UML_NET_SLIRP=n # Added to kconfig CONFIG_GCOV_KERNEL=n # yes \n | make -s -j 32 ARCH=um O=/kisskb/build/linus_um-allmodconfig_um-x86_64 CROSS_COMPILE=/opt/cross/kisskb/fe-x86-64-core-i7-2017.05/bin/x86_64-linux- SUBARCH=x86_64 oldconfig yes: standard output: Broken pipe # make -s -j 32 ARCH=um O=/kisskb/build/linus_um-allmodconfig_um-x86_64 CROSS_COMPILE=/opt/cross/kisskb/fe-x86-64-core-i7-2017.05/bin/x86_64-linux- SUBARCH=x86_64 WARNING: unmet direct dependencies detected for GPIO_GENERIC Depends on [n]: GPIOLIB [=y] && HAS_IOMEM [=n] Selected by [m]: - PINCTRL_EQUILIBRIUM [=m] && PINCTRL [=y] WARNING: unmet direct dependencies detected for GPIO_GENERIC Depends on [n]: GPIOLIB [=y] && HAS_IOMEM [=n] Selected by [m]: - PINCTRL_EQUILIBRIUM [=m] && PINCTRL [=y] WARNING: unmet direct dependencies detected for GPIO_GENERIC Depends on [n]: GPIOLIB [=y] && HAS_IOMEM [=n] Selected by [m]: - PINCTRL_EQUILIBRIUM [=m] && PINCTRL [=y] /kisskb/src/arch/um/os-Linux/signal.c: In function 'sig_handler_common': /kisskb/src/arch/um/os-Linux/signal.c:51:1: warning: the frame size of 2976 bytes is larger than 2048 bytes [-Wframe-larger-than=] } ^ /kisskb/src/arch/um/os-Linux/signal.c: In function 'timer_real_alarm_handler': /kisskb/src/arch/um/os-Linux/signal.c:95:1: warning: the frame size of 2960 bytes is larger than 2048 bytes [-Wframe-larger-than=] } ^ /kisskb/src/security/apparmor/policy_unpack.c: In function 'unpack_profile': /kisskb/src/security/apparmor/policy_unpack.c:523:9: warning: 'pos' may be used uninitialized in this function [-Wmaybe-uninitialized] str[pos] = ':'; ^ /kisskb/src/security/apparmor/policy_unpack.c:494:14: note: 'pos' was declared here int c, j, pos, size2 = unpack_strdup(e, &str, NULL); ^ /kisskb/src/drivers/block/null_blk_main.c: In function 'nullb_device_zone_nr_conv_store': /kisskb/src/drivers/block/null_blk_main.c:291:12: warning: 'new_value' may be used uninitialized in this function [-Wmaybe-uninitialized] dev->NAME = new_value; \ ^ /kisskb/src/drivers/block/null_blk_main.c:279:7: note: 'new_value' was declared here TYPE new_value; \ ^ /kisskb/src/drivers/block/null_blk_main.c:327:1: note: in expansion of macro 'NULLB_DEVICE_ATTR' NULLB_DEVICE_ATTR(zone_nr_conv, uint, NULL); ^ /kisskb/src/drivers/block/null_blk_main.c: In function 'nullb_device_mbps_store': /kisskb/src/drivers/block/null_blk_main.c:291:12: warning: 'new_value' may be used uninitialized in this function [-Wmaybe-uninitialized] dev->NAME = new_value; \ ^ /kisskb/src/drivers/block/null_blk_main.c:279:7: note: 'new_value' was declared here TYPE new_value; \ ^ /kisskb/src/drivers/block/null_blk_main.c:323:1: note: in expansion of macro 'NULLB_DEVICE_ATTR' NULLB_DEVICE_ATTR(mbps, uint, NULL); ^ /kisskb/src/drivers/block/null_blk_main.c: In function 'nullb_device_index_store': /kisskb/src/drivers/block/null_blk_main.c:291:12: warning: 'new_value' may be used uninitialized in this function [-Wmaybe-uninitialized] dev->NAME = new_value; \ ^ /kisskb/src/drivers/block/null_blk_main.c:279:7: note: 'new_value' was declared here TYPE new_value; \ ^ /kisskb/src/drivers/block/null_blk_main.c:318:1: note: in expansion of macro 'NULLB_DEVICE_ATTR' NULLB_DEVICE_ATTR(index, uint, NULL); ^ /kisskb/src/drivers/block/null_blk_main.c: In function 'nullb_device_hw_queue_depth_store': /kisskb/src/drivers/block/null_blk_main.c:291:12: warning: 'new_value' may be used uninitialized in this function [-Wmaybe-uninitialized] dev->NAME = new_value; \ ^ /kisskb/src/drivers/block/null_blk_main.c:279:7: note: 'new_value' was declared here TYPE new_value; \ ^ /kisskb/src/drivers/block/null_blk_main.c:317:1: note: in expansion of macro 'NULLB_DEVICE_ATTR' NULLB_DEVICE_ATTR(hw_queue_depth, uint, NULL); ^ /kisskb/src/drivers/block/null_blk_main.c: In function 'nullb_device_irqmode_store': /kisskb/src/drivers/block/null_blk_main.c:291:12: warning: 'new_value' may be used uninitialized in this function [-Wmaybe-uninitialized] dev->NAME = new_value; \ ^ /kisskb/src/drivers/block/null_blk_main.c:279:7: note: 'new_value' was declared here TYPE new_value; \ ^ /kisskb/src/drivers/block/null_blk_main.c:316:1: note: in expansion of macro 'NULLB_DEVICE_ATTR' NULLB_DEVICE_ATTR(irqmode, uint, NULL); ^ /kisskb/src/drivers/block/null_blk_main.c: In function 'nullb_device_blocksize_store': /kisskb/src/drivers/block/null_blk_main.c:291:12: warning: 'new_value' may be used uninitialized in this function [-Wmaybe-uninitialized] dev->NAME = new_value; \ ^ /kisskb/src/drivers/block/null_blk_main.c:279:7: note: 'new_value' was declared here TYPE new_value; \ ^ /kisskb/src/drivers/block/null_blk_main.c:315:1: note: in expansion of macro 'NULLB_DEVICE_ATTR' NULLB_DEVICE_ATTR(blocksize, uint, NULL); ^ /kisskb/src/drivers/block/null_blk_main.c: In function 'nullb_device_queue_mode_store': /kisskb/src/drivers/block/null_blk_main.c:291:12: warning: 'new_value' may be used uninitialized in this function [-Wmaybe-uninitialized] dev->NAME = new_value; \ ^ /kisskb/src/drivers/block/null_blk_main.c:279:7: note: 'new_value' was declared here TYPE new_value; \ ^ /kisskb/src/drivers/block/null_blk_main.c:314:1: note: in expansion of macro 'NULLB_DEVICE_ATTR' NULLB_DEVICE_ATTR(queue_mode, uint, NULL); ^ /kisskb/src/drivers/block/null_blk_main.c: In function 'nullb_device_home_node_store': /kisskb/src/drivers/block/null_blk_main.c:291:12: warning: 'new_value' may be used uninitialized in this function [-Wmaybe-uninitialized] dev->NAME = new_value; \ ^ /kisskb/src/drivers/block/null_blk_main.c:279:7: note: 'new_value' was declared here TYPE new_value; \ ^ /kisskb/src/drivers/block/null_blk_main.c:313:1: note: in expansion of macro 'NULLB_DEVICE_ATTR' NULLB_DEVICE_ATTR(home_node, uint, NULL); ^ /kisskb/src/drivers/block/null_blk_main.c: In function 'nullb_device_zone_size_store': /kisskb/src/drivers/block/null_blk_main.c:291:12: warning: 'new_value' may be used uninitialized in this function [-Wmaybe-uninitialized] dev->NAME = new_value; \ ^ /kisskb/src/drivers/block/null_blk_main.c:279:7: note: 'new_value' was declared here TYPE new_value; \ ^ /kisskb/src/drivers/block/null_blk_main.c:326:1: note: in expansion of macro 'NULLB_DEVICE_ATTR' NULLB_DEVICE_ATTR(zone_size, ulong, NULL); ^ /kisskb/src/drivers/block/null_blk_main.c: In function 'nullb_device_cache_size_store': /kisskb/src/drivers/block/null_blk_main.c:291:12: warning: 'new_value' may be used uninitialized in this function [-Wmaybe-uninitialized] dev->NAME = new_value; \ ^ /kisskb/src/drivers/block/null_blk_main.c:279:7: note: 'new_value' was declared here TYPE new_value; \ ^ /kisskb/src/drivers/block/null_blk_main.c:324:1: note: in expansion of macro 'NULLB_DEVICE_ATTR' NULLB_DEVICE_ATTR(cache_size, ulong, NULL); ^ /kisskb/src/drivers/block/null_blk_main.c: In function 'nullb_device_completion_nsec_store': /kisskb/src/drivers/block/null_blk_main.c:291:12: warning: 'new_value' may be used uninitialized in this function [-Wmaybe-uninitialized] dev->NAME = new_value; \ ^ /kisskb/src/drivers/block/null_blk_main.c:279:7: note: 'new_value' was declared here TYPE new_value; \ ^ /kisskb/src/drivers/block/null_blk_main.c:311:1: note: in expansion of macro 'NULLB_DEVICE_ATTR' NULLB_DEVICE_ATTR(completion_nsec, ulong, NULL); ^ /kisskb/src/drivers/block/null_blk_main.c: In function 'nullb_device_size_store': /kisskb/src/drivers/block/null_blk_main.c:291:12: warning: 'new_value' may be used uninitialized in this function [-Wmaybe-uninitialized] dev->NAME = new_value; \ ^ /kisskb/src/drivers/block/null_blk_main.c:279:7: note: 'new_value' was declared here TYPE new_value; \ ^ /kisskb/src/drivers/block/null_blk_main.c:310:1: note: in expansion of macro 'NULLB_DEVICE_ATTR' NULLB_DEVICE_ATTR(size, ulong, NULL); ^ /kisskb/src/drivers/block/null_blk_main.c: In function 'nullb_device_zoned_store': /kisskb/src/drivers/block/null_blk_main.c:291:12: warning: 'new_value' may be used uninitialized in this function [-Wmaybe-uninitialized] dev->NAME = new_value; \ ^ /kisskb/src/drivers/block/null_blk_main.c:279:7: note: 'new_value' was declared here TYPE new_value; \ ^ /kisskb/src/drivers/block/null_blk_main.c:325:1: note: in expansion of macro 'NULLB_DEVICE_ATTR' NULLB_DEVICE_ATTR(zoned, bool, NULL); ^ /kisskb/src/drivers/block/null_blk_main.c: In function 'nullb_device_discard_store': /kisskb/src/drivers/block/null_blk_main.c:291:12: warning: 'new_value' may be used uninitialized in this function [-Wmaybe-uninitialized] dev->NAME = new_value; \ ^ /kisskb/src/drivers/block/null_blk_main.c:279:7: note: 'new_value' was declared here TYPE new_value; \ ^ /kisskb/src/drivers/block/null_blk_main.c:322:1: note: in expansion of macro 'NULLB_DEVICE_ATTR' NULLB_DEVICE_ATTR(discard, bool, NULL); ^ /kisskb/src/drivers/block/null_blk_main.c: In function 'nullb_device_memory_backed_store': /kisskb/src/drivers/block/null_blk_main.c:291:12: warning: 'new_value' may be used uninitialized in this function [-Wmaybe-uninitialized] dev->NAME = new_value; \ ^ /kisskb/src/drivers/block/null_blk_main.c:279:7: note: 'new_value' was declared here TYPE new_value; \ ^ /kisskb/src/drivers/block/null_blk_main.c:321:1: note: in expansion of macro 'NULLB_DEVICE_ATTR' NULLB_DEVICE_ATTR(memory_backed, bool, NULL); ^ /kisskb/src/drivers/block/null_blk_main.c: In function 'nullb_device_use_per_node_hctx_store': /kisskb/src/drivers/block/null_blk_main.c:291:12: warning: 'new_value' may be used uninitialized in this function [-Wmaybe-uninitialized] dev->NAME = new_value; \ ^ /kisskb/src/drivers/block/null_blk_main.c:279:7: note: 'new_value' was declared here TYPE new_value; \ ^ /kisskb/src/drivers/block/null_blk_main.c:320:1: note: in expansion of macro 'NULLB_DEVICE_ATTR' NULLB_DEVICE_ATTR(use_per_node_hctx, bool, NULL); ^ /kisskb/src/drivers/block/null_blk_main.c: In function 'nullb_device_blocking_store': /kisskb/src/drivers/block/null_blk_main.c:291:12: warning: 'new_value' may be used uninitialized in this function [-Wmaybe-uninitialized] dev->NAME = new_value; \ ^ /kisskb/src/drivers/block/null_blk_main.c:279:7: note: 'new_value' was declared here TYPE new_value; \ ^ /kisskb/src/drivers/block/null_blk_main.c:319:1: note: in expansion of macro 'NULLB_DEVICE_ATTR' NULLB_DEVICE_ATTR(blocking, bool, NULL); ^ /kisskb/src/drivers/block/null_blk_main.c: In function 'nullb_device_submit_queues_store': /kisskb/src/drivers/block/null_blk_main.c:307:48: warning: 'new_value' may be used uninitialized in this function [-Wmaybe-uninitialized] return set->nr_hw_queues == submit_queues ? 0 : -ENOMEM; ^ /kisskb/src/drivers/block/null_blk_main.c:279:7: note: 'new_value' was declared here TYPE new_value; \ ^ /kisskb/src/drivers/block/null_blk_main.c:312:1: note: in expansion of macro 'NULLB_DEVICE_ATTR' NULLB_DEVICE_ATTR(submit_queues, uint, nullb_apply_submit_queues); ^ /kisskb/src/lib/lz4/lz4hc_compress.c: In function 'LZ4HC_compress_generic': /kisskb/src/lib/lz4/lz4hc_compress.c:579:1: warning: the frame size of 2144 bytes is larger than 2048 bytes [-Wframe-larger-than=] } ^ /kisskb/src/drivers/misc/lkdtm/bugs.c: In function 'lkdtm_UNSET_SMEP': /kisskb/src/drivers/misc/lkdtm/bugs.c:288:8: error: implicit declaration of function 'native_read_cr4' [-Werror=implicit-function-declaration] cr4 = native_read_cr4(); ^ /kisskb/src/drivers/misc/lkdtm/bugs.c:290:13: error: 'X86_CR4_SMEP' undeclared (first use in this function) if ((cr4 & X86_CR4_SMEP) != X86_CR4_SMEP) { ^ /kisskb/src/drivers/misc/lkdtm/bugs.c:290:13: note: each undeclared identifier is reported only once for each function it appears in /kisskb/src/drivers/misc/lkdtm/bugs.c:297:2: error: implicit declaration of function 'native_write_cr4' [-Werror=implicit-function-declaration] native_write_cr4(cr4); ^ cc1: some warnings being treated as errors make[4]: *** [/kisskb/src/scripts/Makefile.build:266: drivers/misc/lkdtm/bugs.o] Error 1 make[3]: *** [/kisskb/src/scripts/Makefile.build:509: drivers/misc/lkdtm] Error 2 make[3]: *** Waiting for unfinished jobs.... make[2]: *** [/kisskb/src/scripts/Makefile.build:509: drivers/misc] Error 2 make[2]: *** Waiting for unfinished jobs.... /kisskb/src/drivers/net/phy/sfp.c:1310:12: warning: 'sfp_hwmon_insert' defined but not used [-Wunused-function] static int sfp_hwmon_insert(struct sfp *sfp) ^ make[1]: *** [/kisskb/src/Makefile:1652: drivers] Error 2 make[1]: *** Waiting for unfinished jobs.... make: *** [Makefile:179: sub-make] Error 2 Command 'make -s -j 32 ARCH=um O=/kisskb/build/linus_um-allmodconfig_um-x86_64 CROSS_COMPILE=/opt/cross/kisskb/fe-x86-64-core-i7-2017.05/bin/x86_64-linux- SUBARCH=x86_64 ' returned non-zero exit status 2 # rm -rf /kisskb/build/linus_um-allmodconfig_um-x86_64 # Build took: 0:05:59.070522