# git rev-parse -q --verify fbc04bf01a8d5a639c2e90fea9402f715cf10ff2^{commit} fbc04bf01a8d5a639c2e90fea9402f715cf10ff2 already have revision, skipping fetch # git checkout -q -f -B kisskb fbc04bf01a8d5a639c2e90fea9402f715cf10ff2 # git clean -qxdf # < git log -1 # commit fbc04bf01a8d5a639c2e90fea9402f715cf10ff2 # Merge: ea7b3e6d42d7 cea267c235e1 # Author: Linus Torvalds # Date: Sat Feb 5 09:21:55 2022 -0800 # # Merge tag 'xfs-5.17-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux # # Pull xfs fixes from Darrick Wong: # "I was auditing operations in XFS that clear file privileges, and # realized that XFS' fallocate implementation drops suid/sgid but # doesn't clear file capabilities the same way that file writes and # reflink do. # # There are VFS helpers that do it correctly, so refactor XFS to use # them. I also noticed that we weren't flushing the log at the correct # point in the fallocate operation, so that's fixed too. # # Summary: # # - Fix fallocate so that it drops all file privileges when files are # modified instead of open-coding that incompletely. # # - Fix fallocate to flush the log if the caller wanted synchronous # file updates" # # * tag 'xfs-5.17-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux: # xfs: ensure log flush at the end of a synchronous fallocate call # xfs: move xfs_update_prealloc_flags() to xfs_pnfs.c # xfs: set prealloc flag in xfs_alloc_file_space() # xfs: fallocate() should call file_modified() # xfs: remove XFS_PREALLOC_SYNC # xfs: reject crazy array sizes being fed to XFS_IOC_GETBMAP* # < /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 fbc04bf01a8d5a639c2e90fea9402f715cf10ff2 # < make -s -j 24 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 24 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 24 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 24 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/arch/powerpc/kernel/stacktrace.c: In function 'handle_backtrace_ipi': /kisskb/src/arch/powerpc/kernel/stacktrace.c:171:2: error: implicit declaration of function 'nmi_cpu_backtrace' [-Werror=implicit-function-declaration] nmi_cpu_backtrace(regs); ^ /kisskb/src/arch/powerpc/kernel/stacktrace.c: In function 'arch_trigger_cpumask_backtrace': /kisskb/src/arch/powerpc/kernel/stacktrace.c:226:2: error: implicit declaration of function 'nmi_trigger_cpumask_backtrace' [-Werror=implicit-function-declaration] nmi_trigger_cpumask_backtrace(mask, exclude_self, raise_backtrace_ipi); ^ cc1: all warnings being treated as errors make[3]: *** [/kisskb/src/scripts/Makefile.build:288: arch/powerpc/kernel/stacktrace.o] Error 1 make[3]: *** Waiting for unfinished jobs.... make[2]: *** [/kisskb/src/scripts/Makefile.build:550: arch/powerpc/kernel] Error 2 make[2]: *** Waiting for unfinished jobs.... make[1]: *** [/kisskb/src/Makefile:1831: arch/powerpc] Error 2 make[1]: *** Waiting for unfinished jobs.... make: *** [Makefile:219: __sub-make] Error 2 Command 'make -s -j 24 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- ' returned non-zero exit status 2 # rm -rf /kisskb/build/linus_skiroot_defconfig_powerpc-gcc5 # Build took: 0:00:46.658153