# git rev-parse -q --verify d3511f53bb2475f2a4e8460bee5a1ae6dea2a433^{commit} d3511f53bb2475f2a4e8460bee5a1ae6dea2a433 already have revision, skipping fetch # git checkout -q -f -B kisskb d3511f53bb2475f2a4e8460bee5a1ae6dea2a433 # git clean -qxdf # < git log -1 # commit d3511f53bb2475f2a4e8460bee5a1ae6dea2a433 # Merge: 02aff8db6438 62217beb394e # Author: Linus Torvalds # Date: Tue May 7 19:34:17 2019 -0700 # # Merge branch 'parisc-5.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux # # Pull parisc updates from Helge Deller: # "Many great new features, fixes and optimizations, including: # # - Convert page table updates to use per-pagetable spinlocks which # overall improves performance on SMP machines a lot, by Mikulas # Patocka # # - Kernel debugger (KGDB) support, by Sven Schnelle # # - KPROBES support, by Sven Schnelle # # - Lots of TLB lock/flush improvements, by Dave Anglin # # - Drop DISCONTIGMEM and switch to SPARSEMEM # # - Added JUMP_LABEL, branch runtime-patching support # # - Lots of other small speedups and cleanups, e.g. for QEMU, stack # randomization, avoidance of name clashes, documentation updates, # etc ..." # # * 'parisc-5.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux: (28 commits) # parisc: Add static branch and JUMP_LABEL feature # parisc: Use PA_ASM_LEVEL in boot code # parisc: Rename LEVEL to PA_ASM_LEVEL to avoid name clash with DRBD code # parisc: Update huge TLB page support to use per-pagetable spinlock # parisc: Use per-pagetable spinlock # parisc: Allow live-patching of __meminit functions # parisc: Add memory barrier to asm pdc and sync instructions # parisc: Add memory clobber to TLB purges # parisc: Use ldcw instruction for SMP spinlock release barrier # parisc: Remove lock code to serialize TLB operations in pacache.S # parisc: Switch from DISCONTIGMEM to SPARSEMEM # parisc: enable wide mode early # parisc: update feature lists # parisc: Show n/a if product number not available # parisc: remove unused flags parameter in __patch_text() # doc: update kprobes supported architecture list # parisc: Implement kretprobes # parisc: remove kprobes.h from generic-y # parisc: Implement kprobes # parisc: add functions required by KPROBE_EVENTS # ... # < /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 d3511f53bb2475f2a4e8460bee5a1ae6dea2a433 # < make -s -j 8 ARCH=sh O=/kisskb/build/linus_ecovec24-romimage_defconfig_sh4 CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux- ecovec24-romimage_defconfig # make -s -j 8 ARCH=sh O=/kisskb/build/linus_ecovec24-romimage_defconfig_sh4 CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux- Generating include/generated/machtypes.h /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/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:331:21: note: 'pdeo' was declared here /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/drivers/i2c/busses/i2c-sh_mobile.c: In function 'sh_mobile_i2c_isr': /kisskb/src/drivers/i2c/busses/i2c-sh_mobile.c:399:26: warning: 'data' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/i2c/busses/i2c-sh_mobile.c:372:16: note: 'data' was declared here /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:886:14: note: 'extra_uref' 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_ecovec24-romimage_defconfig_sh4 # Build took: 0:00:40.640222