# git rev-parse -q --verify 8e22ba96d44c4ad5f9970565c54ab1876448a5ca^{commit} 8e22ba96d44c4ad5f9970565c54ab1876448a5ca already have revision, skipping fetch # git checkout -q -f -B kisskb 8e22ba96d44c4ad5f9970565c54ab1876448a5ca # git clean -qxdf # < git log -1 # commit 8e22ba96d44c4ad5f9970565c54ab1876448a5ca # Merge: 20ad549488d5 da4ed3787391 # Author: Linus Torvalds # Date: Thu Apr 4 15:04:00 2019 -1000 # # Merge tag 'riscv-for-linus-5.1-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/palmer/riscv-linux # # Pull RISC-V fixes from Palmer Dabbelt: # "I dropped the ball a bit here: these patches should all probably have # been part of rc2, but I wanted to get around to properly testing them # in the various configurations (qemu32, qeum64, unleashed) first. # # Unfortunately I've been traveling and didn't have time to actually do # that, but since these fix concrete bugs and pass my old set of tests I # don't want to delay the fixes any longer. # # There are four independent fixes here: # # - A fix for the rv32 port that corrects the 64-bit user accesor's # fixup label address. # # - A fix for a regression introduced during the merge window that # broke medlow configurations at run time. This patch also includes a # fix that disables ftrace for the same set of functions, which was # found by inspection at the same time. # # - A modification of the memory map to avoid overlapping the FIXMAP # and VMALLOC regions on systems with small memory maps. # # - A fix to the module handling code to use the correct syntax for # probing Kconfig entries. # # These have passed my standard test flow, but I didn't have time to # expand that testing like I said I would" # # * tag 'riscv-for-linus-5.1-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/palmer/riscv-linux: # RISC-V: Use IS_ENABLED(CONFIG_CMODEL_MEDLOW) # RISC-V: Fix FIXMAP_TOP to avoid overlap with VMALLOC area # RISC-V: Always compile mm/init.c with cmodel=medany and notrace # riscv: fix accessing 8-byte variable from RV32 # < /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-gcc --version # < /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld --version # < git log --format=%s --max-count=1 8e22ba96d44c4ad5f9970565c54ab1876448a5ca # < make -s -j 8 ARCH=sh O=/kisskb/build/linus_lboxre2_defconfig_sh4 CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux- lboxre2_defconfig # make -s -j 8 ARCH=sh O=/kisskb/build/linus_lboxre2_defconfig_sh4 CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux- Generating include/generated/machtypes.h :1478:2: warning: #warning syscall pidfd_send_signal not implemented [-Wcpp] :1481:2: warning: #warning syscall io_uring_setup not implemented [-Wcpp] :1484:2: warning: #warning syscall io_uring_enter not implemented [-Wcpp] :1487:2: warning: #warning syscall io_uring_register not implemented [-Wcpp] /kisskb/src/arch/sh/kernel/cpu/sh4/../sh3/../../entry-common.S: Assembler messages: /kisskb/src/arch/sh/kernel/cpu/sh4/../sh3/../../entry-common.S:385: Warning: overflow in branch to syscall_exit_work; converted into longer instruction sequence /kisskb/src/arch/sh/kernel/cpu/sh4/../sh3/../../entry-common.S:388: Warning: overflow in branch to syscall_exit_work; converted into longer instruction sequence /kisskb/src/kernel/printk/printk.c: In function 'devkmsg_sysctl_set_loglvl': /kisskb/src/kernel/printk/printk.c:187:16: warning: 'old' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/mm/mprotect.c: In function 'change_pte_range': /kisskb/src/mm/mprotect.c:42:20: warning: unused variable 'mm' [-Wunused-variable] /kisskb/src/net/ipv4/ip_output.c: In function '__ip_append_data': /kisskb/src/include/linux/skbuff.h:1397:6: warning: 'extra_uref' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/net/ipv4/ip_output.c:885:14: note: 'extra_uref' was declared here /kisskb/src/fs/proc/inode.c: In function 'proc_reg_open': /kisskb/src/include/linux/list.h:65:12: warning: 'pdeo' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/fs/proc/inode.c:337:21: note: 'pdeo' was declared here /kisskb/src/drivers/sh/clk/cpg.c: In function 'r8': /kisskb/src/drivers/sh/clk/cpg.c:41:2: warning: passing argument 1 of 'ioread8' discards 'const' qualifier from pointer target type [enabled by default] /kisskb/src/include/asm-generic/iomap.h:29:21: note: expected 'void *' but argument is of type 'const void *' /kisskb/src/drivers/sh/clk/cpg.c: In function 'r16': /kisskb/src/drivers/sh/clk/cpg.c:46:2: warning: passing argument 1 of 'ioread16' discards 'const' qualifier from pointer target type [enabled by default] /kisskb/src/include/asm-generic/iomap.h:30:21: note: expected 'void *' but argument is of type 'const void *' /kisskb/src/drivers/sh/clk/cpg.c: In function 'r32': /kisskb/src/drivers/sh/clk/cpg.c:51:2: warning: passing argument 1 of 'ioread32' discards 'const' qualifier from pointer target type [enabled by default] /kisskb/src/include/asm-generic/iomap.h:32:21: note: expected 'void *' but argument is of type 'const void *' Kernel: arch/sh/boot/zImage is ready Completed OK # rm -rf /kisskb/build/linus_lboxre2_defconfig_sh4 # Build took: 0:00:58.598799