# git gc # git rev-parse -q --verify 0f4b9289bad354b606190a4cd54d5222b4e41d98^{commit} # git fetch -q -n -f git://fs.ozlabs.ibm.com/kernel/linus master # git rev-parse -q --verify 0f4b9289bad354b606190a4cd54d5222b4e41d98^{commit} 0f4b9289bad354b606190a4cd54d5222b4e41d98 # git checkout -q -f -B kisskb 0f4b9289bad354b606190a4cd54d5222b4e41d98 # git clean -qxdf # < git log -1 # commit 0f4b9289bad354b606190a4cd54d5222b4e41d98 # Merge: 6dcaf9fb623f 7c5c18bdb656 # Author: Linus Torvalds # Date: Wed Sep 8 16:28:14 2021 -0700 # # Merge tag 'docs-5.15-2' of git://git.lwn.net/linux # # Pull more documentation updates from Jonathan Corbet: # "Another collection of documentation patches, mostly fixes but also # includes another set of traditional Chinese translations" # # * tag 'docs-5.15-2' of git://git.lwn.net/linux: # docs: pdfdocs: Fix typo in CJK-language specific font settings # docs: kernel-hacking: Remove inappropriate text # docs/zh_TW: add translations for zh_TW/filesystems # docs/zh_TW: add translations for zh_TW/cpu-freq # docs/zh_TW: add translations for zh_TW/arm64 # docs/zh_CN: Modify the translator tag and fix the wrong word # Documentation/features/vm: correct huge-vmap APIs # Documentation: block: blk-mq: Fix small typo in multi-queue docs # Documentation: in_irq() cleanup # Documentation: arm: marvell: Add 88F6825 model into list # Documentation/process/maintainer-pgp-guide: Replace broken link to PGP path finder # Documentation: locking: fix references # Documentation: Update details of The Linux Kernel Module Programming Guide # docs: x86: Remove obsolete information about x86_64 vmalloc() faulting # Documentation/process/applying-patches: Activate linux-next man hyperlink # < /opt/cross/kisskb/korg/gcc-9.2.0-nolibc/powerpc64-linux/bin/powerpc64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-9.2.0-nolibc/powerpc64-linux/bin/powerpc64-linux-ld --version # < git log --format=%s --max-count=1 0f4b9289bad354b606190a4cd54d5222b4e41d98 # < make -s -j 8 ARCH=powerpc O=/kisskb/build/linus-rand_powerpc-randconfig_powerpc-gcc9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-9.2.0-nolibc/powerpc64-linux/bin/powerpc64-linux- randconfig # Added to kconfig CONFIG_STANDALONE=y # Added to kconfig CONFIG_BUILD_DOCSRC=n # Added to kconfig CONFIG_MODULE_SIG=n # Added to kconfig CONFIG_CPU_BIG_ENDIAN=y # Added to kconfig CONFIG_PPC64=y # Added to kconfig CONFIG_PPC_DISABLE_WERROR=y # Added to kconfig CONFIG_SECTION_MISMATCH_WARN_ONLY=y # Added to kconfig CONFIG_PREVENT_FIRMWARE_BUILD=y # Added to kconfig CONFIG_CC_STACKPROTECTOR_STRONG=n # Added to kconfig CONFIG_GCC_PLUGINS=n # Added to kconfig CONFIG_LD_HEAD_STUB_CATCH=y # Added to kconfig CONFIG_TRIM_UNUSED_KSYMS=n # Added to kconfig CONFIG_UBSAN=n # < make -s -j 8 ARCH=powerpc O=/kisskb/build/linus-rand_powerpc-randconfig_powerpc-gcc9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-9.2.0-nolibc/powerpc64-linux/bin/powerpc64-linux- help # make -s -j 8 ARCH=powerpc O=/kisskb/build/linus-rand_powerpc-randconfig_powerpc-gcc9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-9.2.0-nolibc/powerpc64-linux/bin/powerpc64-linux- olddefconfig .config:5113:warning: override: reassigning to symbol MODULE_SIG .config:5115:warning: override: reassigning to symbol PPC64 .config:5116:warning: override: reassigning to symbol PPC_DISABLE_WERROR .config:5117:warning: override: reassigning to symbol SECTION_MISMATCH_WARN_ONLY .config:5118:warning: override: reassigning to symbol PREVENT_FIRMWARE_BUILD # make -s -j 8 ARCH=powerpc O=/kisskb/build/linus-rand_powerpc-randconfig_powerpc-gcc9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-9.2.0-nolibc/powerpc64-linux/bin/powerpc64-linux- /kisskb/src/fs/jffs2/xattr.c: In function 'jffs2_build_xattr_subsystem': /kisskb/src/fs/jffs2/xattr.c:887:1: error: the frame size of 1072 bytes is larger than 1024 bytes [-Werror=frame-larger-than=] 887 | } | ^ cc1: all warnings being treated as errors make[3]: *** [/kisskb/src/scripts/Makefile.build:277: fs/jffs2/xattr.o] Error 1 make[3]: *** Waiting for unfinished jobs.... make[2]: *** [/kisskb/src/scripts/Makefile.build:540: fs/jffs2] Error 2 make[1]: *** [/kisskb/src/Makefile:1874: fs] Error 2 make[1]: *** Waiting for unfinished jobs.... /kisskb/src/drivers/gpu/drm/amd/amdgpu/../display/amdgpu_dm/dc_fpu.c: In function 'dc_fpu_begin': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../display/amdgpu_dm/dc_fpu.c:97:4: error: implicit declaration of function 'enable_kernel_altivec'; did you mean 'enable_kernel_vsx'? [-Werror=implicit-function-declaration] 97 | enable_kernel_altivec(); | ^~~~~~~~~~~~~~~~~~~~~ | enable_kernel_vsx /kisskb/src/drivers/gpu/drm/amd/amdgpu/../display/amdgpu_dm/dc_fpu.c: In function 'dc_fpu_end': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../display/amdgpu_dm/dc_fpu.c:133:4: error: implicit declaration of function 'disable_kernel_altivec'; did you mean 'disable_kernel_vsx'? [-Werror=implicit-function-declaration] 133 | disable_kernel_altivec(); | ^~~~~~~~~~~~~~~~~~~~~~ | disable_kernel_vsx cc1: all warnings being treated as errors make[5]: *** [/kisskb/src/scripts/Makefile.build:277: drivers/gpu/drm/amd/amdgpu/../display/amdgpu_dm/dc_fpu.o] Error 1 make[5]: *** Waiting for unfinished jobs.... make[4]: *** [/kisskb/src/scripts/Makefile.build:540: drivers/gpu/drm/amd/amdgpu] Error 2 make[3]: *** [/kisskb/src/scripts/Makefile.build:540: drivers/gpu/drm] Error 2 make[2]: *** [/kisskb/src/scripts/Makefile.build:540: drivers/gpu] Error 2 make[2]: *** Waiting for unfinished jobs.... make[1]: *** [/kisskb/src/Makefile:1874: drivers] Error 2 make: *** [Makefile:219: __sub-make] Error 2 Command 'make -s -j 8 ARCH=powerpc O=/kisskb/build/linus-rand_powerpc-randconfig_powerpc-gcc9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-9.2.0-nolibc/powerpc64-linux/bin/powerpc64-linux- ' returned non-zero exit status 2 # rm -rf /kisskb/build/linus-rand_powerpc-randconfig_powerpc-gcc9 # Build took: 0:10:30.308613