# git rev-parse -q --verify 568d850e3c6015acec8f854f5be97766497a676b^{commit} 568d850e3c6015acec8f854f5be97766497a676b already have revision, skipping fetch # git checkout -q -f -B kisskb 568d850e3c6015acec8f854f5be97766497a676b # git clean -qxdf # < git log -1 # commit 568d850e3c6015acec8f854f5be97766497a676b # Merge: 70570a6418be c82dd6d078a2 # Author: Linus Torvalds # Date: Fri Sep 27 13:08:36 2019 -0700 # # Merge tag 'riscv/for-v5.4-rc1-b' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux # # Pull more RISC-V updates from Paul Walmsley: # "Some additional RISC-V updates. # # This includes one significant fix: # # - Prevent interrupts from being unconditionally re-enabled during # exception handling if they were disabled in the context in which # the exception occurred # # Also a few other fixes: # # - Fix a build error when sparse memory support is manually enabled # # - Prevent CPUs beyond CONFIG_NR_CPUS from being enabled in early boot # # And a few minor improvements: # # - DT improvements: in the FU540 SoC DT files, improve U-Boot # compatibility by adding an "ethernet0" alias, drop an unnecessary # property from the DT files, and add support for the PWM device # # - KVM preparation: add a KVM-related macro for future RISC-V KVM # support, and export some symbols required to build KVM support as # modules # # - defconfig additions: build more drivers by default for QEMU # configurations" # # * tag 'riscv/for-v5.4-rc1-b' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux: # riscv: Avoid interrupts being erroneously enabled in handle_exception() # riscv: dts: sifive: Drop "clock-frequency" property of cpu nodes # riscv: dts: sifive: Add ethernet0 to the aliases node # RISC-V: Export kernel symbols for kvm # KVM: RISC-V: Add KVM_REG_RISCV for ONE_REG interface # arch/riscv: disable excess harts before picking main boot hart # RISC-V: Enable VIRTIO drivers in RV64 and RV32 defconfig # RISC-V: Fix building error when CONFIG_SPARSEMEM_MANUAL=y # riscv: dts: Add DT support for SiFive FU540 PWM driver # < /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 568d850e3c6015acec8f854f5be97766497a676b # < make -s -j 32 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 32 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- In file included from /kisskb/src/include/linux/list.h:9:0, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/btrfs/send.c:7: /kisskb/src/fs/btrfs/send.c: In function 'process_extent': /kisskb/src/include/linux/kernel.h:37:33: warning: 'clone_src_i_size' may be used uninitialized in this function [-Wmaybe-uninitialized] #define IS_ALIGNED(x, a) (((x) & ((typeof(x))(a) - 1)) == 0) ^ /kisskb/src/fs/btrfs/send.c:5088:6: note: 'clone_src_i_size' was declared here u64 clone_src_i_size; ^ WARNING: vmlinux.o(.text+0x31dc): 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+0x33c8): 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:03:01.778054