# git rev-parse -q --verify 3bf222d317a20170ee17f082626c1e0f83537e13^{commit} 3bf222d317a20170ee17f082626c1e0f83537e13 already have revision, skipping fetch # git checkout -q -f -B kisskb 3bf222d317a20170ee17f082626c1e0f83537e13 # git clean -qxdf # < git log -1 # commit 3bf222d317a20170ee17f082626c1e0f83537e13 # Author: Stephen Rothwell # Date: Tue May 10 22:52:37 2022 +1000 # # Add linux-next specific files for 20220510 # # Signed-off-by: Stephen Rothwell # < /opt/cross/kisskb/korg/gcc-11.1.0-nolibc/hppa-linux/bin/hppa-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-11.1.0-nolibc/hppa-linux/bin/hppa-linux-ld --version # < git log --format=%s --max-count=1 3bf222d317a20170ee17f082626c1e0f83537e13 # < make -s -j 32 ARCH=parisc O=/kisskb/build/linux-next_parisc-allmodconfig_parisc-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/hppa-linux/bin/hppa-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=parisc O=/kisskb/build/linux-next_parisc-allmodconfig_parisc-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/hppa-linux/bin/hppa-linux- help # make -s -j 32 ARCH=parisc O=/kisskb/build/linux-next_parisc-allmodconfig_parisc-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/hppa-linux/bin/hppa-linux- olddefconfig # make -s -j 32 ARCH=parisc O=/kisskb/build/linux-next_parisc-allmodconfig_parisc-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/hppa-linux/bin/hppa-linux- /kisskb/src/arch/parisc/kernel/vdso32/Makefile:30: FORCE prerequisite is missing In file included from : /kisskb/src/mm/shmem.c: In function 'shmem_add_to_page_cache': /kisskb/src/include/linux/compiler_types.h:352:45: error: call to '__compiletime_assert_267' declared with attribute error: BUILD_BUG failed 352 | _compiletime_assert(condition, msg, __compiletime_assert_, __COUNTER__) | ^ /kisskb/src/include/linux/compiler_types.h:333:25: note: in definition of macro '__compiletime_assert' 333 | prefix ## suffix(); \ | ^~~~~~ /kisskb/src/include/linux/compiler_types.h:352:9: note: in expansion of macro '_compiletime_assert' 352 | _compiletime_assert(condition, msg, __compiletime_assert_, __COUNTER__) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/build_bug.h:39:37: note: in expansion of macro 'compiletime_assert' 39 | #define BUILD_BUG_ON_MSG(cond, msg) compiletime_assert(!(cond), msg) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/build_bug.h:59:21: note: in expansion of macro 'BUILD_BUG_ON_MSG' 59 | #define BUILD_BUG() BUILD_BUG_ON_MSG(1, "BUILD_BUG failed") | ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/vm_event_item.h:148:30: note: in expansion of macro 'BUILD_BUG' 148 | #define THP_FILE_FALLBACK ({ BUILD_BUG(); 0; }) | ^~~~~~~~~ /kisskb/src/mm/shmem.c:721:48: note: in expansion of macro 'THP_FILE_FALLBACK' 721 | count_vm_event(THP_FILE_FALLBACK); | ^~~~~~~~~~~~~~~~~ make[2]: *** [/kisskb/src/scripts/Makefile.build:295: mm/shmem.o] Error 1 make[2]: *** Waiting for unfinished jobs.... make[1]: *** [/kisskb/src/Makefile:2000: mm] Error 2 make[1]: *** Waiting for unfinished jobs.... /kisskb/src/drivers/misc/lkdtm/cfi.c: In function 'set_return_addr_unchecked': /kisskb/src/drivers/misc/lkdtm/cfi.c:62:37: error: cast from pointer to integer of different size [-Werror=pointer-to-int-cast] 62 | ((__force __typeof__(addr))((__force u64)(addr) | PAGE_OFFSET)) | ^ /kisskb/src/drivers/misc/lkdtm/cfi.c:72:13: note: in expansion of macro 'no_pac_addr' 72 | if (no_pac_addr(*ret_addr) == expected) | ^~~~~~~~~~~ /kisskb/src/drivers/misc/lkdtm/cfi.c:62:10: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] 62 | ((__force __typeof__(addr))((__force u64)(addr) | PAGE_OFFSET)) | ^ /kisskb/src/drivers/misc/lkdtm/cfi.c:72:13: note: in expansion of macro 'no_pac_addr' 72 | if (no_pac_addr(*ret_addr) == expected) | ^~~~~~~~~~~ /kisskb/src/drivers/misc/lkdtm/cfi.c: In function 'set_return_addr': /kisskb/src/drivers/misc/lkdtm/cfi.c:62:37: error: cast from pointer to integer of different size [-Werror=pointer-to-int-cast] 62 | ((__force __typeof__(addr))((__force u64)(addr) | PAGE_OFFSET)) | ^ /kisskb/src/drivers/misc/lkdtm/cfi.c:87:13: note: in expansion of macro 'no_pac_addr' 87 | if (no_pac_addr(*ret_addr) == expected) | ^~~~~~~~~~~ /kisskb/src/drivers/misc/lkdtm/cfi.c:62:10: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] 62 | ((__force __typeof__(addr))((__force u64)(addr) | PAGE_OFFSET)) | ^ /kisskb/src/drivers/misc/lkdtm/cfi.c:87:13: note: in expansion of macro 'no_pac_addr' 87 | if (no_pac_addr(*ret_addr) == expected) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[4]: *** [/kisskb/src/scripts/Makefile.build:295: drivers/misc/lkdtm/cfi.o] Error 1 make[4]: *** Waiting for unfinished jobs.... make[3]: *** [/kisskb/src/scripts/Makefile.build:602: drivers/misc/lkdtm] Error 2 make[3]: *** Waiting for unfinished jobs.... make[2]: *** [/kisskb/src/scripts/Makefile.build:602: drivers/misc] Error 2 make[2]: *** Waiting for unfinished jobs.... /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c: In function 'amdgpu_psp_vbflash_write': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c:3461:17: error: implicit declaration of function 'vfree'; did you mean 'kvfree'? [-Werror=implicit-function-declaration] 3461 | vfree(adev->psp.vbflash_tmp_buf); | ^~~~~ | kvfree /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c:3469:45: error: implicit declaration of function 'vmalloc'; did you mean 'kvmalloc'? [-Werror=implicit-function-declaration] 3469 | adev->psp.vbflash_tmp_buf = vmalloc(AMD_VBIOS_FILE_MAX_SIZE_B); | ^~~~~~~ | kvmalloc /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c:3469:43: error: assignment to 'char *' from 'int' makes pointer from integer without a cast [-Werror=int-conversion] 3469 | adev->psp.vbflash_tmp_buf = vmalloc(AMD_VBIOS_FILE_MAX_SIZE_B); | ^ cc1: all warnings being treated as errors make[5]: *** [/kisskb/src/scripts/Makefile.build:295: drivers/gpu/drm/amd/amdgpu/amdgpu_psp.o] Error 1 make[5]: *** Waiting for unfinished jobs.... make[4]: *** [/kisskb/src/scripts/Makefile.build:602: drivers/gpu/drm/amd/amdgpu] Error 2 make[4]: *** Waiting for unfinished jobs.... make[3]: *** [/kisskb/src/scripts/Makefile.build:602: drivers/gpu/drm] Error 2 make[2]: *** [/kisskb/src/scripts/Makefile.build:602: drivers/gpu] Error 2 make[1]: *** [/kisskb/src/Makefile:2000: drivers] Error 2 make: *** [Makefile:228: __sub-make] Error 2 Command 'make -s -j 32 ARCH=parisc O=/kisskb/build/linux-next_parisc-allmodconfig_parisc-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/hppa-linux/bin/hppa-linux- ' returned non-zero exit status 2 # rm -rf /kisskb/build/linux-next_parisc-allmodconfig_parisc-gcc11 # Build took: 0:09:59.528746