Buildresult: linus/generic-64bit_defconfig/parisc64-gcc11 built on Mar 17 2023, 07:19
kisskb
Revisions
|
Branches
|
Compilers
|
Configs
|
Build Results
|
Build Failures
|
Status:
OK
Date/Time:
Mar 17 2023, 07:19
Duration:
0:01:42.519835
Builder:
ka7
Revision:
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm (
0ddc84d2dd43e2c2c3f634baa05ea10abd31197e)
Target:
linus/generic-64bit_defconfig/parisc64-gcc11
Branch:
linus
Compiler:
parisc64-gcc11
(hppa64-linux-gcc (GCC) 11.3.0 / GNU ld (GNU Binutils) 2.38)
Config:
generic-64bit_defconfig
(
download
)
Log:
Download original
Possible warnings (2)
include/linux/list.h:74:19: warning: 'seed_devices' may be used uninitialized in this function [-Wmaybe-uninitialized] fs/btrfs/send.c:1909:27: warning: 'right_gen' may be used uninitialized in this function [-Wmaybe-uninitialized]
Full Log
# git rev-parse -q --verify 0ddc84d2dd43e2c2c3f634baa05ea10abd31197e^{commit} 0ddc84d2dd43e2c2c3f634baa05ea10abd31197e already have revision, skipping fetch # git checkout -q -f -B kisskb 0ddc84d2dd43e2c2c3f634baa05ea10abd31197e # git clean -qxdf # < git log -1 # commit 0ddc84d2dd43e2c2c3f634baa05ea10abd31197e # Merge: 9c1bec9c0b08 f3e707413dbe # Author: Linus Torvalds <torvalds@linux-foundation.org> # Date: Thu Mar 16 11:32:12 2023 -0700 # # Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm # # Pull kvm fixes from Paolo Bonzini: # "ARM64: # # - Address a rather annoying bug w.r.t. guest timer offsetting. The # synchronization of timer offsets between vCPUs was broken, leading # to inconsistent timer reads within the VM. # # x86: # # - New tests for the slow path of the EVTCHNOP_send Xen hypercall # # - Add missing nVMX consistency checks for CR0 and CR4 # # - Fix bug that broke AMD GATag on 512 vCPU machines # # Selftests: # # - Skip hugetlb tests if huge pages are not available # # - Sync KVM exit reasons" # # * tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm: # KVM: selftests: Sync KVM exit reasons in selftests # KVM: selftests: Add macro to generate KVM exit reason strings # KVM: selftests: Print expected and actual exit reason in KVM exit reason assert # KVM: selftests: Make vCPU exit reason test assertion common # KVM: selftests: Add EVTCHNOP_send slow path test to xen_shinfo_test # KVM: selftests: Use enum for test numbers in xen_shinfo_test # KVM: selftests: Add helpers to make Xen-style VMCALL/VMMCALL hypercalls # KVM: selftests: Move the guts of kvm_hypercall() to a separate macro # KVM: SVM: WARN if GATag generation drops VM or vCPU ID information # KVM: SVM: Modify AVIC GATag to support max number of 512 vCPUs # KVM: SVM: Fix a benign off-by-one bug in AVIC physical table mask # selftests: KVM: skip hugetlb tests if huge pages are not available # KVM: VMX: Use tabs instead of spaces for indentation # KVM: VMX: Fix indentation coding style issue # KVM: nVMX: remove unnecessary #ifdef # KVM: nVMX: add missing consistency checks for CR0 and CR4 # KVM: arm64: timers: Convert per-vcpu virtual offset to a global value # < /opt/cross/kisskb/korg/gcc-11.3.0-nolibc/hppa-linux/bin/hppa64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-11.3.0-nolibc/hppa-linux/bin/hppa64-linux-ld --version # < git log --format=%s --max-count=1 0ddc84d2dd43e2c2c3f634baa05ea10abd31197e # < make -s -j 32 ARCH=parisc64 O=/kisskb/build/linus_generic-64bit_defconfig_parisc64-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.3.0-nolibc/hppa-linux/bin/hppa64-linux- generic-64bit_defconfig # < make -s -j 32 ARCH=parisc64 O=/kisskb/build/linus_generic-64bit_defconfig_parisc64-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.3.0-nolibc/hppa-linux/bin/hppa64-linux- help # make -s -j 32 ARCH=parisc64 O=/kisskb/build/linus_generic-64bit_defconfig_parisc64-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.3.0-nolibc/hppa-linux/bin/hppa64-linux- olddefconfig # make -s -j 32 ARCH=parisc64 O=/kisskb/build/linus_generic-64bit_defconfig_parisc64-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.3.0-nolibc/hppa-linux/bin/hppa64-linux- In file included from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/fs/btrfs/volumes.c:6: /kisskb/src/fs/btrfs/volumes.c: In function 'btrfs_init_new_device': /kisskb/src/include/linux/list.h:74:19: warning: 'seed_devices' may be used uninitialized in this function [-Wmaybe-uninitialized] 74 | new->prev = prev; | ~~~~~~~~~~^~~~~~ /kisskb/src/fs/btrfs/volumes.c:2612:34: note: 'seed_devices' was declared here 2612 | struct btrfs_fs_devices *seed_devices; | ^~~~~~~~~~~~ /kisskb/src/fs/btrfs/send.c: In function 'get_cur_inode_state': /kisskb/src/fs/btrfs/send.c:1909:27: warning: 'right_gen' may be used uninitialized in this function [-Wmaybe-uninitialized] 1909 | } else if (right_gen == gen) { | ^ Completed OK # rm -rf /kisskb/build/linus_generic-64bit_defconfig_parisc64-gcc11 # Build took: 0:01:42.519835
© Michael Ellerman 2006-2018.