# 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/gcc-4.6.3-nolibc/powerpc-linux/bin/powerpc-linux-gcc --version # < /opt/cross/kisskb/gcc-4.6.3-nolibc/powerpc-linux/bin/powerpc-linux-ld --version # < git log --format=%s --max-count=1 97eeb4d9d755605385fa329da9afa38729f3413c # < make -s -j 80 ARCH=powerpc O=/kisskb/build/linus-rand_powerpc-randconfig_powerpc-gcc4.6 CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/powerpc-linux/bin/powerpc-linux- randconfig KCONFIG_SEED=0x6E695184 # Added to kconfig CONFIG_STANDALONE=y # Added to kconfig CONFIG_BUILD_DOCSRC=n # Added to kconfig CONFIG_MODULE_SIG=n # Added to kconfig CONFIG_CPU_BIG_ENDIAN=y # Added to kconfig CONFIG_PPC64=y # Added to kconfig CONFIG_PPC_DISABLE_WERROR=y # Added to kconfig CONFIG_SECTION_MISMATCH_WARN_ONLY=y # Added to kconfig CONFIG_PREVENT_FIRMWARE_BUILD=y # Added to kconfig CONFIG_CC_STACKPROTECTOR_STRONG=n # Added to kconfig CONFIG_GCC_PLUGINS=n # Added to kconfig CONFIG_LD_HEAD_STUB_CATCH=y # Added to kconfig CONFIG_TRIM_UNUSED_KSYMS=n # Added to kconfig CONFIG_UBSAN=n # yes \n | make -s -j 80 ARCH=powerpc O=/kisskb/build/linus-rand_powerpc-randconfig_powerpc-gcc4.6 CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/powerpc-linux/bin/powerpc-linux- oldconfig yes: standard output: Broken pipe # make -s -j 80 ARCH=powerpc O=/kisskb/build/linus-rand_powerpc-randconfig_powerpc-gcc4.6 CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/powerpc-linux/bin/powerpc-linux- /kisskb/src/security/keys/trusted-keys/trusted_tpm2.c: In function 'tpm2_unseal_trusted': /kisskb/src/security/keys/trusted-keys/trusted_tpm2.c:254:20: warning: 'blob_handle' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/security/keys/trusted-keys/trusted_tpm2.c:304:6: note: 'blob_handle' was declared here /kisskb/src/kernel/printk/printk.c: In function 'devkmsg_sysctl_set_loglvl': /kisskb/src/kernel/printk/printk.c:204:16: warning: 'old' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/lib/mpi/mpicoder.c: In function 'mpi_read_raw_from_sgl': /kisskb/src/lib/mpi/mpicoder.c:352:8: warning: 'buff' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/bcma/sprom.c: In function 'bcma_sprom_get': /kisskb/src/drivers/bcma/sprom.c:233:5: warning: 'sprom' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/bcma/sprom.c:580:7: note: 'sprom' was declared here /kisskb/src/lib/rhashtable.c: In function 'rht_deferred_worker': /kisskb/src/include/linux/rhashtable.h:110:10: warning: 'next' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/lib/rhashtable.c:222:28: note: 'next' was declared here /kisskb/src/drivers/cpufreq/cpufreq.c: In function 'store_scaling_governor': /kisskb/src/drivers/cpufreq/cpufreq.c:792:1: warning: the frame size of 1120 bytes is larger than 1024 bytes [-Wframe-larger-than=] /kisskb/src/drivers/cpufreq/cpufreq.c: In function 'cpufreq_init_policy': /kisskb/src/drivers/cpufreq/cpufreq.c:1090:1: warning: the frame size of 1104 bytes is larger than 1024 bytes [-Wframe-larger-than=] /kisskb/src/drivers/cpufreq/cpufreq.c: In function 'refresh_frequency_limits.part.33': /kisskb/src/drivers/cpufreq/cpufreq.c:1125:1: warning: the frame size of 1104 bytes is larger than 1024 bytes [-Wframe-larger-than=] /kisskb/src/sound/soc/codecs/da7219-aad.c: In function 'da7219_aad_hptest_work': /kisskb/src/sound/soc/codecs/da7219-aad.c:317:17: warning: 'pll_ctrl' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/arch/powerpc/kernel/eeh.c:1769:12: warning: 'proc_eeh_show' defined but not used [-Wunused-function] /kisskb/src/drivers/hwspinlock/hwspinlock_core.c: In function 'of_hwspin_lock_get_id': /kisskb/src/drivers/hwspinlock/hwspinlock_core.c:345:6: warning: 'id' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/cpufreq/powernv-cpufreq.c: In function 'powernv_cpufreq_reboot_notifier': /kisskb/src/drivers/cpufreq/powernv-cpufreq.c:896:1: warning: the frame size of 1104 bytes is larger than 1024 bytes [-Wframe-larger-than=] /kisskb/src/drivers/cpufreq/powernv-cpufreq.c: In function 'powernv_cpufreq_work_fn': /kisskb/src/drivers/cpufreq/powernv-cpufreq.c:928:1: warning: the frame size of 1120 bytes is larger than 1024 bytes [-Wframe-larger-than=] /kisskb/src/drivers/mfd/tc3589x.c: In function 'tc3589x_probe': /kisskb/src/drivers/mfd/tc3589x.c:390:2: warning: 'version' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/fs/splice.c: In function '__do_compat_sys_vmsplice': /kisskb/src/fs/splice.c:1416:8: warning: 'type' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/fs/splice.c: In function '__do_sys_vmsplice': /kisskb/src/fs/splice.c:1390:8: warning: 'type' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/video/backlight/adp8870_bl.c: In function 'adp8870_bl_ambient_light_zone_show': /kisskb/src/drivers/video/backlight/adp8870_bl.c:784:32: warning: 'reg_val' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/video/backlight/adp8870_bl.c: In function 'adp8870_show': /kisskb/src/drivers/video/backlight/adp8870_bl.c:563:16: warning: 'reg_val' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/tty/serial/8250/8250_core.c: In function 'univ8250_release_irq': /kisskb/src/drivers/tty/serial/8250/8250_core.c:243:2: warning: 'i' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/tty/serial/8250/8250_core.c:228:19: note: 'i' was declared here /kisskb/src/drivers/iio/temperature/mlx90632.c: In function 'mlx90632_read_raw': /kisskb/src/drivers/iio/temperature/mlx90632.c:351:37: warning: 'object_old_raw' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/iio/temperature/mlx90632.c:432:56: note: 'object_old_raw' was declared here /kisskb/src/drivers/iio/temperature/mlx90632.c:351:37: warning: 'object_new_raw' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/iio/temperature/mlx90632.c:432:40: note: 'object_new_raw' was declared here Completed OK # rm -rf /kisskb/build/linus-rand_powerpc-randconfig_powerpc-gcc4.6 # Build took: 0:01:58.230694