# 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/m68k-linux/bin/m68k-linux-gcc --version # < /opt/cross/kisskb/gcc-4.6.3-nolibc/m68k-linux/bin/m68k-linux-ld --version # < git log --format=%s --max-count=1 97eeb4d9d755605385fa329da9afa38729f3413c # < make -s -j 48 ARCH=m68k O=/kisskb/build/linus_sun3_defconfig_m68k CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/m68k-linux/bin/m68k-linux- sun3_defconfig WARNING: unmet direct dependencies detected for NEED_MULTIPLE_NODES Depends on [n]: DISCONTIGMEM [=n] || NUMA Selected by [y]: - SINGLE_MEMORY_CHUNK [=y] && MMU [=y] WARNING: unmet direct dependencies detected for NEED_MULTIPLE_NODES Depends on [n]: DISCONTIGMEM [=n] || NUMA Selected by [y]: - SINGLE_MEMORY_CHUNK [=y] && MMU [=y] # make -s -j 48 ARCH=m68k O=/kisskb/build/linus_sun3_defconfig_m68k CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/m68k-linux/bin/m68k-linux- :1511:2: warning: #warning syscall clone3 not implemented [-Wcpp] /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/ipc/shm.c: In function 'ksys_shmdt': /kisskb/src/ipc/shm.c:1712:59: warning: 'file' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/kernel/bpf/btf.c: In function '__btf_resolve_helper_id': /kisskb/src/kernel/bpf/btf.c:3909:20: warning: 't' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/kernel/acct.c: In function 'acct_pin_kill': /kisskb/src/kernel/acct.c:177:2: warning: value computed is not used [-Wunused-value] /kisskb/src/fs/cifs/smb2pdu.c: In function 'SMB2_ioctl_init': /kisskb/src/fs/cifs/smb2pdu.c:2742:19: warning: 'in_data_buf' 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/lib/mpi/mpicoder.c: In function 'mpi_read_raw_from_sgl': /kisskb/src/lib/mpi/mpicoder.c:336:12: warning: 'buff' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/fs/ocfs2/alloc.c: In function 'ocfs2_trim_mainbm': /kisskb/src/fs/ocfs2/alloc.c:7608:17: warning: 'first_bit' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/fs/udf/unicode.c: In function 'udf_name_conv_char': /kisskb/src/fs/udf/unicode.c:132:8: warning: 'c' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/net/ethernet/i825xx/sun3_82586.c: In function 'sun3_82586_timeout': /kisskb/src/drivers/net/ethernet/i825xx/sun3_82586.c:993:89: warning: array subscript is above array bounds [-Warray-bounds] /kisskb/src/net/core/gen_stats.c: In function '__gnet_stats_copy_basic': /kisskb/src/net/core/gen_stats.c:156:19: warning: 'seq' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/fs/ocfs2/file.c: In function 'ocfs2_file_write_iter': /kisskb/src/fs/ocfs2/file.c:2421:3: warning: value computed is not used [-Wunused-value] /kisskb/src/net/core/dev.c: In function 'validate_xmit_skb_list': /kisskb/src/net/core/dev.c:3547:15: warning: 'tail' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/md/raid10.c: In function 'read_balance': /kisskb/src/drivers/md/raid10.c:842:22: warning: 'best_pending_slot' may be used uninitialized in this function [-Wuninitialized] /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/net/core/filter.c: In function 'bpf_clear_redirect_map': /kisskb/src/net/core/filter.c:3603:4: warning: value computed is not used [-Wunused-value] /kisskb/src/fs/btrfs/tree-checker.c: In function 'check_extent_data_item': /kisskb/src/fs/btrfs/tree-checker.c:232:5: warning: format '%lu' expects argument of type 'long unsigned int', but argument 5 has type 'unsigned int' [-Wformat] /kisskb/src/drivers/net/macsec.c: In function 'macsec_del_txsa': /kisskb/src/drivers/net/macsec.c:1995:2: warning: 'assoc_num' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/net/macsec.c:1995:2: warning: 'tx_sc' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/net/macsec.c: In function 'macsec_upd_txsa': /kisskb/src/drivers/net/macsec.c:2060:5: warning: 'assoc_num' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/net/macsec.c:2060:24: warning: 'tx_sc' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/net/macsec.c:2061:21: warning: 'secy' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/net/macsec.c: In function 'macsec_del_rxsa': /kisskb/src/drivers/net/macsec.c:1918:2: warning: 'assoc_num' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/net/macsec.c:1918:2: warning: 'rx_sc' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/fs/posix_acl.c: In function 'get_acl': /kisskb/src/fs/posix_acl.c:148:3: warning: value computed is not used [-Wunused-value] /kisskb/src/drivers/net/tun.c: In function 'tun_get_user': /kisskb/src/drivers/net/tun.c:1836:30: warning: 'copylen' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/net/tun.c:1526:31: warning: 'linear' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/net/tun.c:1749:46: note: 'linear' was declared here /kisskb/src/net/sctp/output.c: In function 'sctp_packet_config': /kisskb/src/include/net/sock.h:1964:19: warning: 'sk' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/net/sctp/output.c:79:15: note: 'sk' was declared here /kisskb/src/net/netfilter/nf_flow_table_offload.c: In function 'nf_flow_rule_match': /kisskb/src/net/netfilter/nf_flow_table_offload.c:80:3: warning: large integer implicitly truncated to unsigned type [-Woverflow] Completed OK # rm -rf /kisskb/build/linus_sun3_defconfig_m68k # Build took: 0:01:18.728719