# git rev-parse -q --verify 7afeac307a9561e3a93682c1e7eb22f918aa1187^{commit} 7afeac307a9561e3a93682c1e7eb22f918aa1187 already have revision, skipping fetch # git checkout -q -f -B kisskb 7afeac307a9561e3a93682c1e7eb22f918aa1187 # git clean -qxdf # < git log -1 # commit 7afeac307a9561e3a93682c1e7eb22f918aa1187 # Author: Stephen Rothwell # Date: Fri Dec 3 19:37:15 2021 +1100 # # Add linux-next specific files for 20211203 # # Signed-off-by: Stephen Rothwell # < /opt/cross/kisskb/korg/gcc-11.1.0-nolibc/m68k-linux/bin/m68k-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-11.1.0-nolibc/m68k-linux/bin/m68k-linux-ld --version # < git log --format=%s --max-count=1 7afeac307a9561e3a93682c1e7eb22f918aa1187 # < make -s -j 32 ARCH=m68k O=/kisskb/build/linux-next_m68k-allmodconfig_m68k-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.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 32 ARCH=m68k O=/kisskb/build/linux-next_m68k-allmodconfig_m68k-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/m68k-linux/bin/m68k-linux- help # make -s -j 32 ARCH=m68k O=/kisskb/build/linux-next_m68k-allmodconfig_m68k-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/m68k-linux/bin/m68k-linux- olddefconfig # make -s -j 32 ARCH=m68k O=/kisskb/build/linux-next_m68k-allmodconfig_m68k-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/m68k-linux/bin/m68k-linux- /kisskb/src/drivers/nubus/proc.c: In function 'nubus_proc_alloc_pde_data': /kisskb/src/drivers/nubus/proc.c:98:30: error: invalid application of 'sizeof' to incomplete type 'struct nubus_proc_pded' 98 | pded = kmalloc(sizeof(*pded), GFP_KERNEL); | ^ /kisskb/src/drivers/nubus/proc.c:102:13: error: invalid use of undefined type 'struct nubus_proc_pded' 102 | pded->res_ptr = ptr; | ^~ /kisskb/src/drivers/nubus/proc.c:103:13: error: invalid use of undefined type 'struct nubus_proc_pded' 103 | pded->res_size = size; | ^~ /kisskb/src/drivers/nubus/proc.c:104:16: error: returning 'struct nubus_proc_pded *' from a function with incompatible return type 'struct nubus_proc_pde_data *' [-Werror=incompatible-pointer-types] 104 | return pded; | ^~~~ cc1: all warnings being treated as errors make[3]: *** [/kisskb/src/scripts/Makefile.build:288: drivers/nubus/proc.o] Error 1 make[3]: *** Waiting for unfinished jobs.... make[2]: *** [/kisskb/src/scripts/Makefile.build:571: drivers/nubus] Error 2 make[2]: *** Waiting for unfinished jobs.... make[1]: *** [/kisskb/src/Makefile:1989: drivers] Error 2 make: *** [Makefile:226: __sub-make] Error 2 Command 'make -s -j 32 ARCH=m68k O=/kisskb/build/linux-next_m68k-allmodconfig_m68k-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/m68k-linux/bin/m68k-linux- ' returned non-zero exit status 2 # rm -rf /kisskb/build/linux-next_m68k-allmodconfig_m68k-gcc11 # Build took: 0:04:24.560356