# git rev-parse -q --verify 9e1fd794cb6bf813a40849a1fc236703bdcbc1a7^{commit} 9e1fd794cb6bf813a40849a1fc236703bdcbc1a7 already have revision, skipping fetch # git checkout -q -f -B kisskb 9e1fd794cb6bf813a40849a1fc236703bdcbc1a7 # git clean -qxdf # < git log -1 # commit 9e1fd794cb6bf813a40849a1fc236703bdcbc1a7 # Merge: b1e243957e9b 1b9598c8fb99 # Author: Linus Torvalds # Date: Thu Mar 7 09:38:51 2019 -0800 # # Merge tag 'xfs-5.1-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux # # Pull xfs updates from Darrick Wong: # "Here are a number of new features and bug fixes for 5.1 # # They've undergone a week's worth of fstesting and merge cleanly with # master as of this morning # # Most of the changes center on improving metadata validation and fixing # problems with online fsck, though there's also a new cache to speed up # unlinked inode handling and cleanup of the copy on write code in # preparation for future features # # Changes for Linux 5.1: # # - Fix online fsck to handle inode btrees correctly on 64k block # filesystems # # - Teach online fsck to check directory and attribute names for # invalid characters # # - Miscellanous fixes for online fsck # # - Introduce a new panic mask so that we can halt immediately on # metadata corruption (for debugging purposes) # # - Fix a block mapping race during writeback # # - Cache unlinked inode list backrefs in memory to speed up list # processing # # - Separate the bnobt/cntbt and inobt/finobt buffer verifiers so that # we can detect crosslinked btrees # # - Refactor magic number verification so that we can standardize it # # - Strengthen ondisk metadata structure offset build time verification # # - Fix a memory corruption problem in the listxattr code # # - Fix a shutdown problem during log recovery due to unreserved finobt # expansion # # - Fix a referential integrity problem where O_TMPFILE inodes were put # on the unlinked list with nlink > 0 which would cause asserts # during log recovery if the system went down immediately # # - Refactor the delayed allocation allocator to be more clever about # the possibility that its mapping might be stale # # - Various fixes to the copy on write mechanism # # - Make CoW preallocation suitable for use even with writes that # wouldn't otherwise require it # # - Refactor an internal API # # - Fix some statx implementation bugs # # - Fix miscellaneous compiler and static checker complaints" # # * tag 'xfs-5.1-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux: (70 commits) # xfs: fix reporting supported extra file attributes for statx() # xfs: fix backwards endian conversion in scrub # xfs: fix uninitialized error variables # xfs: rework breaking of shared extents in xfs_file_iomap_begin # xfs: don't pass iomap flags to xfs_reflink_allocate_cow # xfs: fix uninitialized error variable # xfs: introduce an always_cow mode # xfs: report IOMAP_F_SHARED from xfs_file_iomap_begin_delay # xfs: make COW fork unwritten extent conversions more robust # xfs: merge COW handling into xfs_file_iomap_begin_delay # xfs: also truncate holes covered by COW blocks # xfs: don't use delalloc extents for COW on files with extsize hints # xfs: fix SEEK_DATA for speculative COW fork preallocation # xfs: make xfs_bmbt_to_iomap more useful # xfs: fix xfs_buf magic number endian checks # xfs: retry COW fork delalloc conversion when no extent was found # xfs: remove the truncate short cut in xfs_map_blocks # xfs: move xfs_iomap_write_allocate to xfs_aops.c # xfs: move stat accounting to xfs_bmapi_convert_delalloc # xfs: move transaction handling to xfs_bmapi_convert_delalloc # .. # < /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 9e1fd794cb6bf813a40849a1fc236703bdcbc1a7 # < make -s -j 48 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 # 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 48 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 48 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 /kisskb/src/arch/um/kernel/skas/uaccess.c: In function 'do_op_one_page': /kisskb/src/arch/um/kernel/skas/uaccess.c:62:10: warning: unused variable 'buf' [-Wunused-variable] jmp_buf buf; ^ /kisskb/src/arch/um/os-Linux/umid.c: In function 'is_umdir_used': /kisskb/src/arch/um/os-Linux/umid.c:138:2: warning: ISO C90 forbids variable length array 'file' [-Wvla] char file[strlen(uml_dir) + UMID_LEN + sizeof("/pid\0")]; ^ /kisskb/src/arch/um/os-Linux/umid.c: In function 'create_pid_file': /kisskb/src/arch/um/os-Linux/umid.c:213:2: warning: ISO C90 forbids variable length array 'file' [-Wvla] char file[strlen(uml_dir) + UMID_LEN + sizeof("/pid\0")]; ^ /kisskb/src/arch/um/os-Linux/umid.c: In function 'remove_umid_dir': /kisskb/src/arch/um/os-Linux/umid.c:388:2: warning: ISO C90 forbids variable length array 'dir' [-Wvla] char dir[strlen(uml_dir) + UMID_LEN + 1], err; ^ /kisskb/src/security/apparmor/policy_unpack.c: In function 'unpack_trans_table': /kisskb/src/security/apparmor/policy_unpack.c:496:9: warning: 'pos' may be used uninitialized in this function [-Wmaybe-uninitialized] str[pos] = ':'; ^ /kisskb/src/mm/mprotect.c: In function 'change_pte_range': /kisskb/src/mm/mprotect.c:42:20: warning: unused variable 'mm' [-Wunused-variable] struct mm_struct *mm = vma->vm_mm; ^ /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/i2c/i2c-core-base.c: In function 'i2c_generic_scl_recovery': /kisskb/src/drivers/i2c/i2c-core-base.c:235:5: warning: 'ret' may be used uninitialized in this function [-Wmaybe-uninitialized] if (ret == -EOPNOTSUPP) ^ LINK linux Completed OK # rm -rf /kisskb/build/linus_um-allmodconfig_um-x86_64 # Build took: 0:05:01.563940