# git rev-parse -q --verify 320eb81df4f6c1a1814fd02ebb4ba41eb80a3c7e^{commit} 320eb81df4f6c1a1814fd02ebb4ba41eb80a3c7e already have revision, skipping fetch # git checkout -q -f -B kisskb 320eb81df4f6c1a1814fd02ebb4ba41eb80a3c7e # git clean -qxdf # < git log -1 # commit 320eb81df4f6c1a1814fd02ebb4ba41eb80a3c7e # Author: Stephen Rothwell # Date: Wed Aug 14 14:55:56 2024 +1000 # # Add linux-next specific files for 20240814 # # Signed-off-by: Stephen Rothwell # < /opt/cross/kisskb/korg/gcc-8.5.0-nolibc/mips-linux/bin/mips-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-8.5.0-nolibc/mips-linux/bin/mips-linux-ld --version # < git log --format=%s --max-count=1 320eb81df4f6c1a1814fd02ebb4ba41eb80a3c7e # make -s -j 160 ARCH=mips O=/kisskb/build/linux-next_allmodconfig_mips-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.5.0-nolibc/mips-linux/bin/mips-linux- allmodconfig # Added to kconfig CONFIG_BUILD_DOCSRC=n # Added to kconfig CONFIG_MODULE_SIG=n # Added to kconfig CONFIG_SAMPLES=n # Added to kconfig CONFIG_MIPS_CPS_NS16550_BASE=0x1b0003f8 # Added to kconfig CONFIG_MIPS_CPS_NS16550_SHIFT=0 # Added to kconfig CONFIG_GCC_PLUGINS=n # Added to kconfig # < make -s -j 160 ARCH=mips O=/kisskb/build/linux-next_allmodconfig_mips-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.5.0-nolibc/mips-linux/bin/mips-linux- help # make -s -j 160 ARCH=mips O=/kisskb/build/linux-next_allmodconfig_mips-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.5.0-nolibc/mips-linux/bin/mips-linux- olddefconfig .config:15287:warning: override: reassigning to symbol MIPS_CPS_NS16550_SHIFT # make -s -j 160 ARCH=mips O=/kisskb/build/linux-next_allmodconfig_mips-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.5.0-nolibc/mips-linux/bin/mips-linux- /kisskb/src/arch/mips/boot/dts/img/boston.dts:128.17-178.5: Warning (interrupt_provider): /pci@14000000/pci2_root@0,0: '#interrupt-cells' found, but node is not an interrupt provider /kisskb/src/arch/mips/boot/dts/img/boston.dts:136.23-177.6: Warning (interrupt_provider): /pci@14000000/pci2_root@0,0/eg20t_bridge@1,0,0: '#interrupt-cells' found, but node is not an interrupt provider arch/mips/boot/dts/img/boston.dtb: Warning (interrupt_map): Failed prerequisite 'interrupt_provider' /kisskb/src/mm/swapfile.c: In function 'scan_swap_map_slots.constprop': /kisskb/src/mm/swapfile.c:863: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:872: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:873: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:864: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 make[3]: *** Waiting for unfinished jobs.... /kisskb/src/fs/btrfs/ioctl.c: In function 'btrfs_uring_encoded_read_cb': /kisskb/src/fs/btrfs/ioctl.c:4701:44: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] ret = btrfs_ioctl_encoded_read(cmd->file, (void __user *)cmd->sqe->addr, ^ /kisskb/src/fs/btrfs/ioctl.c: In function 'btrfs_uring_encoded_read_compat_cb': /kisskb/src/fs/btrfs/ioctl.c:4712:44: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] ret = btrfs_ioctl_encoded_read(cmd->file, (void __user *)cmd->sqe->addr, ^ cc1: all warnings being treated as errors make[5]: *** [/kisskb/src/scripts/Makefile.build:244: fs/btrfs/ioctl.o] Error 1 make[5]: *** Waiting for unfinished jobs.... make[4]: *** [/kisskb/src/scripts/Makefile.build:485: fs/btrfs] 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 160 ARCH=mips O=/kisskb/build/linux-next_allmodconfig_mips-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.5.0-nolibc/mips-linux/bin/mips-linux- ' returned non-zero exit status 2. # rm -rf /kisskb/build/linux-next_allmodconfig_mips-gcc8 # Build took: 0:13:25.512587