# git rev-parse -q --verify 4a0225c3d208cfa6e4550f2210ffd9114a952a81^{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 4a0225c3d208cfa6e4550f2210ffd9114a952a81^{commit} 4a0225c3d208cfa6e4550f2210ffd9114a952a81 # git checkout -q -f -B kisskb 4a0225c3d208cfa6e4550f2210ffd9114a952a81 # git clean -qxdf # < git log -1 # commit 4a0225c3d208cfa6e4550f2210ffd9114a952a81 # Merge: ca62e9090d22 86527bcbc889 # Author: Linus Torvalds # Date: Mon Apr 26 16:32:11 2021 -0700 # # Merge tag 'spi-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi # # Pull spi updates from Mark Brown: # "The only core work for SPI this time around is the completion of the # conversion to the new style method for specifying transfer delays, # meaning we can cope with what most controllers support more directly # using conversions in the core rather than open coding in drivers. # # Otherwise it's a good stack of cleanups and fixes plus a few new # drivers. # # Summary: # # - Completion of the conversion to new style transfer delay # configuration # # - Introduction and use of module_parport_driver() helper, merged here # as there's no parport tree # # - Support for Altera SoCs on DFL buses, NXP i.MX8DL, HiSilicon # Kunpeng, MediaTek MT8195" # # * tag 'spi-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi: (113 commits) # spi: Rename enable1 to activate in spi_set_cs() # spi: Convert Freescale QSPI binding to json schema # spi: stm32-qspi: fix debug format string # spi: tools: make a symbolic link to the header file spi.h # spi: fsi: add a missing of_node_put # spi: Make error handling of gpiod_count() call cleaner # spidev: Add Micron SPI NOR Authenta device compatible # spi: brcm,spi-bcm-qspi: convert to the json-schema # spi: altera: Add DFL bus driver for Altera API Controller # spi: altera: separate core code from platform code # spi: stm32-qspi: Fix compilation warning in ARM64 # spi: Handle SPI device setup callback failure. # spi: sync up initial chipselect state # spi: stm32-qspi: Add dirmap support # spi: stm32-qspi: Trigger DMA only if more than 4 bytes to transfer # spi: stm32-qspi: fix pm_runtime usage_count counter # spi: spi-zynqmp-gqspi: return -ENOMEM if dma_map_single fails # spi: spi-zynqmp-gqspi: fix use-after-free in zynqmp_qspi_exec_op # spi: spi-zynqmp-gqspi: Resolved slab-out-of-bounds bug # spi: spi-zynqmp-gqspi: fix hang issue when suspend/resume # ... # < /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/aarch64-linux/bin/aarch64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/aarch64-linux/bin/aarch64-linux-ld --version # < git log --format=%s --max-count=1 4a0225c3d208cfa6e4550f2210ffd9114a952a81 # < make -s -j 32 ARCH=arm64 O=/kisskb/build/linus-rand_arm64-randconfig_arm64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/aarch64-linux/bin/aarch64-linux- randconfig KCONFIG_SEED=0xD30363F8 # Added to kconfig CONFIG_PREVENT_FIRMWARE_BUILD=y # < make -s -j 32 ARCH=arm64 O=/kisskb/build/linus-rand_arm64-randconfig_arm64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/aarch64-linux/bin/aarch64-linux- help # make -s -j 32 ARCH=arm64 O=/kisskb/build/linus-rand_arm64-randconfig_arm64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/aarch64-linux/bin/aarch64-linux- olddefconfig .config:5646:warning: override: reassigning to symbol PREVENT_FIRMWARE_BUILD # make -s -j 32 ARCH=arm64 O=/kisskb/build/linus-rand_arm64-randconfig_arm64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/aarch64-linux/bin/aarch64-linux- /kisskb/src/lib/bitfield_kunit.c: In function 'test_bitfields_constants': /kisskb/src/lib/bitfield_kunit.c:93:1: warning: the frame size of 7440 bytes is larger than 2048 bytes [-Wframe-larger-than=] } ^ /kisskb/src/drivers/gpu/drm/rockchip/cdn-dp-core.c:1124:12: warning: 'cdn_dp_resume' defined but not used [-Wunused-function] static int cdn_dp_resume(struct device *dev) ^~~~~~~~~~~~~ /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/aarch64-linux/bin/aarch64-linux-ld: Unexpected GOT/PLT entries detected! /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/aarch64-linux/bin/aarch64-linux-ld: Unexpected run-time procedure linkages detected! drivers/gpu/drm/rcar-du/rcar_du_crtc.o: In function `rcar_du_crtc_atomic_enable': rcar_du_crtc.c:(.text+0x12b4): undefined reference to `rcar_lvds_clk_enable' drivers/gpu/drm/rcar-du/rcar_du_crtc.o: In function `rcar_du_crtc_atomic_disable': rcar_du_crtc.c:(.text+0x1870): undefined reference to `rcar_lvds_clk_disable' drivers/gpu/drm/rcar-du/rcar_du_drv.o: In function `rcar_du_init': rcar_du_drv.c:(.init.text+0x14): undefined reference to `rcar_du_of_init' drivers/gpu/drm/rcar-du/rcar_du_encoder.o: In function `rcar_du_encoder_init': rcar_du_encoder.c:(.text+0x13c): undefined reference to `rcar_lvds_dual_link' make[1]: *** [/kisskb/src/Makefile:1203: vmlinux] Error 1 make: *** [Makefile:215: __sub-make] Error 2 Command 'make -s -j 32 ARCH=arm64 O=/kisskb/build/linus-rand_arm64-randconfig_arm64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/aarch64-linux/bin/aarch64-linux- ' returned non-zero exit status 2 # rm -rf /kisskb/build/linus-rand_arm64-randconfig_arm64-gcc8 # Build took: 0:03:58.186280