# git rev-parse -q --verify b2a88c212e652e94f1e4b635910972ac57ba4e97^{commit} b2a88c212e652e94f1e4b635910972ac57ba4e97 already have revision, skipping fetch # git checkout -q -f -B kisskb b2a88c212e652e94f1e4b635910972ac57ba4e97 # git clean -qxdf # < git log -1 # commit b2a88c212e652e94f1e4b635910972ac57ba4e97 # Merge: 9daee913dc8d 5e9466a5d060 # Author: Linus Torvalds # Date: Thu Aug 4 20:19:16 2022 -0700 # # Merge tag 'xfs-5.20-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux # # Pull xfs updates from Darrick Wong: # "The biggest changes for this release are the log scalability # improvements, lockless lookups for the buffer cache, and making the # attr fork a permanent part of the incore inode in preparation for # directory parent pointers. # # There's also a bunch of bug fixes that have accumulated since -rc5. I # might send you a second pull request with some more bug fixes that I'm # still working on. # # Once the merge window ends, I will hand maintainership back to Dave # Chinner until the 6.1-rc1 release so that I can conduct the design # review for the online fsck feature, and try to get it merged. # # Summary: # # - Improve scalability of the XFS log by removing spinlocks and global # synchronization points. # # - Add security labels to whiteout inodes to match the other # filesystems. # # - Clean up per-ag pointer passing to simplify call sites. # # - Reduce verifier overhead by precalculating more AG geometry. # # - Implement fast-path lockless lookups in the buffer cache to reduce # spinlock hammering. # # - Make attr forks a permanent part of the inode structure to fix a # UAF bug and because most files these days tend to have security # labels and soon will have parent pointers too. # # - Clean up XFS_IFORK_Q usage and give it a better name. # # - Fix more UAF bugs in the xattr code. # # - SOB my tags. # # - Fix some typos in the timestamp range documentation. # # - Fix a few more memory leaks. # # - Code cleanups and typo fixes. # # - Fix an unlocked inode fork pointer access in getbmap" # # * tag 'xfs-5.20-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux: (61 commits) # xfs: delete extra space and tab in blank line # xfs: fix NULL pointer dereference in xfs_getbmap() # xfs: Fix typo 'the the' in comment # xfs: Fix comment typo # xfs: don't leak memory when attr fork loading fails # xfs: fix for variable set but not used warning # xfs: xfs_buf cache destroy isn't RCU safe # xfs: delete unnecessary NULL checks # xfs: fix comment for start time value of inode with bigtime enabled # xfs: fix use-after-free in xattr node block inactivation # xfs: lockless buffer lookup # xfs: remove a superflous hash lookup when inserting new buffers # xfs: reduce the number of atomic when locking a buffer after lookup # xfs: merge xfs_buf_find() and xfs_buf_get_map() # xfs: break up xfs_buf_find() into individual pieces # xfs: add in-memory iunlink log item # xfs: add log item precommit operation # xfs: combine iunlink inode update functions # xfs: clean up xfs_iunlink_update_inode() # xfs: double link the unlinked inode list # ... # < /opt/cross/kisskb/korg/gcc-11.1.0-nolibc/mips-linux/bin/mips-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-11.1.0-nolibc/mips-linux/bin/mips-linux-ld --version # < git log --format=%s --max-count=1 b2a88c212e652e94f1e4b635910972ac57ba4e97 # < make -s -j 40 ARCH=mips O=/kisskb/build/linus_mips-allmodconfig_mips-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/mips-linux/bin/mips-linux- allmodconfig # Added to kconfig CONFIG_BUILD_DOCSRC=n # Added to kconfig CONFIG_MODULE_SIG=n # Added to kconfig CONFIG_SAMPLES=n # Added to kconfig CONFIG_MIPS_CPS_NS16550_BASE=0x1b0003f8 # Added to kconfig CONFIG_MIPS_CPS_NS16550_SHIFT=0 # < make -s -j 40 ARCH=mips O=/kisskb/build/linus_mips-allmodconfig_mips-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/mips-linux/bin/mips-linux- help # make -s -j 40 ARCH=mips O=/kisskb/build/linus_mips-allmodconfig_mips-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/mips-linux/bin/mips-linux- olddefconfig .config:13949:warning: override: reassigning to symbol MIPS_CPS_NS16550_SHIFT # make -s -j 40 ARCH=mips O=/kisskb/build/linus_mips-allmodconfig_mips-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/mips-linux/bin/mips-linux- /kisskb/src/arch/mips/boot/dts/img/boston.dts:128.19-178.5: Warning (pci_device_reg): /pci@14000000/pci2_root@0,0,0: PCI unit address format error, expected "0,0" In file included from /kisskb/src/include/linux/string.h:253, from /kisskb/src/include/linux/bitmap.h:11, from /kisskb/src/include/linux/cpumask.h:12, from /kisskb/src/arch/mips/include/asm/processor.h:15, from /kisskb/src/arch/mips/include/asm/thread_info.h:16, from /kisskb/src/include/linux/thread_info.h:60, from /kisskb/src/include/asm-generic/current.h:5, from ./arch/mips/include/generated/asm/current.h:1, from /kisskb/src/include/linux/sched.h:12, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/include/linux/dev_printk.h:16, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/drivers/hwmon/lm90.c:99: In function '__fortify_strlen', inlined from 'strlcpy' at /kisskb/src/include/linux/fortify-string.h:159:10, inlined from 'lm90_detect' at /kisskb/src/drivers/hwmon/lm90.c:2550:2: /kisskb/src/include/linux/fortify-string.h:50:33: error: '__builtin_strlen' reading 1 or more bytes from a region of size 0 [-Werror=stringop-overread] 50 | #define __underlying_strlen __builtin_strlen | ^ /kisskb/src/include/linux/fortify-string.h:141:24: note: in expansion of macro '__underlying_strlen' 141 | return __underlying_strlen(p); | ^~~~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[3]: *** [/kisskb/src/scripts/Makefile.build:249: drivers/hwmon/lm90.o] Error 1 make[3]: *** Waiting for unfinished jobs.... make[2]: *** [/kisskb/src/scripts/Makefile.build:466: drivers/hwmon] Error 2 make[2]: *** Waiting for unfinished jobs.... make[1]: *** [/kisskb/src/Makefile:1844: drivers] Error 2 make: *** [Makefile:219: __sub-make] Error 2 Command 'make -s -j 40 ARCH=mips O=/kisskb/build/linus_mips-allmodconfig_mips-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/mips-linux/bin/mips-linux- ' returned non-zero exit status 2 # rm -rf /kisskb/build/linus_mips-allmodconfig_mips-gcc11 # Build took: 0:10:58.271901