# git rev-parse -q --verify 3e9bff3bbe1355805de919f688bef4baefbfd436^{commit} 3e9bff3bbe1355805de919f688bef4baefbfd436 already have revision, skipping fetch # git checkout -q -f -B kisskb 3e9bff3bbe1355805de919f688bef4baefbfd436 # git clean -qxdf # < git log -1 # commit 3e9bff3bbe1355805de919f688bef4baefbfd436 # Merge: 5be63fc19fca e00e99ba6c6b # Author: Linus Torvalds # Date: Tue Aug 27 16:57:35 2024 +1200 # # Merge tag 'vfs-6.11-rc6.fixes' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs/vfs # # Pull vfs fixes from Christian Brauner: # "VFS: # # - Ensure that backing files uses file->f_ops->splice_write() for # splice # # netfs: # # - Revert the removal of PG_private_2 from netfs_release_folio() as # cephfs still relies on this # # - When AS_RELEASE_ALWAYS is set on a mapping the folio needs to # always be invalidated during truncation # # - Fix losing untruncated data in a folio by making letting # netfs_release_folio() return false if the folio is dirty # # - Fix trimming of streaming-write folios in netfs_inval_folio() # # - Reset iterator before retrying a short read # # - Fix interaction of streaming writes with zero-point tracker # # afs: # # - During truncation afs currently calls truncate_setsize() which sets # i_size, expands the pagecache and truncates it. The first two # operations aren't needed because they will have already been done. # So call truncate_pagecache() instead and skip the redundant parts # # overlayfs: # # - Fix checking of the number of allowed lower layers so 500 layers # can actually be used instead of just 499 # # - Add missing '\n' to pr_err() output # # - Pass string to ovl_parse_layer() and thus allow it to be used for # Opt_lowerdir as well # # pidfd: # # - Revert blocking the creation of pidfds for kthread as apparently # userspace relies on this. Specifically, it breaks systemd during # shutdown # # romfs: # # - Fix romfs_read_folio() to use the correct offset with # folio_zero_tail()" # # * tag 'vfs-6.11-rc6.fixes' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs/vfs: # netfs: Fix interaction of streaming writes with zero-point tracker # netfs: Fix missing iterator reset on retry of short read # netfs: Fix trimming of streaming-write folios in netfs_inval_folio() # netfs: Fix netfs_release_folio() to say no if folio dirty # afs: Fix post-setattr file edit to do truncation correctly # mm: Fix missing folio invalidation calls during truncation # ovl: ovl_parse_param_lowerdir: Add missed '\n' for pr_err # ovl: fix wrong lowerdir number check for parameter Opt_lowerdir # ovl: pass string to ovl_parse_layer() # backing-file: convert to using fops->splice_write # Revert "pidfd: prevent creation of pidfds for kthreads" # romfs: fix romfs_read_folio() # netfs, ceph: Partially revert "netfs: Replace PG_fscache by setting folio->private and marking dirty" # < /opt/cross/kisskb/x86-64--glibc--bleeding-edge-2022.08-1/bin/x86_64-linux-gcc --version # < /opt/cross/kisskb/x86-64--glibc--bleeding-edge-2022.08-1/bin/x86_64-linux-ld --version # < git log --format=%s --max-count=1 3e9bff3bbe1355805de919f688bef4baefbfd436 # make -s -j 40 ARCH=um O=/kisskb/build/linus_allmodconfig_um-x86_64-gcc12 CROSS_COMPILE=/opt/cross/kisskb/x86-64--glibc--bleeding-edge-2022.08-1/bin/x86_64-linux- SUBARCH=x86_64 allmodconfig # Added to kconfig CONFIG_STANDALONE=y # Added to kconfig CONFIG_KCOV=n # Added to kconfig CONFIG_GCC_PLUGINS=n # Added to kconfig CONFIG_GCC_PLUGIN_CYC_COMPLEXITY=n # Added to kconfig CONFIG_GCC_PLUGIN_SANCOV=n # Added to kconfig CONFIG_GCC_PLUGIN_LATENT_ENTROPY=n # Added to kconfig CONFIG_GCC_PLUGIN_STRUCTLEAK=n # Added to kconfig CONFIG_GCC_PLUGIN_RANDSTRUCT=n # Added to kconfig CONFIG_UML_NET=n # Added to kconfig CONFIG_UML_NET_ETHERTAP=n # Added to kconfig CONFIG_UML_NET_TUNTAP=n # Added to kconfig CONFIG_UML_NET_SLIP=n # Added to kconfig CONFIG_UML_NET_DAEMON=n # Added to kconfig CONFIG_UML_NET_VDE=n # Added to kconfig CONFIG_UML_NET_MCAST=n # Added to kconfig CONFIG_UML_NET_PCAP=n # Added to kconfig CONFIG_UML_NET_SLIRP=n # Added to kconfig CONFIG_GCOV_KERNEL=n # Added to kconfig CONFIG_DEBUG_INFO_BTF=n # Added to kconfig CONFIG_BPF_PRELOAD=n # Added to kconfig CONFIG_SPI_STM32_QSPI=n # < make -s -j 40 ARCH=um O=/kisskb/build/linus_allmodconfig_um-x86_64-gcc12 CROSS_COMPILE=/opt/cross/kisskb/x86-64--glibc--bleeding-edge-2022.08-1/bin/x86_64-linux- SUBARCH=x86_64 help # make -s -j 40 ARCH=um O=/kisskb/build/linus_allmodconfig_um-x86_64-gcc12 CROSS_COMPILE=/opt/cross/kisskb/x86-64--glibc--bleeding-edge-2022.08-1/bin/x86_64-linux- SUBARCH=x86_64 olddefconfig .config:14753:warning: override: reassigning to symbol GCC_PLUGIN_LATENT_ENTROPY .config:14757:warning: override: reassigning to symbol UML_NET_ETHERTAP .config:14759:warning: override: reassigning to symbol UML_NET_SLIP .config:14764:warning: override: reassigning to symbol UML_NET_SLIRP # make -s -j 40 ARCH=um O=/kisskb/build/linus_allmodconfig_um-x86_64-gcc12 CROSS_COMPILE=/opt/cross/kisskb/x86-64--glibc--bleeding-edge-2022.08-1/bin/x86_64-linux- SUBARCH=x86_64 /kisskb/src/lib/iomap.c:156:5: error: no previous prototype for ‘ioread64_lo_hi’ [-Werror=missing-prototypes] 156 | u64 ioread64_lo_hi(const void __iomem *addr) | ^~~~~~~~~~~~~~ /kisskb/src/lib/iomap.c:163:5: error: no previous prototype for ‘ioread64_hi_lo’ [-Werror=missing-prototypes] 163 | u64 ioread64_hi_lo(const void __iomem *addr) | ^~~~~~~~~~~~~~ /kisskb/src/lib/iomap.c:170:5: error: no previous prototype for ‘ioread64be_lo_hi’ [-Werror=missing-prototypes] 170 | u64 ioread64be_lo_hi(const void __iomem *addr) | ^~~~~~~~~~~~~~~~ /kisskb/src/lib/iomap.c:178:5: error: no previous prototype for ‘ioread64be_hi_lo’ [-Werror=missing-prototypes] 178 | u64 ioread64be_hi_lo(const void __iomem *addr) | ^~~~~~~~~~~~~~~~ /kisskb/src/lib/iomap.c:264:6: error: no previous prototype for ‘iowrite64_lo_hi’ [-Werror=missing-prototypes] 264 | void iowrite64_lo_hi(u64 val, void __iomem *addr) | ^~~~~~~~~~~~~~~ /kisskb/src/lib/iomap.c:272:6: error: no previous prototype for ‘iowrite64_hi_lo’ [-Werror=missing-prototypes] 272 | void iowrite64_hi_lo(u64 val, void __iomem *addr) | ^~~~~~~~~~~~~~~ /kisskb/src/lib/iomap.c:280:6: error: no previous prototype for ‘iowrite64be_lo_hi’ [-Werror=missing-prototypes] 280 | void iowrite64be_lo_hi(u64 val, void __iomem *addr) | ^~~~~~~~~~~~~~~~~ /kisskb/src/lib/iomap.c:288:6: error: no previous prototype for ‘iowrite64be_hi_lo’ [-Werror=missing-prototypes] 288 | void iowrite64be_hi_lo(u64 val, void __iomem *addr) | ^~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[4]: *** [/kisskb/src/scripts/Makefile.build:244: lib/iomap.o] Error 1 make[3]: *** [/kisskb/src/scripts/Makefile.build:485: lib] Error 2 make[3]: *** Waiting for unfinished jobs.... make[2]: *** [/kisskb/src/Makefile:1925: .] Error 2 make[1]: *** [/kisskb/src/Makefile:224: __sub-make] Error 2 make: *** [Makefile:224: __sub-make] Error 2 Command 'make -s -j 40 ARCH=um O=/kisskb/build/linus_allmodconfig_um-x86_64-gcc12 CROSS_COMPILE=/opt/cross/kisskb/x86-64--glibc--bleeding-edge-2022.08-1/bin/x86_64-linux- SUBARCH=x86_64 ' returned non-zero exit status 2. # rm -rf /kisskb/build/linus_allmodconfig_um-x86_64-gcc12 # Build took: 0:10:42.628454