# git rev-parse -q --verify 0dd0c8f7db036b9aa61b70fa9fac423493cd5d17^{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 0dd0c8f7db036b9aa61b70fa9fac423493cd5d17^{commit} 0dd0c8f7db036b9aa61b70fa9fac423493cd5d17 # git checkout -q -f -B kisskb 0dd0c8f7db036b9aa61b70fa9fac423493cd5d17 # git clean -qxdf # < git log -1 # commit 0dd0c8f7db036b9aa61b70fa9fac423493cd5d17 # Merge: 8fa91bfa9ba4 7a1323b5dfe4 # Author: Linus Torvalds # Date: Sat Nov 30 14:50:51 2019 -0800 # # Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linux # # Pull Hyper-V updates from Sasha Levin: # # - support for new VMBus protocols (Andrea Parri) # # - hibernation support (Dexuan Cui) # # - latency testing framework (Branden Bonaby) # # - decoupling Hyper-V page size from guest page size (Himadri Pandya) # # * tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linux: (22 commits) # Drivers: hv: vmbus: Fix crash handler reset of Hyper-V synic # drivers/hv: Replace binary semaphore with mutex # drivers: iommu: hyperv: Make HYPERV_IOMMU only available on x86 # HID: hyperv: Add the support of hibernation # hv_balloon: Add the support of hibernation # x86/hyperv: Implement hv_is_hibernation_supported() # Drivers: hv: balloon: Remove dependencies on guest page size # Drivers: hv: vmbus: Remove dependencies on guest page size # x86: hv: Add function to allocate zeroed page for Hyper-V # Drivers: hv: util: Specify ring buffer size using Hyper-V page size # Drivers: hv: Specify receive buffer size using Hyper-V page size # tools: hv: add vmbus testing tool # drivers: hv: vmbus: Introduce latency testing # video: hyperv: hyperv_fb: Support deferred IO for Hyper-V frame buffer driver # video: hyperv: hyperv_fb: Obtain screen resolution from Hyper-V host # hv_netvsc: Add the support of hibernation # hv_sock: Add the support of hibernation # video: hyperv_fb: Add the support of hibernation # scsi: storvsc: Add the support of hibernation # Drivers: hv: vmbus: Add module parameter to cap the VMBus version # ... # < /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/powerpc64-linux/bin/powerpc64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/powerpc64-linux/bin/powerpc64-linux-ld --version # < git log --format=%s --max-count=1 0dd0c8f7db036b9aa61b70fa9fac423493cd5d17 # < make -s -j 48 ARCH=powerpc O=/kisskb/build/linus-rand_powerpc-randconfig_powerpc-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/powerpc64-linux/bin/powerpc64-linux- randconfig KCONFIG_SEED=0xFB64C5F1 # 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 # yes \n | make -s -j 48 ARCH=powerpc O=/kisskb/build/linus-rand_powerpc-randconfig_powerpc-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/powerpc64-linux/bin/powerpc64-linux- oldconfig yes: standard output: Broken pipe # make -s -j 48 ARCH=powerpc O=/kisskb/build/linus-rand_powerpc-randconfig_powerpc-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/powerpc64-linux/bin/powerpc64-linux- /kisskb/src/drivers/cpufreq/cpufreq.c: In function 'refresh_frequency_limits.part.32': /kisskb/src/drivers/cpufreq/cpufreq.c:1125:1: warning: the frame size of 1248 bytes is larger than 1024 bytes [-Wframe-larger-than=] } ^ /kisskb/src/drivers/cpufreq/cpufreq.c: In function 'store_scaling_governor': /kisskb/src/drivers/cpufreq/cpufreq.c:792:1: warning: the frame size of 1264 bytes is larger than 1024 bytes [-Wframe-larger-than=] } ^ /kisskb/src/drivers/cpufreq/cpufreq.c: In function 'cpufreq_init_policy': /kisskb/src/drivers/cpufreq/cpufreq.c:1090:1: warning: the frame size of 1248 bytes is larger than 1024 bytes [-Wframe-larger-than=] } ^ /kisskb/src/drivers/cpufreq/powernv-cpufreq.c: In function 'powernv_cpufreq_reboot_notifier': /kisskb/src/drivers/cpufreq/powernv-cpufreq.c:896:1: warning: the frame size of 1248 bytes is larger than 1024 bytes [-Wframe-larger-than=] } ^ /kisskb/src/drivers/cpufreq/powernv-cpufreq.c: In function 'powernv_cpufreq_work_fn': /kisskb/src/drivers/cpufreq/powernv-cpufreq.c:928:1: warning: the frame size of 1264 bytes is larger than 1024 bytes [-Wframe-larger-than=] } ^ /kisskb/src/drivers/usb/misc/usbtest.c: In function 'test_queue': /kisskb/src/drivers/usb/misc/usbtest.c:2148:1: warning: the frame size of 1264 bytes is larger than 1024 bytes [-Wframe-larger-than=] } ^ /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/powerpc64-linux/bin/powerpc64-linux-ld: warning: orphan section `.gnu.hash' from `linker stubs' being placed in section `.gnu.hash'. /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/powerpc64-linux/bin/powerpc64-linux-ld: warning: orphan section `.gnu.hash' from `linker stubs' being placed in section `.gnu.hash'. /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/powerpc64-linux/bin/powerpc64-linux-ld: warning: orphan section `.gnu.hash' from `linker stubs' being placed in section `.gnu.hash'. WARNING: modpost: missing MODULE_LICENSE() in drivers/pinctrl/pinctrl-equilibrium.o see include/linux/module.h for more information Completed OK # rm -rf /kisskb/build/linus-rand_powerpc-randconfig_powerpc-gcc8 # Build took: 0:02:21.610237