# git rev-parse -q --verify a04b1bf574e1f4875ea91f5c62ca051666443200^{commit} # git fetch -q -n -f git://fs.ozlabs.ibm.com/kernel/linus master warning: The last gc run reported the following. Please correct the root cause and remove .git/gc.log. Automatic cleanup will not be performed until the file is removed. warning: There are too many unreachable loose objects; run 'git prune' to remove them. # git rev-parse -q --verify a04b1bf574e1f4875ea91f5c62ca051666443200^{commit} a04b1bf574e1f4875ea91f5c62ca051666443200 # git checkout -q -f -B kisskb a04b1bf574e1f4875ea91f5c62ca051666443200 # git clean -qxdf # < git log -1 # commit a04b1bf574e1f4875ea91f5c62ca051666443200 # Merge: 93287e28bcc8 53d862fac4a0 # Author: Linus Torvalds # Date: Mon Mar 21 13:09:39 2022 -0700 # # Merge tag 'for-5.18/parisc-1' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux # # Pull parisc architecture updates from Helge Deller: # # - add vDSO support (allows us to use non-executable stacks) # # - many TLB and cache flush optimizations (by Dave Anglin) # # - fix handling of probe non-access faults (by Dave Anglin) # # - fix invalidate/flush vmap routines (by Dave Anglin) # # - avoid using hardware single-step in kprobes # # - enable ARCH_HAS_DEBUG_VM_PGTABLE # # - many cleanups in unaligned handlers, e.g. rewrite of existing # assembly code # # - always use the self-extracting kernel feature # # - big refacturing and code reductions regarding space-register usage in # get_user() and put_user() # # - add fillrect() support to stifb graphics driver # # * tag 'for-5.18/parisc-1' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux: (23 commits) # parisc: Fix invalidate/flush vmap routines # parisc: Avoid flushing cache on cache-less machines # parisc: Avoid using hardware single-step in kprobes # parisc: Improve CPU socket and core bootup info text # parisc: Enable ARCH_HAS_DEBUG_VM_PGTABLE # parisc: Avoid calling SMP cache flush functions on cache-less machines # parisc: Increase parisc_cache_flush_threshold setting # parisc/unaligned: Enhance user-space visible output # parisc/unaligned: Rewrite 32-bit inline assembly of emulate_sth() # parisc/unaligned: Rewrite 32-bit inline assembly of emulate_ldd() # parisc/unaligned: Rewrite inline assembly of emulate_ldw() # parisc/unaligned: Rewrite inline assembly of emulate_ldh() # parisc/unaligned: Use EFAULT fixup handler in unaligned handlers # parisc: Reduce code size by optimizing get_current() function calls # parisc: Use constants to encode the space registers like SR_KERNEL # parisc: Use SR_USER and SR_KERNEL in get_user() and put_user() # parisc: Add defines for various space register # parisc: Always use the self-extracting kernel feature # video/fbdev/stifb: Implement the stifb_fillrect() function # parisc: Add vDSO support # ... # < /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 a04b1bf574e1f4875ea91f5c62ca051666443200 # < make -s -j 32 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 32 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 32 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:4732:warning: override: reassigning to symbol PPC64 .config:4733:warning: override: reassigning to symbol PPC_DISABLE_WERROR .config:4734:warning: override: reassigning to symbol SECTION_MISMATCH_WARN_ONLY .config:4735:warning: override: reassigning to symbol PREVENT_FIRMWARE_BUILD .config:4737:warning: override: reassigning to symbol GCC_PLUGINS .config:4740:warning: override: reassigning to symbol UBSAN # make -s -j 32 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: warning: the frame size of 1072 bytes is larger than 1024 bytes [-Wframe-larger-than=] 887 | } | ^ Completed OK # rm -rf /kisskb/build/linus-rand_powerpc-randconfig_powerpc-gcc9 # Build took: 0:04:49.410044