# git rev-parse -q --verify 410feb75de245664d66bc05ab2e2412751d10acf^{commit} 410feb75de245664d66bc05ab2e2412751d10acf already have revision, skipping fetch # git checkout -q -f -B kisskb 410feb75de245664d66bc05ab2e2412751d10acf # git clean -qxdf # < git log -1 # commit 410feb75de245664d66bc05ab2e2412751d10acf # Merge: 2996148 0fe4251 # Author: Linus Torvalds # Date: Fri Jun 8 11:10:58 2018 -0700 # # Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux # # Pull arm64 updates from Catalin Marinas: # "Apart from the core arm64 and perf changes, the Spectre v4 mitigation # touches the arm KVM code and the ACPI PPTT support touches drivers/ # (acpi and cacheinfo). I should have the maintainers' acks in place. # # Summary: # # - Spectre v4 mitigation (Speculative Store Bypass Disable) support # for arm64 using SMC firmware call to set a hardware chicken bit # # - ACPI PPTT (Processor Properties Topology Table) parsing support and # enable the feature for arm64 # # - Report signal frame size to user via auxv (AT_MINSIGSTKSZ). The # primary motivation is Scalable Vector Extensions which requires # more space on the signal frame than the currently defined # MINSIGSTKSZ # # - ARM perf patches: allow building arm-cci as module, demote # dev_warn() to dev_dbg() in arm-ccn event_init(), miscellaneous # cleanups # # - cmpwait() WFE optimisation to avoid some spurious wakeups # # - L1_CACHE_BYTES reverted back to 64 (for performance reasons that # have to do with some network allocations) while keeping # ARCH_DMA_MINALIGN to 128. cache_line_size() returns the actual # hardware Cache Writeback Granule # # - Turn LSE atomics on by default in Kconfig # # - Kernel fault reporting tidying # # - Some #include and miscellaneous cleanups" # # * tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux: (53 commits) # arm64: Fix syscall restarting around signal suppressed by tracer # arm64: topology: Avoid checking numa mask for scheduler MC selection # ACPI / PPTT: fix build when CONFIG_ACPI_PPTT is not enabled # arm64: cpu_errata: include required headers # arm64: KVM: Move VCPU_WORKAROUND_2_FLAG macros to the top of the file # arm64: signal: Report signal frame size to userspace via auxv # arm64/sve: Thin out initialisation sanity-checks for sve_max_vl # arm64: KVM: Add ARCH_WORKAROUND_2 discovery through ARCH_FEATURES_FUNC_ID # arm64: KVM: Handle guest's ARCH_WORKAROUND_2 requests # arm64: KVM: Add ARCH_WORKAROUND_2 support for guests # arm64: KVM: Add HYP per-cpu accessors # arm64: ssbd: Add prctl interface for per-thread mitigation # arm64: ssbd: Introduce thread flag to control userspace mitigation # arm64: ssbd: Restore mitigation status on CPU resume # arm64: ssbd: Skip apply_ssbd if not using dynamic mitigation # arm64: ssbd: Add global mitigation state accessor # arm64: Add 'ssbd' command-line option # arm64: Add ARCH_WORKAROUND_2 probing # arm64: Add per-cpu infrastructure to call ARCH_WORKAROUND_2 # arm64: Call ARCH_WORKAROUND_2 on transitions between EL0 and EL1 # ... # < /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-gcc --version # < git log --format=%s --max-count=1 410feb75de245664d66bc05ab2e2412751d10acf # < make -s -j 120 ARCH=sh O=/kisskb/build/linus_rsk7201_defconfig_sh4 CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux- rsk7201_defconfig # make -s -j 120 ARCH=sh O=/kisskb/build/linus_rsk7201_defconfig_sh4 CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux- /kisskb/src/net/Makefile:24: CC cannot link executables. Skipping bpfilter. 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] :1332:2: warning: #warning syscall io_pgetevents not implemented [-Wcpp] /kisskb/src/arch/sh/kernel/cpu/sh2a/../../entry-common.S: Assembler messages: /kisskb/src/arch/sh/kernel/cpu/sh2a/../../entry-common.S:389: Warning: overflow in branch to syscall_exit_work; converted into longer instruction sequence /kisskb/src/arch/sh/kernel/cpu/sh2a/../../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/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 /kisskb/src/net/Makefile:24: CC cannot link executables. Skipping bpfilter. /kisskb/src/mm/nobootmem.c: In function '__alloc_memory_core_early': /kisskb/src/mm/nobootmem.c:65:8: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] /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/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 *' Image Name: Linux-4.17.0+ Created: Sat Jun 9 06:39:11 2018 Image Type: SuperH Linux Kernel Image (gzip compressed) Data Size: 1514979 Bytes = 1479.47 kB = 1.44 MB Load Address: 08001000 Entry Point: 08002000 Image arch/sh/boot/uImage is ready Completed OK # rm -rf /kisskb/build/linus_rsk7201_defconfig_sh4 # Build took: 0:00:12.778426