# 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-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 3c13c772fc233a10342c8e1605ff0855dfdf0c89 # make -s -j 40 ARCH=m68k O=/kisskb/build/linux-next_allmodconfig_m68k-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.5.0-nolibc/m68k-linux/bin/m68k-linux- allmodconfig # Added to kconfig CONFIG_BUILD_DOCSRC=n # Added to kconfig CONFIG_MODULE_SIG=n # Added to kconfig CONFIG_SAMPLES=n # < make -s -j 40 ARCH=m68k O=/kisskb/build/linux-next_allmodconfig_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_allmodconfig_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_allmodconfig_m68k-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.5.0-nolibc/m68k-linux/bin/m68k-linux- /kisskb/src/drivers/mfd/cs42l43.c:1138:12: error: 'cs42l43_runtime_resume' defined but not used [-Werror=unused-function] static int cs42l43_runtime_resume(struct device *dev) ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mfd/cs42l43.c:1124:12: error: 'cs42l43_runtime_suspend' defined but not used [-Werror=unused-function] static int cs42l43_runtime_suspend(struct device *dev) ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mfd/cs42l43.c:1106:12: error: 'cs42l43_resume' defined but not used [-Werror=unused-function] 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] 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:19: error: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'unsigned int' [-Werror=format=] prt_printf(err, "bad val size (%u > %lu)", ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/bcachefs/util.h:223:54: note: in definition of macro 'prt_printf' #define prt_printf(_out, ...) bch2_prt_printf(_out, __VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/fs/bcachefs/alloc_background.c: In function 'bch2_bucket_gens_invalid': /kisskb/src/fs/bcachefs/alloc_background.c:529:19: error: format '%lu' expects argument of type 'long unsigned int', but argument 3 has type 'size_t' {aka 'unsigned int'} [-Werror=format=] prt_printf(err, "bad val size (%lu != %zu)", ^~~~~~~~~~~~~~~~~~~~~~~~~~~ bkey_val_bytes(k.k), sizeof(struct bch_bucket_gens)); ~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/bcachefs/util.h:223:54: note: in definition of macro 'prt_printf' #define prt_printf(_out, ...) bch2_prt_printf(_out, __VA_ARGS__) ^~~~~~~~~~~ /kisskb/src/fs/bcachefs/alloc_background.c: In function 'bch2_check_alloc_info': /kisskb/src/fs/bcachefs/alloc_background.c:1469:1: error: the frame size of 1072 bytes is larger than 1024 bytes [-Werror=frame-larger-than=] } ^ cc1: all warnings being treated as errors make[5]: *** [/kisskb/src/scripts/Makefile.build:243: fs/bcachefs/alloc_background.o] Error 1 make[5]: *** 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[3]: *** Waiting for unfinished jobs.... make[3]: *** [/kisskb/src/scripts/Makefile.build:480: drivers] 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 40 ARCH=m68k O=/kisskb/build/linux-next_allmodconfig_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_allmodconfig_m68k-gcc8 # Build took: 0:03:08.316395