# git rev-parse -q --verify fdadd93817f124fd0ea6ef251d4a1068b7feceba^{commit} fdadd93817f124fd0ea6ef251d4a1068b7feceba already have revision, skipping fetch # git checkout -q -f -B kisskb fdadd93817f124fd0ea6ef251d4a1068b7feceba # git clean -qxdf # < git log -1 # commit fdadd93817f124fd0ea6ef251d4a1068b7feceba # Author: Stephen Rothwell # Date: Wed Sep 4 17:15:03 2024 +1000 # # Add linux-next specific files for 20240904 # # Signed-off-by: Stephen Rothwell # < /opt/cross/kisskb/korg/gcc-8.5.0-nolibc/m68k-linux/bin/m68k-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-8.5.0-nolibc/m68k-linux/bin/m68k-linux-ld --version # < git log --format=%s --max-count=1 fdadd93817f124fd0ea6ef251d4a1068b7feceba # make -s -j 40 ARCH=m68k O=/kisskb/build/linux-next_defconfig_m68k-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.5.0-nolibc/m68k-linux/bin/m68k-linux- defconfig # < make -s -j 40 ARCH=m68k O=/kisskb/build/linux-next_defconfig_m68k-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.5.0-nolibc/m68k-linux/bin/m68k-linux- help # make -s -j 40 ARCH=m68k O=/kisskb/build/linux-next_defconfig_m68k-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.5.0-nolibc/m68k-linux/bin/m68k-linux- olddefconfig # make -s -j 40 ARCH=m68k O=/kisskb/build/linux-next_defconfig_m68k-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.5.0-nolibc/m68k-linux/bin/m68k-linux- In file included from /kisskb/src/fs/xfs/xfs_linux.h:82, from /kisskb/src/fs/xfs/xfs.h:26, from /kisskb/src/fs/xfs/xfs_super.c:7: /kisskb/src/fs/xfs/xfs_super.c: In function 'xfs_fs_fill_super': /kisskb/src/fs/xfs/xfs_super.c:1654:1: warning: format '%ld' expects argument of type 'long int', but argument 5 has type 'size_t' {aka 'unsigned int'} [-Wformat=] "block size (%u bytes) not supported; Only block size (%ld) or less is supported", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mp->m_sb.sb_blocksize, max_folio_size); ~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_message.h:16:35: note: in definition of macro 'xfs_printk_index_wrap' xfs_printk_level(kern_level, mp, fmt, ##__VA_ARGS__); \ ^~~ /kisskb/src/fs/xfs/xfs_super.c:1653:4: note: in expansion of macro 'xfs_warn' xfs_warn(mp, ^~~~~~~~ /kisskb/src/fs/bcachefs/sb-members.c: In function 'bch2_sb_member_alloc': /kisskb/src/fs/bcachefs/sb-members.c:503:2: error: a label can only be part of a statement and a declaration is not a statement unsigned nr_devices = max_t(unsigned, dev_idx + 1, c->sb.nr_devices); ^~~~~~~~ /kisskb/src/fs/bcachefs/sb-members.c:505:2: error: expected expression before 'struct' struct bch_sb_field_members_v2 *mi = bch2_sb_field_get(c->disk_sb.sb, members_v2); ^~~~~~ In file included from /kisskb/src/include/vdso/const.h:5, from /kisskb/src/include/linux/const.h:4, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/backing-dev-defs.h:5, from /kisskb/src/fs/bcachefs/bcachefs.h:186, from /kisskb/src/fs/bcachefs/sb-members.c:3: /kisskb/src/fs/bcachefs/sb-members.c:507:22: error: 'mi' undeclared (first use in this function); did you mean 'min'? le16_to_cpu(mi->member_bytes) * nr_devices, sizeof(u64)); ^~ /kisskb/src/include/uapi/linux/const.h:51:40: note: in definition of macro '__KERNEL_DIV_ROUND_UP' #define __KERNEL_DIV_ROUND_UP(n, d) (((n) + (d) - 1) / (d)) ^ /kisskb/src/include/uapi/linux/byteorder/big_endian.h:37:26: note: in expansion of macro '__swab16' #define __le16_to_cpu(x) __swab16((__force __u16)(__le16)(x)) ^~~~~~~~ /kisskb/src/include/linux/byteorder/generic.h:91:21: note: in expansion of macro '__le16_to_cpu' #define le16_to_cpu __le16_to_cpu ^~~~~~~~~~~~~ /kisskb/src/fs/bcachefs/sb-members.c:507:10: note: in expansion of macro 'le16_to_cpu' le16_to_cpu(mi->member_bytes) * nr_devices, sizeof(u64)); ^~~~~~~~~~~ /kisskb/src/fs/bcachefs/sb-members.c:507:22: note: each undeclared identifier is reported only once for each function it appears in le16_to_cpu(mi->member_bytes) * nr_devices, sizeof(u64)); ^~ /kisskb/src/include/uapi/linux/const.h:51:40: note: in definition of macro '__KERNEL_DIV_ROUND_UP' #define __KERNEL_DIV_ROUND_UP(n, d) (((n) + (d) - 1) / (d)) ^ /kisskb/src/include/uapi/linux/byteorder/big_endian.h:37:26: note: in expansion of macro '__swab16' #define __le16_to_cpu(x) __swab16((__force __u16)(__le16)(x)) ^~~~~~~~ /kisskb/src/include/linux/byteorder/generic.h:91:21: note: in expansion of macro '__le16_to_cpu' #define le16_to_cpu __le16_to_cpu ^~~~~~~~~~~~~ /kisskb/src/fs/bcachefs/sb-members.c:507:10: note: in expansion of macro 'le16_to_cpu' le16_to_cpu(mi->member_bytes) * nr_devices, sizeof(u64)); ^~~~~~~~~~~ make[5]: *** [/kisskb/src/scripts/Makefile.build:244: fs/bcachefs/sb-members.o] Error 1 make[5]: *** Waiting for unfinished jobs.... make[4]: *** [/kisskb/src/scripts/Makefile.build:490: fs/bcachefs] Error 2 make[3]: *** [/kisskb/src/scripts/Makefile.build:490: fs] Error 2 make[3]: *** Waiting for unfinished jobs.... make[2]: *** [/kisskb/src/Makefile:1926: .] 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=m68k O=/kisskb/build/linux-next_defconfig_m68k-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.5.0-nolibc/m68k-linux/bin/m68k-linux- ' returned non-zero exit status 2. # rm -rf /kisskb/build/linux-next_defconfig_m68k-gcc8 # Build took: 0:00:56.243210