# git rev-parse -q --verify 361469211f876e67d7ca3d3d29e6d1c3e313d0f1^{commit} 361469211f876e67d7ca3d3d29e6d1c3e313d0f1 already have revision, skipping fetch # git checkout -q -f -B kisskb 361469211f876e67d7ca3d3d29e6d1c3e313d0f1 # git clean -qxdf # < git log -1 # commit 361469211f876e67d7ca3d3d29e6d1c3e313d0f1 # Merge: 0a022eccf7c4 a9fc4340aee0 # Author: Linus Torvalds # Date: Sat Aug 24 11:42:06 2019 -0700 # # Merge tag 'hyperv-fixes-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linux # # Pull Hyper-V fixes from Sasha Levin: # # - Fix for panics and network failures on PAE guests by Dexuan Cui. # # - Fix of a memory leak (and related cleanups) in the hyper-v keyboard # driver by Dexuan Cui. # # - Code cleanups for hyper-v clocksource driver during the merge window # by Dexuan Cui. # # - Fix for a false positive warning in the userspace hyper-v KVP store # by Vitaly Kuznetsov. # # * tag 'hyperv-fixes-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linux: # Drivers: hv: vmbus: Fix virt_to_hvpfn() for X86_PAE # Tools: hv: kvp: eliminate 'may be used uninitialized' warning # Input: hyperv-keyboard: Use in-place iterator API in the channel callback # Drivers: hv: vmbus: Remove the unused "tsc_page" from struct hv_context # < /opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux-ld --version # < git log --format=%s --max-count=1 361469211f876e67d7ca3d3d29e6d1c3e313d0f1 # < make -s -j 48 ARCH=powerpc O=/kisskb/build/linus_ppc64le_defconfig_ppc64le-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux- ppc64le_defconfig # make -s -j 48 ARCH=powerpc O=/kisskb/build/linus_ppc64le_defconfig_ppc64le-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux- /kisskb/src/kernel/futex.c: In function 'do_futex': /kisskb/src/kernel/futex.c:1676:17: warning: 'oldval' may be used uninitialized in this function [-Wmaybe-uninitialized] return oldval == cmparg; ^ /kisskb/src/kernel/futex.c:1651:6: note: 'oldval' was declared here int oldval, ret; ^ WARNING: vmlinux.o(.text+0x3204): Section mismatch in reference from the variable __boot_from_prom to the function .init.text:prom_init() The function __boot_from_prom() references the function __init prom_init(). This is often because __boot_from_prom lacks a __init annotation or the annotation of prom_init is wrong. WARNING: vmlinux.o(.text+0x33d0): Section mismatch in reference from the variable start_here_common to the function .init.text:start_kernel() The function start_here_common() references the function __init start_kernel(). This is often because start_here_common lacks a __init annotation or the annotation of start_kernel is wrong. Completed OK # rm -rf /kisskb/build/linus_ppc64le_defconfig_ppc64le-gcc5 # Build took: 0:02:43.211911