# git rev-parse -q --verify 5929a1f0ff30d04ccf4b0f9c648e7aa8bc816bbd^{commit} 5929a1f0ff30d04ccf4b0f9c648e7aa8bc816bbd already have revision, skipping fetch # git checkout -q -f -B kisskb 5929a1f0ff30d04ccf4b0f9c648e7aa8bc816bbd # git clean -qxdf # < git log -1 # commit 5929a1f0ff30d04ccf4b0f9c648e7aa8bc816bbd # Merge: 9746e46737a1 ef3a61406618 # Author: Linus Torvalds # Date: Wed Nov 14 17:14:40 2018 -0600 # # Merge tag 'riscv-for-linus-4.20-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/palmer/riscv-linux # # Pull RISC-V fixes from Palmer Dabbelt: # "This contains a few patches that fix various issues in the RISC-V # port: # # - enable printk timestamps in the RISC-V defconfig. # # - a whitespace fix to "struct pt_regs". # # - add a "vdso_install" target for RISC-V. # # - a pair of build fixes: one to fix a typo in our makefile, and one # to clean up some warnings. # # There will probably be more patches from us for 4.20, but I don't have # anything that's ready to go right now so I'm going to hold off a bit. # # Right now the only concrete thing I know I want to make sure gets # sorted out is our 32-bit stat interface, which I don't want sitting in # limbo for another cycle as we have to get RV32I glibc sone" # # * tag 'riscv-for-linus-4.20-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/palmer/riscv-linux: # RISC-V: Silence some module warnings on 32-bit # RISC-V: lib: Fix build error for 64-bit # riscv: add missing vdso_install target # riscv: fix spacing in struct pt_regs # RISC-V: defconfig: Enable printk timestamps # < /opt/cross/kisskb/fe-x86-64-core-i7-2017.05/bin/x86_64-linux-gcc --version # < git log --format=%s --max-count=1 5929a1f0ff30d04ccf4b0f9c648e7aa8bc816bbd # < make -s -j 10 ARCH=um O=/kisskb/build/linus_um-defconfig_um-x86_64 CROSS_COMPILE=/opt/cross/kisskb/fe-x86-64-core-i7-2017.05/bin/x86_64-linux- SUBARCH=x86_64 defconfig # make -s -j 10 ARCH=um O=/kisskb/build/linus_um-defconfig_um-x86_64 CROSS_COMPILE=/opt/cross/kisskb/fe-x86-64-core-i7-2017.05/bin/x86_64-linux- SUBARCH=x86_64 /kisskb/src/scripts/unifdef.c: In function 'Mpass': /kisskb/src/scripts/unifdef.c:453:28: warning: 'strncpy' output truncated before terminating nul copying 4 bytes from a string of the same length [-Wstringop-truncation] static void Mpass (void) { strncpy(keyword, "if ", 4); Pelif(); } ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/um/os-Linux/umid.c: In function 'is_umdir_used': /kisskb/src/arch/um/os-Linux/umid.c:138:2: warning: ISO C90 forbids variable length array 'file' [-Wvla] char file[strlen(uml_dir) + UMID_LEN + sizeof("/pid\0")]; ^ /kisskb/src/arch/um/os-Linux/umid.c: In function 'create_pid_file': /kisskb/src/arch/um/os-Linux/umid.c:213:2: warning: ISO C90 forbids variable length array 'file' [-Wvla] char file[strlen(uml_dir) + UMID_LEN + sizeof("/pid\0")]; ^ /kisskb/src/arch/um/os-Linux/umid.c: In function 'remove_umid_dir': /kisskb/src/arch/um/os-Linux/umid.c:388:2: warning: ISO C90 forbids variable length array 'dir' [-Wvla] char dir[strlen(uml_dir) + UMID_LEN + 1], err; ^ /kisskb/src/net/core/rtnetlink.c: In function 'rtnl_newlink': /kisskb/src/net/core/rtnetlink.c:3224:1: warning: the frame size of 1296 bytes is larger than 1024 bytes [-Wframe-larger-than=] } ^ LINK linux Completed OK # rm -rf /kisskb/build/linus_um-defconfig_um-x86_64 # Build took: 0:00:51.241068