Buildresult: linus-rand/arm64-randconfig/arm64-gcc5 built on Jun 4 2020, 12:12
kisskb
Revisions
|
Branches
|
Compilers
|
Configs
|
Build Results
|
Build Failures
|
Status:
OK
Date/Time:
Jun 4 2020, 12:12
Duration:
0:09:03.639723
Builder:
ka2
Revision:
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm (
039aeb9deb9291f3b19c375a8bc6fa7f768996cc)
Target:
linus-rand/arm64-randconfig/arm64-gcc5
Branch:
linus-rand
Compiler:
arm64-gcc5
(aarch64-linux-gcc.br_real (Buildroot 2016.11-git-00613-ge98b4dd) 5.4.0 / GNU ld (GNU Binutils) 2.25.1)
Config:
randconfig
(
download
)
Log:
Download original
Possible warnings (12)
warning: The last gc run reported the following. Please correct the root cause warning: There are too many unreachable loose objects; run 'git prune' to remove them. .config:5199:warning: override: reassigning to symbol PREVENT_FIRMWARE_BUILD arch/arm64/boot/dts/broadcom/stingray/stingray-usb.dtsi:7.3-14: Warning (dma_ranges_format): /usb:dma-ranges: empty "dma-ranges" property but its #address-cells (1) differs from / (2) arch/arm64/boot/dts/broadcom/stingray/stingray-usb.dtsi:7.3-14: Warning (dma_ranges_format): /usb:dma-ranges: empty "dma-ranges" property but its #size-cells (1) differs from / (2) arch/arm64/boot/dts/broadcom/stingray/stingray-usb.dtsi:7.3-14: Warning (dma_ranges_format): /usb:dma-ranges: empty "dma-ranges" property but its #address-cells (1) differs from / (2) arch/arm64/boot/dts/broadcom/stingray/stingray-usb.dtsi:7.3-14: Warning (dma_ranges_format): /usb:dma-ranges: empty "dma-ranges" property but its #size-cells (1) differs from / (2) arch/arm64/boot/dts/broadcom/stingray/stingray-usb.dtsi:7.3-14: Warning (dma_ranges_format): /usb:dma-ranges: empty "dma-ranges" property but its #address-cells (1) differs from / (2) arch/arm64/boot/dts/broadcom/stingray/stingray-usb.dtsi:7.3-14: Warning (dma_ranges_format): /usb:dma-ranges: empty "dma-ranges" property but its #size-cells (1) differs from / (2) arch/arm64/boot/dts/qcom/ipq6018.dtsi:127.3-14: Warning (dma_ranges_format): /soc:dma-ranges: empty "dma-ranges" property but its #address-cells (1) differs from / (2) arch/arm64/boot/dts/qcom/ipq6018.dtsi:127.3-14: Warning (dma_ranges_format): /soc:dma-ranges: empty "dma-ranges" property but its #size-cells (1) differs from / (2) fs/ntfs/aops.c:1311:1: warning: the frame size of 2224 bytes is larger than 2048 bytes [-Wframe-larger-than=]
Full Log
# git rev-parse -q --verify 039aeb9deb9291f3b19c375a8bc6fa7f768996cc^{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 039aeb9deb9291f3b19c375a8bc6fa7f768996cc^{commit} 039aeb9deb9291f3b19c375a8bc6fa7f768996cc # git checkout -q -f -B kisskb 039aeb9deb9291f3b19c375a8bc6fa7f768996cc # git clean -qxdf # < git log -1 # commit 039aeb9deb9291f3b19c375a8bc6fa7f768996cc # Merge: 6b2591c21273 13ffbd8db1dd # Author: Linus Torvalds <torvalds@linux-foundation.org> # Date: Wed Jun 3 15:13:47 2020 -0700 # # Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm # # Pull kvm updates from Paolo Bonzini: # "ARM: # - Move the arch-specific code into arch/arm64/kvm # # - Start the post-32bit cleanup # # - Cherry-pick a few non-invasive pre-NV patches # # x86: # - Rework of TLB flushing # # - Rework of event injection, especially with respect to nested # virtualization # # - Nested AMD event injection facelift, building on the rework of # generic code and fixing a lot of corner cases # # - Nested AMD live migration support # # - Optimization for TSC deadline MSR writes and IPIs # # - Various cleanups # # - Asynchronous page fault cleanups (from tglx, common topic branch # with tip tree) # # - Interrupt-based delivery of asynchronous "page ready" events (host # side) # # - Hyper-V MSRs and hypercalls for guest debugging # # - VMX preemption timer fixes # # s390: # - Cleanups # # Generic: # - switch vCPU thread wakeup from swait to rcuwait # # The other architectures, and the guest side of the asynchronous page # fault work, will come next week" # # * tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm: (256 commits) # KVM: selftests: fix rdtsc() for vmx_tsc_adjust_test # KVM: check userspace_addr for all memslots # KVM: selftests: update hyperv_cpuid with SynDBG tests # x86/kvm/hyper-v: Add support for synthetic debugger via hypercalls # x86/kvm/hyper-v: enable hypercalls regardless of hypercall page # x86/kvm/hyper-v: Add support for synthetic debugger interface # x86/hyper-v: Add synthetic debugger definitions # KVM: selftests: VMX preemption timer migration test # KVM: nVMX: Fix VMX preemption timer migration # x86/kvm/hyper-v: Explicitly align hcall param for kvm_hyperv_exit # KVM: x86/pmu: Support full width counting # KVM: x86/pmu: Tweak kvm_pmu_get_msr to pass 'struct msr_data' in # KVM: x86: announce KVM_FEATURE_ASYNC_PF_INT # KVM: x86: acknowledgment mechanism for async pf page ready notifications # KVM: x86: interrupt based APF 'page ready' event delivery # KVM: introduce kvm_read_guest_offset_cached() # KVM: rename kvm_arch_can_inject_async_page_present() to kvm_arch_can_dequeue_async_page_present() # KVM: x86: extend struct kvm_vcpu_pv_apf_data with token info # Revert "KVM: async_pf: Fix #DF due to inject "Page not Present" and "Page Ready" exceptions simultaneously" # KVM: VMX: Replace zero-length array with flexible-array # ... # < /opt/cross/kisskb/br-aarch64-glibc-2016.08-613-ge98b4dd/bin/aarch64-linux-gcc --version # < /opt/cross/kisskb/br-aarch64-glibc-2016.08-613-ge98b4dd/bin/aarch64-linux-ld --version # < git log --format=%s --max-count=1 039aeb9deb9291f3b19c375a8bc6fa7f768996cc # < make -s -j 8 ARCH=arm64 O=/kisskb/build/linus-rand_arm64-randconfig_arm64-gcc5.4 CROSS_COMPILE=/opt/cross/kisskb/br-aarch64-glibc-2016.08-613-ge98b4dd/bin/aarch64-linux- randconfig KCONFIG_SEED=0x657E0496 # Added to kconfig CONFIG_PREVENT_FIRMWARE_BUILD=y # < make -s -j 8 ARCH=arm64 O=/kisskb/build/linus-rand_arm64-randconfig_arm64-gcc5.4 CROSS_COMPILE=/opt/cross/kisskb/br-aarch64-glibc-2016.08-613-ge98b4dd/bin/aarch64-linux- help # make -s -j 8 ARCH=arm64 O=/kisskb/build/linus-rand_arm64-randconfig_arm64-gcc5.4 CROSS_COMPILE=/opt/cross/kisskb/br-aarch64-glibc-2016.08-613-ge98b4dd/bin/aarch64-linux- olddefconfig .config:5199:warning: override: reassigning to symbol PREVENT_FIRMWARE_BUILD # make -s -j 8 ARCH=arm64 O=/kisskb/build/linus-rand_arm64-randconfig_arm64-gcc5.4 CROSS_COMPILE=/opt/cross/kisskb/br-aarch64-glibc-2016.08-613-ge98b4dd/bin/aarch64-linux- /kisskb/src/arch/arm64/boot/dts/broadcom/stingray/stingray-usb.dtsi:7.3-14: Warning (dma_ranges_format): /usb:dma-ranges: empty "dma-ranges" property but its #address-cells (1) differs from / (2) /kisskb/src/arch/arm64/boot/dts/broadcom/stingray/stingray-usb.dtsi:7.3-14: Warning (dma_ranges_format): /usb:dma-ranges: empty "dma-ranges" property but its #size-cells (1) differs from / (2) /kisskb/src/arch/arm64/boot/dts/broadcom/stingray/stingray-usb.dtsi:7.3-14: Warning (dma_ranges_format): /usb:dma-ranges: empty "dma-ranges" property but its #address-cells (1) differs from / (2) /kisskb/src/arch/arm64/boot/dts/broadcom/stingray/stingray-usb.dtsi:7.3-14: Warning (dma_ranges_format): /usb:dma-ranges: empty "dma-ranges" property but its #size-cells (1) differs from / (2) /kisskb/src/arch/arm64/boot/dts/broadcom/stingray/stingray-usb.dtsi:7.3-14: Warning (dma_ranges_format): /usb:dma-ranges: empty "dma-ranges" property but its #address-cells (1) differs from / (2) /kisskb/src/arch/arm64/boot/dts/broadcom/stingray/stingray-usb.dtsi:7.3-14: Warning (dma_ranges_format): /usb:dma-ranges: empty "dma-ranges" property but its #size-cells (1) differs from / (2) /kisskb/src/arch/arm64/boot/dts/qcom/ipq6018.dtsi:127.3-14: Warning (dma_ranges_format): /soc:dma-ranges: empty "dma-ranges" property but its #address-cells (1) differs from / (2) /kisskb/src/arch/arm64/boot/dts/qcom/ipq6018.dtsi:127.3-14: Warning (dma_ranges_format): /soc:dma-ranges: empty "dma-ranges" property but its #size-cells (1) differs from / (2) /kisskb/src/fs/ntfs/aops.c: In function 'ntfs_write_mst_block': /kisskb/src/fs/ntfs/aops.c:1311:1: warning: the frame size of 2224 bytes is larger than 2048 bytes [-Wframe-larger-than=] } ^ Completed OK # rm -rf /kisskb/build/linus-rand_arm64-randconfig_arm64-gcc5.4 # Build took: 0:09:03.639723
© Michael Ellerman 2006-2018.