# git rev-parse -q --verify 8a5f06056a25ac7dbca2b0505cc0fe8ffb6947c1^{commit} 8a5f06056a25ac7dbca2b0505cc0fe8ffb6947c1 already have revision, skipping fetch # git checkout -q -f -B kisskb 8a5f06056a25ac7dbca2b0505cc0fe8ffb6947c1 # git clean -qxdf # < git log -1 # commit 8a5f06056a25ac7dbca2b0505cc0fe8ffb6947c1 # Merge: 351e1aa6cb4b 625210cfa6c0 # Author: Linus Torvalds # Date: Sun Jan 27 12:02:00 2019 -0800 # # Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip # # Pull x86 fixes from Thomas Gleixner: # "A set of fixes for x86: # # - Fix the swapped outb() parameters in the KASLR code # # - Fix the PKEY handling at fork which missed to preserve the pkey # state for the child. Comes with a test case to validate that. # # - Fix the entry stack handling for XEN PV to respect that XEN PV # systems enter the function already on the current thread stack and # not on the trampoline. # # - Fix kexec load failure caused by using a stale value when the # kexec_buf structure is reused for subsequent allocations. # # - Fix a bogus sizeof() in the memory encryption code # # - Enforce PCI dependency for the Intel Low Power Subsystem # # - Enforce PCI_LOCKLESS_CONFIG when PCI is enabled" # # * 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: # x86/Kconfig: Select PCI_LOCKLESS_CONFIG if PCI is enabled # x86/entry/64/compat: Fix stack switching for XEN PV # x86/kexec: Fix a kexec_file_load() failure # x86/mm/mem_encrypt: Fix erroneous sizeof() # x86/selftests/pkeys: Fork() to check for state being preserved # x86/pkeys: Properly copy pkey state at fork() # x86/kaslr: Fix incorrect i8254 outb() parameters # x86/intel/lpss: Make PCI dependency explicit # < /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 8a5f06056a25ac7dbca2b0505cc0fe8ffb6947c1 # < make -s -j 8 ARCH=sh O=/kisskb/build/linus_shmin_defconfig_sh4 CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux- shmin_defconfig # make -s -j 8 ARCH=sh O=/kisskb/build/linus_shmin_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/sh3/../../entry-common.S: Assembler messages: /kisskb/src/arch/sh/kernel/cpu/sh3/../../entry-common.S:385: Warning: overflow in branch to syscall_exit_work; converted into longer instruction sequence /kisskb/src/arch/sh/kernel/cpu/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/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 /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 *' Kernel: arch/sh/boot/zImage is ready Completed OK # rm -rf /kisskb/build/linus_shmin_defconfig_sh4 # Build took: 0:00:40.969807