# git rev-parse -q --verify 786b71f5b754273ccef6d9462e52062b3e1f9877^{commit} 786b71f5b754273ccef6d9462e52062b3e1f9877 already have revision, skipping fetch # git checkout -q -f -B kisskb 786b71f5b754273ccef6d9462e52062b3e1f9877 # git clean -qxdf # < git log -1 # commit 786b71f5b754273ccef6d9462e52062b3e1f9877 # Merge: b04e217 a30e7d1 # Author: Linus Torvalds # Date: Mon May 28 05:25:57 2018 -0700 # # Merge tag 'nds32-for-linus-4.17-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/greentime/linux # # Pull nds32 fixes from Greentime Hu: # "Bug fixes and build error fixes for nds32" # # * tag 'nds32-for-linus-4.17-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/greentime/linux: # nds32: Fix compiler warning, Wstringop-overflow, in vdso.c # nds32: Disable local irq before calling cpu_dcache_wb_page in copy_user_highpage # nds32: Flush the cache of the page at vmaddr instead of kaddr in flush_anon_page # nds32: Correct flush_dcache_page function # nds32: Fix the unaligned access handler # nds32: Renaming the file for unaligned access # nds32: To fix a cache inconsistency issue by setting correct cacheability of NTC # nds32: To refine readability of INT_MASK_INITAIAL_VAL # nds32: Fix the virtual address may map too much range by tlbop issue. # nds32: Fix the allmodconfig build. To make sure CONFIG_CPU_LITTLE_ENDIAN is default y # nds32: Fix build failed because arch_trace_hardirqs_off is changed to trace_hardirqs_off. # nds32: Fix the unknown type u8 issue. # nds32: Fix the symbols undefined issue by exporting them. # nds32: Fix xfs_buf built failed by export invalidate_kernel_vmap_range and flush_kernel_vmap_range # nds32: Fix drivers/gpu/drm/udl/udl_fb.c building error by defining PAGE_SHARED # nds32: Fix building error of crypto/xor.c by adding xor.h # nds32: Fix building error when CONFIG_FREEZE is enabled. # nds32: lib: To use generic lib instead of libgcc to prevent the symbol undefined issue. # < /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-gcc --version # < git log --format=%s --max-count=1 786b71f5b754273ccef6d9462e52062b3e1f9877 # < make -s -j 48 ARCH=sh O=/kisskb/build/linus_sh03_defconfig_sh4 CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux- sh03_defconfig # make -s -j 48 ARCH=sh O=/kisskb/build/linus_sh03_defconfig_sh4 CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux- Generating include/generated/machtypes.h :1317:2: warning: #warning syscall pkey_mprotect not implemented [-Wcpp] :1320:2: warning: #warning syscall pkey_alloc not implemented [-Wcpp] :1323:2: warning: #warning syscall pkey_free not implemented [-Wcpp] :1326:2: warning: #warning syscall statx 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:389: Warning: overflow in branch to syscall_exit_work; converted into longer instruction sequence /kisskb/src/arch/sh/kernel/cpu/sh4/../sh3/../../entry-common.S:392: Warning: overflow in branch to syscall_exit_work; converted into longer instruction sequence /kisskb/src/arch/sh/kernel/cpu/clock-cpg.c: In function 'cpg_clk_init': /kisskb/src/arch/sh/kernel/cpu/clock-cpg.c:53:3: warning: 'arch_init_clk_ops' is deprecated (declared at /kisskb/src/arch/sh/include/asm/clock.h:8) [-Wdeprecated-declarations] /kisskb/src/arch/sh/kernel/cpu/clock-cpg.c: In function 'arch_clk_init': /kisskb/src/arch/sh/kernel/cpu/clock-cpg.c:77:2: warning: 'cpg_clk_init' is deprecated (declared at /kisskb/src/arch/sh/kernel/cpu/clock-cpg.c:47) [-Wdeprecated-declarations] /kisskb/src/kernel/printk/printk.c: In function 'devkmsg_sysctl_set_loglvl': /kisskb/src/kernel/printk/printk.c:183:16: warning: 'old' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/kernel/rcu/srcutree.c: In function 'init_srcu_struct_fields': /kisskb/src/kernel/rcu/srcutree.c:127:33: warning: 'levelspread[]' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/kernel/rcu/srcutree.c:94:6: note: 'levelspread[]' 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 *' /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:340:21: note: 'pdeo' was declared here Kernel: arch/sh/boot/zImage is ready Completed OK # rm -rf /kisskb/build/linus_sh03_defconfig_sh4 # Build took: 0:00:42.737325