# git rev-parse -q --verify e8b50608f666cf5c314a9df3dc4b85789a6aeaa5^{commit} e8b50608f666cf5c314a9df3dc4b85789a6aeaa5 already have revision, skipping fetch # git checkout -q -f -B kisskb e8b50608f666cf5c314a9df3dc4b85789a6aeaa5 # git clean -qxdf # < git log -1 # commit e8b50608f666cf5c314a9df3dc4b85789a6aeaa5 # Merge: e5a8a1163211 05dc6001af06 # Author: Linus Torvalds # Date: Sat Feb 9 12:41:14 2019 -0800 # # Merge tag 'mips_fixes_5.0_3' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux # # Pull MIPS fixes from Paul Burton: # "A batch of MIPS fixes for 5.0, nothing too scary. # # - A workaround for a Loongson 3 CPU bug is the biggest change, but # still fairly straightforward. It adds extra memory barriers (sync # instructions) around atomics to avoid a CPU bug that can break # atomicity. # # - Loongson64 also sees a fix for powering off some systems which # would incorrectly reboot rather than waiting for the power down # sequence to complete. # # - We have DT fixes for the Ingenic JZ4740 SoC & the JZ4780-based Ci20 # board, and a DT warning fix for the Nexsys4/MIPSfpga board. # # - The Cavium Octeon platform sees a further fix to the behaviour of # the pcie_disable command line argument that was introduced in v3.3. # # - The VDSO, introduced in v4.4, sees build fixes for configurations # of GCC that were built using the --with-fp-32= flag to specify a # default 32-bit floating point ABI. # # - get_frame_info() sees a fix for configurations with # CONFIG_KALLSYMS=n, for which it previously always returned an # error. # # - If the MIPS Coherence Manager (CM) reports an error then we'll now # clear that error correctly so that the GCR_ERROR_CAUSE register # will be updated with information about any future errors" # # * tag 'mips_fixes_5.0_3' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux: # mips: cm: reprime error cause # mips: loongson64: remove unreachable(), fix loongson_poweroff(). # MIPS: Remove function size check in get_frame_info() # MIPS: Use lower case for addresses in nexys4ddr.dts # MIPS: Loongson: Introduce and use loongson_llsc_mb() # MIPS: VDSO: Include $(ccflags-vdso) in o32,n32 .lds builds # MIPS: VDSO: Use same -m%-float cflag as the kernel proper # MIPS: OCTEON: don't set octeon_dma_bar_type if PCI is disabled # DTS: CI20: Fix bugs in ci20's device tree. # MIPS: DTS: jz4740: Correct interrupt number of DMA core # < /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 e8b50608f666cf5c314a9df3dc4b85789a6aeaa5 # < make -s -j 48 ARCH=sh O=/kisskb/build/linus_sh7763rdp_defconfig_sh4 CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux- sh7763rdp_defconfig # make -s -j 48 ARCH=sh O=/kisskb/build/linus_sh7763rdp_defconfig_sh4 CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux- Generating include/generated/machtypes.h :1318:2: warning: #warning syscall pkey_mprotect not implemented [-Wcpp] :1321:2: warning: #warning syscall pkey_alloc not implemented [-Wcpp] :1324:2: warning: #warning syscall pkey_free not implemented [-Wcpp] :1327:2: warning: #warning syscall statx not implemented [-Wcpp] :1333:2: warning: #warning syscall io_pgetevents not implemented [-Wcpp] :1336:2: warning: #warning syscall rseq 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:186:16: warning: 'old' may be used uninitialized in this function [-Wuninitialized] /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:339: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 *' /kisskb/src/net/ipv4/ip_output.c: In function '__ip_append_data': /kisskb/src/include/linux/skbuff.h:1338: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 Kernel: arch/sh/boot/zImage is ready Completed OK # rm -rf /kisskb/build/linus_sh7763rdp_defconfig_sh4 # Build took: 0:00:34.150579