# git rev-parse -q --verify 9787aed57dd33ba5c15a713c2c50e78baeb5052d^{commit} 9787aed57dd33ba5c15a713c2c50e78baeb5052d already have revision, skipping fetch # git checkout -q -f -B kisskb 9787aed57dd33ba5c15a713c2c50e78baeb5052d # git clean -qxdf # < git log -1 # commit 9787aed57dd33ba5c15a713c2c50e78baeb5052d # Author: Nathan Chancellor # Date: Mon Jul 1 11:28:08 2019 -0700 # # coresight: Make the coresight_device_fwnode_match declaration's fwnode parameter const # # Fix Linus' merge error in the parent commit, causing: # # drivers/hwtracing/coresight/coresight.c:1051:11: error: incompatible pointer types passing 'int (struct device *, void *)' to parameter of type 'int (*)(struct device *, const void *)' [-Werror,-Wincompatible-pointer-types] # coresight_device_fwnode_match); # ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # include/linux/device.h:173:17: note: passing argument to parameter 'match' here # int (*match)(struct device *dev, const void *data)); # ^ # # due to missed header file fixup. # # Fixes: f632a8170a6b ("Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core") # Signed-off-by: Nathan Chancellor # [ Greg even sent this patch with his pull request, but I stupidly # thought it was the merge resolution fix I had already done as part of # the merge. But no, this was the extra fix for the header file # that goes with the definition I _had_ caught - Linus ] # Signed-off-by: Linus Torvalds # < /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 9787aed57dd33ba5c15a713c2c50e78baeb5052d # < make -s -j 120 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=0x96DC207A # Added to kconfig CONFIG_PREVENT_FIRMWARE_BUILD=y # yes \n | make -s -j 120 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- oldconfig yes: standard output: Broken pipe # make -s -j 120 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- arch/arm64/Makefile:58: CROSS_COMPILE_COMPAT not defined or empty, the compat vDSO will not be built arch/arm64/Makefile:58: CROSS_COMPILE_COMPAT not defined or empty, the compat vDSO will not be built Completed OK # rm -rf /kisskb/build/linus-rand_arm64-randconfig_arm64-gcc8 # Build took: 0:02:19.239671