# git rev-parse -q --verify 5ad8b6ad9a08abdbc8c57a51a5faaf2ef1afc547^{commit} 5ad8b6ad9a08abdbc8c57a51a5faaf2ef1afc547 already have revision, skipping fetch # git checkout -q -f -B kisskb 5ad8b6ad9a08abdbc8c57a51a5faaf2ef1afc547 # git clean -qxdf # < git log -1 # commit 5ad8b6ad9a08abdbc8c57a51a5faaf2ef1afc547 # Merge: db3d841ac9ed d18a8679581e # Author: Linus Torvalds # Date: Tue May 21 08:34:51 2024 -0700 # # Merge tag 'pull-set_blocksize' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs # # Pull vfs blocksize updates from Al Viro: # "This gets rid of bogus set_blocksize() uses, switches it over # to be based on a 'struct file *' and verifies that the caller # has the device opened exclusively" # # * tag 'pull-set_blocksize' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs: # make set_blocksize() fail unless block device is opened exclusive # set_blocksize(): switch to passing struct file * # btrfs_get_bdev_and_sb(): call set_blocksize() only for exclusive opens # swsusp: don't bother with setting block size # zram: don't bother with reopening - just use O_EXCL for open # swapon(2): open swap with O_EXCL # swapon(2)/swapoff(2): don't bother with block size # pktcdvd: sort set_blocksize() calls out # bcache_register(): don't bother with set_blocksize() # < /opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux-ld --version # < git log --format=%s --max-count=1 5ad8b6ad9a08abdbc8c57a51a5faaf2ef1afc547 # make -s -j 40 ARCH=powerpc O=/kisskb/build/linus_skiroot_defconfig_powerpc-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux- skiroot_defconfig # < make -s -j 40 ARCH=powerpc O=/kisskb/build/linus_skiroot_defconfig_powerpc-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux- help # make -s -j 40 ARCH=powerpc O=/kisskb/build/linus_skiroot_defconfig_powerpc-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux- olddefconfig # make -s -j 40 ARCH=powerpc O=/kisskb/build/linus_skiroot_defconfig_powerpc-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux- /kisskb/src/fs/btrfs/extent_io.c: In function 'extent_fiemap': /kisskb/src/fs/btrfs/extent_io.c:3285:19: warning: 'last_extent_end' may be used uninitialized in this function [-Wmaybe-uninitialized] if (cache.cached && cache.offset + cache.len >= last_extent_end) { ^ /kisskb/src/fs/btrfs/extent_io.c: At top level: cc1: warning: unrecognized command line option '-Wno-shift-negative-value' cc1: warning: unrecognized command line option '-Wno-shift-negative-value' cc1: warning: unrecognized command line option '-Wno-stringop-overflow' Completed OK # rm -rf /kisskb/build/linus_skiroot_defconfig_powerpc-gcc5 # Build took: 0:01:03.967629