# git rev-parse -q --verify fa121bb3fed6313b1f0af23952301e06cf6d32ed^{commit} fa121bb3fed6313b1f0af23952301e06cf6d32ed already have revision, skipping fetch # git checkout -q -f -B kisskb fa121bb3fed6313b1f0af23952301e06cf6d32ed # git clean -qxdf # < git log -1 # commit fa121bb3fed6313b1f0af23952301e06cf6d32ed # Merge: 7d4901c08ae5 e5793cd1b5fe # Author: Linus Torvalds # Date: Wed Jul 17 09:42:03 2019 -0700 # # Merge tag 'mips_5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux # # Pull MIPS updates from Paul Burton: # "A light batch this time around but significant improvements for # certain systems: # # - Removal of readq & writeq for MIPS32 kernels where they would # simply BUG() anyway, allowing drivers or other code that #ifdefs on # their presence to work properly. # # - Improvements for Ingenic JZ4740 systems, including support for the # external memory controller & pinmuxing fixes for qi_lb60/NanoNote # systems. # # - Improvements for Lantiq systems, in particular around SMP & IPIs. # # - DT updates for ralink/MediaTek MT7628a systems to probe & configure # a bunch more devices. # # - Miscellaneous cleanups & build fixes" # # * tag 'mips_5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux: (30 commits) # MIPS: fix some more fall through errors in arch/mips # MIPS: perf events: handle switch statement falling through warnings # mips/kprobes: Export kprobe_fault_handler() # MAINTAINERS: Add myself as Ingenic SoCs maintainer # MIPS: ralink: mt7628a.dtsi: Add watchdog controller DT node # MIPS: ralink: mt7628a.dtsi: Add SPI controller DT node # MIPS: ralink: mt7628a.dtsi: Add GPIO controller DT node # MIPS: ralink: mt7628a.dtsi: Add pinctrl DT properties to the UART nodes # MIPS: ralink: mt7628a.dtsi: Add pinmux DT node # MIPS: ralink: mt7628a.dtsi: Add SPDX GPL-2.0 license identifier # MIPS: lantiq: Add SMP support for lantiq interrupt controller # MIPS: lantiq: Shorten register names, remove unused macros # MIPS: lantiq: Fix bitfield masking # MIPS: lantiq: Remove unused macros # MIPS: lantiq: Fix attributes of of_device_id structure # MIPS: lantiq: Change variables to the same type as the source # MIPS: lantiq: Move macro directly to iomem function # mips: Remove q-accessors from non-64bit platforms # FDDI: defza: Include linux/io-64-nonatomic-lo-hi.h # MIPS: configs: Remove useless UEVENT_HELPER_PATH # ... # < /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 fa121bb3fed6313b1f0af23952301e06cf6d32ed # < make -s -j 80 ARCH=powerpc O=/kisskb/build/linus_pseries_le_defconfig_ppc64le-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux- pseries_le_defconfig # make -s -j 80 ARCH=powerpc O=/kisskb/build/linus_pseries_le_defconfig_ppc64le-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux- :1511:2: warning: #warning syscall clone3 not implemented [-Wcpp] /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+0x31fc): 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_pseries_le_defconfig_ppc64le-gcc5 # Build took: 0:02:35.875794