# git rev-parse -q --verify c1c76700a0d6e6090ccfe1209527f14c21b6681b^{commit} c1c76700a0d6e6090ccfe1209527f14c21b6681b already have revision, skipping fetch # git checkout -q -f -B kisskb c1c76700a0d6e6090ccfe1209527f14c21b6681b # git clean -qxdf # < git log -1 # commit c1c76700a0d6e6090ccfe1209527f14c21b6681b # Merge: 723c188d5cd4 58301e1c15db # Author: Linus Torvalds # Date: Thu Aug 4 12:12:54 2022 -0700 # # Merge tag 'spdx-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdx # # Pull SPDX updates from Greg KH: # "Here is the set of SPDX comment updates for 6.0-rc1. # # Nothing huge here, just a number of updated SPDX license tags and # cleanups based on the review of a number of common patterns in GPLv2 # boilerplate text. # # Also included in here are a few other minor updates, two USB files, # and one Documentation file update to get the SPDX lines correct. # # All of these have been in the linux-next tree for a very long time" # # * tag 'spdx-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdx: (28 commits) # Documentation: samsung-s3c24xx: Add blank line after SPDX directive # x86/crypto: Remove stray comment terminator # treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_406.RULE # treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_398.RULE # treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_391.RULE # treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_390.RULE # treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_385.RULE # treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_320.RULE # treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_319.RULE # treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_318.RULE # treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_298.RULE # treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_292.RULE # treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_179.RULE # treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_168.RULE (part 2) # treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_168.RULE (part 1) # treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_160.RULE # treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_152.RULE # treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_149.RULE # treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_147.RULE # treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_133.RULE # ... # < /opt/cross/kisskb/korg/gcc-8.5.0-nolibc/hppa-linux/bin/hppa-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-8.5.0-nolibc/hppa-linux/bin/hppa-linux-ld --version # < git log --format=%s --max-count=1 c1c76700a0d6e6090ccfe1209527f14c21b6681b # < make -s -j 32 ARCH=parisc O=/kisskb/build/linus_parisc-allmodconfig_parisc-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.5.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/linus_parisc-allmodconfig_parisc-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.5.0-nolibc/hppa-linux/bin/hppa-linux- help # make -s -j 32 ARCH=parisc O=/kisskb/build/linus_parisc-allmodconfig_parisc-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.5.0-nolibc/hppa-linux/bin/hppa-linux- olddefconfig # make -s -j 32 ARCH=parisc O=/kisskb/build/linus_parisc-allmodconfig_parisc-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.5.0-nolibc/hppa-linux/bin/hppa-linux- /kisskb/src/arch/parisc/kernel/vdso32/Makefile:30: FORCE prerequisite is missing /kisskb/src/drivers/gpu/drm/amd/amdgpu/psp_v13_0.c: In function 'psp_v13_0_memory_training': /kisskb/src/drivers/gpu/drm/amd/amdgpu/psp_v13_0.c:534:9: error: implicit declaration of function 'vmalloc'; did you mean 'kvmalloc'? [-Werror=implicit-function-declaration] buf = vmalloc(sz); ^~~~~~~ kvmalloc /kisskb/src/drivers/gpu/drm/amd/amdgpu/psp_v13_0.c:534:7: error: assignment to 'void *' from 'int' makes pointer from integer without a cast [-Werror=int-conversion] buf = vmalloc(sz); ^ /kisskb/src/drivers/gpu/drm/amd/amdgpu/psp_v13_0.c:545:5: error: implicit declaration of function 'vfree'; did you mean 'kvfree'? [-Werror=implicit-function-declaration] vfree(buf); ^~~~~ kvfree cc1: all warnings being treated as errors make[5]: *** [/kisskb/src/scripts/Makefile.build:249: drivers/gpu/drm/amd/amdgpu/psp_v13_0.o] Error 1 make[5]: *** Waiting for unfinished jobs.... make[4]: *** [/kisskb/src/scripts/Makefile.build:466: drivers/gpu/drm/amd/amdgpu] Error 2 make[4]: *** Waiting for unfinished jobs.... make[3]: *** [/kisskb/src/scripts/Makefile.build:466: drivers/gpu/drm] Error 2 make[2]: *** [/kisskb/src/scripts/Makefile.build:466: drivers/gpu] Error 2 make[2]: *** Waiting for unfinished jobs.... make[1]: *** [/kisskb/src/Makefile:1844: drivers] Error 2 make: *** [Makefile:219: __sub-make] Error 2 Command 'make -s -j 32 ARCH=parisc O=/kisskb/build/linus_parisc-allmodconfig_parisc-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.5.0-nolibc/hppa-linux/bin/hppa-linux- ' returned non-zero exit status 2 # rm -rf /kisskb/build/linus_parisc-allmodconfig_parisc-gcc8 # Build took: 0:11:33.591723