# git rev-parse -q --verify 148341f0a2f53b5e8808d093333d85170586a15d^{commit} 148341f0a2f53b5e8808d093333d85170586a15d already have revision, skipping fetch # git checkout -q -f -B kisskb 148341f0a2f53b5e8808d093333d85170586a15d # git clean -qxdf # < git log -1 # commit 148341f0a2f53b5e8808d093333d85170586a15d # Merge: 2d72ab2449fa cb2239c198ad # Author: Linus Torvalds # Date: Mon Apr 3 09:41:24 2023 -0700 # # Merge tag 'vfs.misc.fixes.v6.3-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/idmapping # # Pull vfs fix from Christian Brauner: # "When a mount or mount tree is made shared the vfs allocates new peer # group ids for all mounts that have no peer group id set. Only mounts # that aren't marked with MNT_SHARED are relevant here as MNT_SHARED # indicates that the mount has fully transitioned to a shared mount. The # peer group id handling is done with namespace lock held. # # On failure, the peer group id settings of mounts for which a new peer # group id was allocated need to be reverted and the allocated peer # group id freed. The cleanup_group_ids() helper can identify the mounts # to cleanup by checking whether a given mount has a peer group id set # but isn't marked MNT_SHARED. The deallocation always needs to happen # with namespace lock held to protect against concurrent modifications # of the propagation settings. # # This fixes the one place where the namespace lock was dropped before # calling cleanup_group_ids()" # # * tag 'vfs.misc.fixes.v6.3-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/idmapping: # fs: drop peer group ids under namespace lock # < /opt/cross/kisskb/korg/gcc-5.5.0-nolibc/aarch64-linux/bin/aarch64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-5.5.0-nolibc/aarch64-linux/bin/aarch64-linux-ld --version # < git log --format=%s --max-count=1 148341f0a2f53b5e8808d093333d85170586a15d # < make -s -j 120 ARCH=arm64 O=/kisskb/build/linus_arm64-defconfig_arm64-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.0-nolibc/aarch64-linux/bin/aarch64-linux- defconfig # < make -s -j 120 ARCH=arm64 O=/kisskb/build/linus_arm64-defconfig_arm64-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.0-nolibc/aarch64-linux/bin/aarch64-linux- help # make -s -j 120 ARCH=arm64 O=/kisskb/build/linus_arm64-defconfig_arm64-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.0-nolibc/aarch64-linux/bin/aarch64-linux- olddefconfig # make -s -j 120 ARCH=arm64 O=/kisskb/build/linus_arm64-defconfig_arm64-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.0-nolibc/aarch64-linux/bin/aarch64-linux- /kisskb/src/fs/btrfs/send.c: In function 'get_cur_inode_state': /kisskb/src/fs/btrfs/send.c:1909:13: warning: 'right_gen' may be used uninitialized in this function [-Wmaybe-uninitialized] } else if (right_gen == gen) { ^ /kisskb/src/fs/btrfs/send.c: At top level: cc1: warning: unrecognized command line option '-Wno-shift-negative-value' Completed OK # rm -rf /kisskb/build/linus_arm64-defconfig_arm64-gcc5 # Build took: 0:03:58.573202