# 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/mips-linux/bin/mips-linux-gcc --version # < /opt/cross/kisskb/gcc-4.6.3-nolibc/mips-linux/bin/mips-linux-ld --version # < git log --format=%s --max-count=1 97eeb4d9d755605385fa329da9afa38729f3413c # < make -s -j 48 ARCH=mips O=/kisskb/build/linus_mips-defconfig_mips CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/mips-linux/bin/mips-linux- defconfig # make -s -j 48 ARCH=mips O=/kisskb/build/linus_mips-defconfig_mips CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/mips-linux/bin/mips-linux- /kisskb/src/arch/mips/vdso/Makefile:62: MIPS VDSO requires binutils >= 2.25 /kisskb/src/arch/mips/vdso/Makefile:62: MIPS VDSO requires binutils >= 2.25 /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/drivers/base/regmap/regmap.c: In function '_regmap_raw_write': /kisskb/src/drivers/base/regmap/regmap.c:1852:6: warning: 'ret' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/base/regmap/regmap.c: In function 'regmap_raw_read': /kisskb/src/drivers/base/regmap/regmap.c:2591:6: warning: 'ret' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/fs/ext4/extents.c: In function 'ext4_convert_unwritten_io_end_vec': /kisskb/src/fs/ext4/extents.c:5054:23: warning: 'ret' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/fs/proc/inode.c: In function 'proc_reg_open': /kisskb/src/include/linux/list.h:65:12: warning: 'pdeo' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/fs/proc/inode.c:338:21: note: 'pdeo' was declared here /kisskb/src/net/bridge/br_netlink.c: In function 'br_afspec.isra.22': /kisskb/src/net/bridge/br_netlink.c:648:7: warning: 'err' 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:248:18: 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/net/core/devlink.c: In function 'devlink_fmsg_prepare_skb': /kisskb/src/net/core/devlink.c:4613:6: warning: 'err' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/arch/mips/vdso/Makefile:62: MIPS VDSO requires binutils >= 2.25 /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] FIT description: Linux 5.4.0-g97eeb4d9d755 Created: Mon Dec 9 21:50:46 2019 Image 0 (kernel@0) Description: Linux 5.4.0-g97eeb4d9d755 Created: Mon Dec 9 21:50:46 2019 Type: Kernel Image Compression: gzip compressed Data Size: 4630951 Bytes = 4522.41 KiB = 4.42 MiB Architecture: MIPS OS: Linux Load Address: 0x80100000 Entry Point: 0x80892e30 Hash algo: sha1 Hash value: 9829c06043cd16c199b7d480b8d58d52cfcd6763 Image 1 (fdt@boston) Description: img,boston Device Tree Created: Mon Dec 9 21:50:46 2019 Type: Flat Device Tree Compression: uncompressed Data Size: 3793 Bytes = 3.70 KiB = 0.00 MiB Architecture: MIPS Hash algo: sha1 Hash value: 4799f50d688573234da6e9d7701234d394759ef4 Image 2 (fdt@ni169445) Description: NI 169445 device tree Created: Mon Dec 9 21:50:46 2019 Type: Flat Device Tree Compression: uncompressed Data Size: 1871 Bytes = 1.83 KiB = 0.00 MiB Architecture: MIPS Hash algo: sha1 Hash value: 51b89b31605ee62038c8468c429af091dfc75ec7 Image 3 (fdt@ocelot_pcb123) Description: MSCC Ocelot PCB123 Device Tree Created: Mon Dec 9 21:50:46 2019 Type: Flat Device Tree Compression: uncompressed Data Size: 4639 Bytes = 4.53 KiB = 0.00 MiB Architecture: MIPS Hash algo: sha1 Hash value: 018897896b42c41c943aca35a20e4300dba250c8 Image 4 (fdt@ocelot_pcb120) Description: MSCC Ocelot PCB120 Device Tree Created: Mon Dec 9 21:50:46 2019 Type: Flat Device Tree Compression: uncompressed Data Size: 5198 Bytes = 5.08 KiB = 0.00 MiB Architecture: MIPS Hash algo: sha1 Hash value: 36c7bd0bd79cfc2f7dd6acda6c7996294f4967e6 Image 5 (fdt@xilfpga) Description: MIPSfpga (xilfpga) Device Tree Created: Mon Dec 9 21:50:46 2019 Type: Flat Device Tree Compression: uncompressed Data Size: 2708 Bytes = 2.64 KiB = 0.00 MiB Architecture: MIPS Hash algo: sha1 Hash value: 63d058b780f65e22da30f0a183433765f1807f1d Default Configuration: 'conf@default' Configuration 0 (conf@default) Description: Generic Linux kernel Kernel: kernel@0 Configuration 1 (conf@boston) Description: Boston Linux kernel Kernel: kernel@0 FDT: fdt@boston Configuration 2 (conf@ni169445) Description: NI 169445 Linux Kernel Kernel: kernel@0 FDT: fdt@ni169445 Configuration 3 (conf@ocelot_pcb123) Description: Ocelot Linux kernel Kernel: kernel@0 FDT: fdt@ocelot_pcb123 Configuration 4 (conf@ocelot_pcb120) Description: Ocelot Linux kernel Kernel: kernel@0 FDT: fdt@ocelot_pcb120 Configuration 5 (conf@xilfpga) Description: MIPSfpga Linux kernel Kernel: kernel@0 FDT: fdt@xilfpga Completed OK # rm -rf /kisskb/build/linus_mips-defconfig_mips # Build took: 0:02:05.152868