# 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-11.3.0-nolibc/m68k-linux/bin/m68k-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-11.3.0-nolibc/m68k-linux/bin/m68k-linux-ld --version # < git log --format=%s --max-count=1 148341f0a2f53b5e8808d093333d85170586a15d # < make -s -j 24 ARCH=m68k O=/kisskb/build/linus_m68k-defconfig_m68k-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.3.0-nolibc/m68k-linux/bin/m68k-linux- defconfig # < make -s -j 24 ARCH=m68k O=/kisskb/build/linus_m68k-defconfig_m68k-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.3.0-nolibc/m68k-linux/bin/m68k-linux- help # make -s -j 24 ARCH=m68k O=/kisskb/build/linus_m68k-defconfig_m68k-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.3.0-nolibc/m68k-linux/bin/m68k-linux- olddefconfig # make -s -j 24 ARCH=m68k O=/kisskb/build/linus_m68k-defconfig_m68k-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.3.0-nolibc/m68k-linux/bin/m68k-linux- In file included from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/fs/btrfs/volumes.c:6: /kisskb/src/fs/btrfs/volumes.c: In function 'btrfs_init_new_device': /kisskb/src/include/linux/list.h:74:19: warning: 'seed_devices' may be used uninitialized in this function [-Wmaybe-uninitialized] 74 | new->prev = prev; | ~~~~~~~~~~^~~~~~ /kisskb/src/fs/btrfs/volumes.c:2621:34: note: 'seed_devices' was declared here 2621 | struct btrfs_fs_devices *seed_devices; | ^~~~~~~~~~~~ Completed OK # rm -rf /kisskb/build/linus_m68k-defconfig_m68k-gcc11 # Build took: 0:03:45.912649