# git rev-parse -q --verify 083f0f2cd402df40f62e16b1e4208e6033f52aba^{commit} 083f0f2cd402df40f62e16b1e4208e6033f52aba already have revision, skipping fetch # git checkout -q -f -B kisskb 083f0f2cd402df40f62e16b1e4208e6033f52aba # git clean -qxdf # < git log -1 # commit 083f0f2cd402df40f62e16b1e4208e6033f52aba # Merge: 361469211f87 48057ed1840f # Author: Linus Torvalds # Date: Sat Aug 24 14:45:33 2019 -0700 # # Merge tag 'gpio-v5.3-4' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio # # Pull GPIO fixes from Linus Walleij: # "Here is a (hopefully last) set of GPIO fixes for the v5.3 kernel # cycle. Two are pretty core: # # - Fix not reporting open drain/source lines to userspace as "input" # # - Fix a minor build error found in randconfigs # # - Fix a chip select quirk on the Freescale SPI # # - Fix the irqchip initialization semantic order to reflect what it # was using the old API" # # * tag 'gpio-v5.3-4' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio: # gpio: Fix irqchip initialization order # gpio: of: fix Freescale SPI CS quirk handling # gpio: Fix build error of function redefinition # gpiolib: never report open-drain/source lines as 'input' to user-space # < /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 083f0f2cd402df40f62e16b1e4208e6033f52aba # < make -s -j 120 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 120 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:01:37.183719