# git rev-parse -q --verify d540c398db780271a81690eeb2bbc61876c37904^{commit} d540c398db780271a81690eeb2bbc61876c37904 already have revision, skipping fetch # git checkout -q -f -B kisskb d540c398db780271a81690eeb2bbc61876c37904 # git clean -qxdf # < git log -1 # commit d540c398db780271a81690eeb2bbc61876c37904 # Merge: b88866b60d98 1cf45b8fdbb8 # Author: Linus Torvalds # Date: Fri Nov 1 10:03:46 2019 -0700 # # Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux # # Pull arm64 fixes from Will Deacon: # "These are almost exclusively related to CPU errata in CPUs from # Broadcom and Qualcomm where the workarounds were either not being # enabled when they should have been or enabled when they shouldn't have # been. # # The only "interesting" fix is ensuring that writeable, shared mappings # are initially mapped as clean since we inadvertently broke the logic # back in v4.14 and then noticed the problem via code inspection the # other day. # # The only critical issue we have outstanding is a sporadic NULL # dereference in the scheduler, which doesn't appear to be # arm64-specific and PeterZ is tearing his hair out over it at the # moment. # # Summary: # # - Enable CPU errata workarounds for Broadcom Brahma-B53 # # - Enable CPU errata workarounds for Qualcomm Hydra/Kryo CPUs # # - Fix initial dirty status of writeable, shared mappings" # # * tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux: # arm64: apply ARM64_ERRATUM_843419 workaround for Brahma-B53 core # arm64: Brahma-B53 is SSB and spectre v2 safe # arm64: apply ARM64_ERRATUM_845719 workaround for Brahma-B53 core # arm64: cpufeature: Enable Qualcomm Falkor errata 1009 for Kryo # arm64: cpufeature: Enable Qualcomm Falkor/Kryo errata 1003 # arm64: Ensure VM_WRITE|VM_SHARED ptes are clean by default # < /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 d540c398db780271a81690eeb2bbc61876c37904 # < make -s -j 120 ARCH=sh O=/kisskb/build/linus_dreamcast_defconfig_sh4 CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux- dreamcast_defconfig # make -s -j 120 ARCH=sh O=/kisskb/build/linus_dreamcast_defconfig_sh4 CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux- Generating include/generated/machtypes.h :1511:2: warning: #warning syscall clone3 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/rcu/srcutree.c: In function 'init_srcu_struct_fields': /kisskb/src/kernel/rcu/srcutree.c:121:34: warning: 'levelspread[]' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/kernel/rcu/srcutree.c:88:6: note: 'levelspread[]' was declared here /kisskb/src/kernel/printk/printk.c: In function 'devkmsg_sysctl_set_loglvl': /kisskb/src/kernel/printk/printk.c:204: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:338: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/mm/hugetlb.c: In function 'alloc_pool_huge_page': /kisskb/src/mm/hugetlb.c:1496:5: warning: 'page' may be used uninitialized in this function [-Wuninitialized] Kernel: arch/sh/boot/zImage is ready Completed OK # rm -rf /kisskb/build/linus_dreamcast_defconfig_sh4 # Build took: 0:00:17.970251