# git rev-parse -q --verify 048d8cb65cde9fe7534eb4440bcfddcf406bb49c^{commit} 048d8cb65cde9fe7534eb4440bcfddcf406bb49c already have revision, skipping fetch # git checkout -q -f -B kisskb 048d8cb65cde9fe7534eb4440bcfddcf406bb49c # git clean -qxdf # < git log -1 # commit 048d8cb65cde9fe7534eb4440bcfddcf406bb49c # Author: Stephen Rothwell # Date: Thu Aug 1 15:18:46 2024 +1000 # # Add linux-next specific files for 20240801 # # 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 048d8cb65cde9fe7534eb4440bcfddcf406bb49c # 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- In file included from /kisskb/src/kernel/sched/build_utility.c:72: /kisskb/src/kernel/sched/debug.c:341:57: error: integer overflow in expression of type 'long int' results in '-100663296' [-Werror=overflow] static unsigned long fair_server_period_max = (1 << 22) * NSEC_PER_USEC; /* ~4 seconds */ ^ cc1: all warnings being treated as errors make[5]: *** [/kisskb/src/scripts/Makefile.build:244: kernel/sched/build_utility.o] Error 1 make[4]: *** [/kisskb/src/scripts/Makefile.build:485: kernel/sched] Error 2 make[4]: *** Waiting for unfinished jobs.... make[3]: *** [/kisskb/src/scripts/Makefile.build:485: kernel] Error 2 make[3]: *** Waiting for unfinished jobs.... /kisskb/src/mm/swapfile.c: In function 'get_swap_pages': /kisskb/src/mm/swapfile.c:842:40: error: array subscript 1 is above array bounds of 'struct list_head[1]' [-Werror=array-bounds] while (!list_empty(&si->frag_clusters[o])) { ~~~~~~~~~~~~~~~~~^~~ /kisskb/src/mm/swapfile.c:851:43: error: array subscript 1 is above array bounds of 'struct list_head[1]' [-Werror=array-bounds] while (!list_empty(&si->nonfull_clusters[o])) { ~~~~~~~~~~~~~~~~~~~~^~~ In file included from /kisskb/src/include/linux/list.h:5, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/linux/highmem.h:5, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/blk_types.h:10, from /kisskb/src/include/linux/blkdev.h:9, from /kisskb/src/mm/swapfile.c:9: /kisskb/src/include/linux/list.h:612:18: error: array subscript 1 is above array bounds of 'struct list_head[1]' [-Werror=array-bounds] list_entry((ptr)->next, type, member) ^~ /kisskb/src/include/linux/container_of.h:19:26: note: in definition of macro 'container_of' void *__mptr = (void *)(ptr); \ ^~~ /kisskb/src/include/linux/list.h:612:2: note: in expansion of macro 'list_entry' list_entry((ptr)->next, type, member) ^~~~~~~~~~ /kisskb/src/mm/swapfile.c:852:9: note: in expansion of macro 'list_first_entry' ci = list_first_entry(&si->nonfull_clusters[o], ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:612:18: error: array subscript 1 is above array bounds of 'struct list_head[1]' [-Werror=array-bounds] list_entry((ptr)->next, type, member) ^~ /kisskb/src/include/linux/container_of.h:19:26: note: in definition of macro 'container_of' void *__mptr = (void *)(ptr); \ ^~~ /kisskb/src/include/linux/list.h:612:2: note: in expansion of macro 'list_entry' list_entry((ptr)->next, type, member) ^~~~~~~~~~ /kisskb/src/mm/swapfile.c:843:9: note: in expansion of macro 'list_first_entry' ci = list_first_entry(&si->frag_clusters[o], ^~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[4]: *** [/kisskb/src/scripts/Makefile.build:244: mm/swapfile.o] Error 1 make[4]: *** Waiting for unfinished jobs.... make[3]: *** [/kisskb/src/scripts/Makefile.build:485: mm] Error 2 /kisskb/src/fs/bcachefs/data_update.c: In function '__bch2_data_update_index_update': /kisskb/src/fs/bcachefs/data_update.c:338:1: error: the frame size of 1032 bytes is larger than 1024 bytes [-Werror=frame-larger-than=] } ^ cc1: all warnings being treated as errors make[5]: *** [/kisskb/src/scripts/Makefile.build:244: fs/bcachefs/data_update.o] Error 1 make[5]: *** Waiting for unfinished jobs.... make[4]: *** [/kisskb/src/scripts/Makefile.build:485: fs/bcachefs] Error 2 make[4]: *** Waiting for unfinished jobs.... make[3]: *** [/kisskb/src/scripts/Makefile.build:485: fs] Error 2 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=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:05:36.180705