# git rev-parse -q --verify 3c13c772fc233a10342c8e1605ff0855dfdf0c89^{commit} 3c13c772fc233a10342c8e1605ff0855dfdf0c89 already have revision, skipping fetch # git checkout -q -f -B kisskb 3c13c772fc233a10342c8e1605ff0855dfdf0c89 # git clean -qxdf # < git log -1 # commit 3c13c772fc233a10342c8e1605ff0855dfdf0c89 # Author: Stephen Rothwell # Date: Tue Sep 12 15:24:19 2023 +1000 # # Add linux-next specific files for 20230912 # # Signed-off-by: Stephen Rothwell # < /opt/cross/kisskb/korg/gcc-11.3.0-nolibc/sh4-linux/bin/sh4-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-11.3.0-nolibc/sh4-linux/bin/sh4-linux-ld --version # < git log --format=%s --max-count=1 3c13c772fc233a10342c8e1605ff0855dfdf0c89 # make -s -j 160 ARCH=sh O=/kisskb/build/linux-next_allyesconfig_sh4-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.3.0-nolibc/sh4-linux/bin/sh4-linux- allyesconfig # Added to kconfig CONFIG_BUILD_DOCSRC=n # Added to kconfig CONFIG_MODULE_SIG=n # < make -s -j 160 ARCH=sh O=/kisskb/build/linux-next_allyesconfig_sh4-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.3.0-nolibc/sh4-linux/bin/sh4-linux- help # make -s -j 160 ARCH=sh O=/kisskb/build/linux-next_allyesconfig_sh4-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.3.0-nolibc/sh4-linux/bin/sh4-linux- olddefconfig # make -s -j 160 ARCH=sh O=/kisskb/build/linux-next_allyesconfig_sh4-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.3.0-nolibc/sh4-linux/bin/sh4-linux- Generating include/generated/machtypes.h :1519:2: warning: #warning syscall clone3 not implemented [-Wcpp] /kisskb/src/arch/sh/kernel/cpu/sh2/../../entry-common.S: Assembler messages: /kisskb/src/arch/sh/kernel/cpu/sh2/../../entry-common.S:85: Warning: overflow in branch to __restore_all; converted into longer instruction sequence /kisskb/src/arch/sh/kernel/cpu/sh2/../../entry-common.S:357: Warning: overflow in branch to syscall_exit_work; converted into longer instruction sequence /kisskb/src/arch/sh/kernel/cpu/sh2/../../entry-common.S:360: Warning: overflow in branch to syscall_exit_work; converted into longer instruction sequence /kisskb/src/drivers/mfd/cs42l43.c:1106:12: error: 'cs42l43_resume' defined but not used [-Werror=unused-function] 1106 | static int cs42l43_resume(struct device *dev) | ^~~~~~~~~~~~~~ /kisskb/src/drivers/mfd/cs42l43.c:1076:12: error: 'cs42l43_suspend' defined but not used [-Werror=unused-function] 1076 | static int cs42l43_suspend(struct device *dev) | ^~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[5]: *** [/kisskb/src/scripts/Makefile.build:243: drivers/mfd/cs42l43.o] Error 1 make[5]: *** Waiting for unfinished jobs.... make[4]: *** [/kisskb/src/scripts/Makefile.build:480: drivers/mfd] Error 2 make[4]: *** Waiting for unfinished jobs.... In file included from /kisskb/src/fs/bcachefs/vstructs.h:5, from /kisskb/src/fs/bcachefs/bcachefs_format.h:79, from /kisskb/src/fs/bcachefs/bcachefs.h:206, from /kisskb/src/fs/bcachefs/alloc_background.c:2: /kisskb/src/fs/bcachefs/alloc_background.c: In function 'bch2_alloc_v4_invalid': /kisskb/src/fs/bcachefs/alloc_background.c:245:33: error: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'unsigned int' [-Werror=format=] 245 | prt_printf(err, "bad val size (%u > %lu)", | ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/bcachefs/util.h:223:63: note: in definition of macro 'prt_printf' 223 | #define prt_printf(_out, ...) bch2_prt_printf(_out, __VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/fs/bcachefs/alloc_background.c:245:55: note: format string is defined here 245 | prt_printf(err, "bad val size (%u > %lu)", | ~~^ | | | long unsigned int | %u In file included from /kisskb/src/fs/bcachefs/vstructs.h:5, from /kisskb/src/fs/bcachefs/bcachefs_format.h:79, from /kisskb/src/fs/bcachefs/bcachefs.h:206, from /kisskb/src/fs/bcachefs/alloc_background.c:2: /kisskb/src/fs/bcachefs/alloc_background.c: In function 'bch2_bucket_gens_invalid': /kisskb/src/fs/bcachefs/alloc_background.c:529:33: error: format '%lu' expects argument of type 'long unsigned int', but argument 3 has type 'size_t' {aka 'unsigned int'} [-Werror=format=] 529 | prt_printf(err, "bad val size (%lu != %zu)", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ 530 | bkey_val_bytes(k.k), sizeof(struct bch_bucket_gens)); | ~~~~~~~~~~~~~~~~~~~ | | | size_t {aka unsigned int} /kisskb/src/fs/bcachefs/util.h:223:63: note: in definition of macro 'prt_printf' 223 | #define prt_printf(_out, ...) bch2_prt_printf(_out, __VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/fs/bcachefs/alloc_background.c:529:50: note: format string is defined here 529 | prt_printf(err, "bad val size (%lu != %zu)", | ~~^ | | | long unsigned int | %u In file included from /kisskb/src/fs/bcachefs/vstructs.h:5, from /kisskb/src/fs/bcachefs/bcachefs_format.h:79, from /kisskb/src/fs/bcachefs/bcachefs.h:206, from /kisskb/src/fs/bcachefs/btree_key_cache.c:3: /kisskb/src/fs/bcachefs/btree_key_cache.c: In function 'bch2_btree_key_cache_to_text': /kisskb/src/fs/bcachefs/btree_key_cache.c:1060:25: error: format '%zu' expects argument of type 'size_t', but argument 3 has type 'long int' [-Werror=format=] 1060 | prt_printf(out, "nr_freed:\t%zu", atomic_long_read(&c->nr_freed)); | ^~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | long int /kisskb/src/fs/bcachefs/util.h:223:63: note: in definition of macro 'prt_printf' 223 | #define prt_printf(_out, ...) bch2_prt_printf(_out, __VA_ARGS__) | ^~~~~~~~~~~ /kisskb/src/fs/bcachefs/btree_key_cache.c:1060:39: note: format string is defined here 1060 | prt_printf(out, "nr_freed:\t%zu", atomic_long_read(&c->nr_freed)); | ~~^ | | | unsigned int | %lu In file included from /kisskb/src/fs/bcachefs/buckets_waiting_for_journal.c:3: /kisskb/src/fs/bcachefs/buckets_waiting_for_journal.c: In function 'bch2_set_bucket_needs_journal_commit': /kisskb/src/fs/bcachefs/bcachefs.h:181:21: error: format '%zu' expects argument of type 'size_t', but argument 6 has type 'long unsigned int' [-Werror=format=] 181 | #define pr_fmt(fmt) "bcachefs: %s() " fmt "\n", __func__ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/dynamic_debug.h:224:29: note: in expansion of macro 'pr_fmt' 224 | func(&id, ##__VA_ARGS__); \ | ^~~~~~~~~~~ /kisskb/src/include/linux/dynamic_debug.h:248:9: note: in expansion of macro '__dynamic_func_call_cls' 248 | __dynamic_func_call_cls(__UNIQUE_ID(ddebug), cls, fmt, func, ##__VA_ARGS__) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/dynamic_debug.h:250:9: note: in expansion of macro '_dynamic_func_call_cls' 250 | _dynamic_func_call_cls(_DPRINTK_CLASS_DFLT, fmt, func, ##__VA_ARGS__) | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/dynamic_debug.h:269:9: note: in expansion of macro '_dynamic_func_call' 269 | _dynamic_func_call(fmt, __dynamic_pr_debug, \ | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/printk.h:579:9: note: in expansion of macro 'dynamic_pr_debug' 579 | dynamic_pr_debug(fmt, ##__VA_ARGS__) | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/bcachefs/buckets_waiting_for_journal.c:136:9: note: in expansion of macro 'pr_debug' 136 | pr_debug("took %zu rehashes, table at %zu/%zu elements", | ^~~~~~~~ cc1: all warnings being treated as errors make[5]: *** [/kisskb/src/scripts/Makefile.build:243: fs/bcachefs/buckets_waiting_for_journal.o] Error 1 make[5]: *** Waiting for unfinished jobs.... cc1: all warnings being treated as errors make[5]: *** [/kisskb/src/scripts/Makefile.build:243: fs/bcachefs/alloc_background.o] Error 1 In file included from /kisskb/src/include/linux/kernel.h:27, from /kisskb/src/include/linux/cpumask.h:10, from /kisskb/src/include/linux/smp.h:13, from /kisskb/src/include/linux/lockdep.h:14, from /kisskb/src/include/linux/radix-tree.h:14, from /kisskb/src/include/linux/backing-dev-defs.h:6, from /kisskb/src/fs/bcachefs/bcachefs.h:186, from /kisskb/src/fs/bcachefs/checksum.c:2: /kisskb/src/fs/bcachefs/checksum.c: In function 'do_encrypt': /kisskb/src/include/linux/minmax.h:22:35: error: comparison of distinct pointer types lacks a cast [-Werror] 22 | (!!(sizeof((typeof(x) *)1 == (typeof(y) *)1))) | ^~ /kisskb/src/include/linux/minmax.h:28:18: note: in expansion of macro '__typecheck' 28 | (__typecheck(x, y) && __no_side_effects(x, y)) | ^~~~~~~~~~~ /kisskb/src/include/linux/minmax.h:38:31: note: in expansion of macro '__safe_cmp' 38 | __builtin_choose_expr(__safe_cmp(x, y), \ | ^~~~~~~~~~ /kisskb/src/include/linux/minmax.h:69:25: note: in expansion of macro '__careful_cmp' 69 | #define min(x, y) __careful_cmp(x, y, <) | ^~~~~~~~~~~~~ /kisskb/src/fs/bcachefs/checksum.c:142:43: note: in expansion of macro 'min' 142 | unsigned pg_len = min(len, PAGE_SIZE - offset); | ^~~ cc1: all warnings being treated as errors make[5]: *** [/kisskb/src/scripts/Makefile.build:243: fs/bcachefs/checksum.o] Error 1 cc1: all warnings being treated as errors make[5]: *** [/kisskb/src/scripts/Makefile.build:243: fs/bcachefs/btree_key_cache.o] Error 1 make[3]: *** [/kisskb/src/scripts/Makefile.build:480: drivers] Error 2 make[3]: *** Waiting for unfinished jobs.... make[4]: *** [/kisskb/src/scripts/Makefile.build:480: fs/bcachefs] Error 2 make[4]: *** Waiting for unfinished jobs.... make[3]: *** [/kisskb/src/scripts/Makefile.build:480: fs] Error 2 make[2]: *** [/kisskb/src/Makefile:1913: .] Error 2 make[1]: *** [/kisskb/src/Makefile:234: __sub-make] Error 2 make: *** [Makefile:234: __sub-make] Error 2 Command 'make -s -j 160 ARCH=sh O=/kisskb/build/linux-next_allyesconfig_sh4-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.3.0-nolibc/sh4-linux/bin/sh4-linux- ' returned non-zero exit status 2. # rm -rf /kisskb/build/linux-next_allyesconfig_sh4-gcc11 # Build took: 0:03:34.502337