This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-master-aarch64-lts-allyesconfig in repository toolchain/ci/linux.
from ca0bcdc9d637 Merge v5.15.47 adds 1fcc3d646f0b Documentation: Add documentation for Processor MMIO Stale Data adds d822b10f97f6 x86/speculation/mmio: Enumerate Processor MMIO Stale Data bug adds 8b9521e71179 x86/speculation: Add a common function for MD_CLEAR mitiga [...] adds d74f4eb1ddf0 x86/speculation/mmio: Add mitigation for Processor MMIO St [...] adds 407d97b99f27 x86/bugs: Group MDS, TAA & Processor MMIO Stale Data mitigations adds 2044838ab228 x86/speculation/mmio: Enable CPU Fill buffer clearing on idle adds 531eb5fe3171 x86/speculation/mmio: Add sysfs reporting for Processor MM [...] adds 30120b433c1f x86/speculation/srbds: Update SRBDS mitigation selection adds ebd0f558b480 x86/speculation/mmio: Reuse SRBDS mitigation for SBDS adds 59d665a709b0 KVM: x86/speculation: Disable Fill buffer clear within guests adds 147ae04a7c52 x86/speculation/mmio: Print SMT warning adds e1dd58c995da Linux 5.15.48 adds 96321595919e Merge v5.15.48
No new revisions were added by this update.
Summary of changes: Documentation/ABI/testing/sysfs-devices-system-cpu | 1 + Documentation/admin-guide/hw-vuln/index.rst | 1 + .../hw-vuln/processor_mmio_stale_data.rst | 246 +++++++++++++++++++++ Documentation/admin-guide/kernel-parameters.txt | 36 +++ Makefile | 2 +- arch/x86/include/asm/cpufeatures.h | 1 + arch/x86/include/asm/msr-index.h | 25 +++ arch/x86/include/asm/nospec-branch.h | 2 + arch/x86/kernel/cpu/bugs.c | 235 +++++++++++++++++--- arch/x86/kernel/cpu/common.c | 52 ++++- arch/x86/kvm/vmx/vmx.c | 72 ++++++ arch/x86/kvm/vmx/vmx.h | 2 + arch/x86/kvm/x86.c | 3 + drivers/base/cpu.c | 8 + include/linux/cpu.h | 3 + tools/arch/x86/include/asm/cpufeatures.h | 1 + tools/arch/x86/include/asm/msr-index.h | 25 +++ 17 files changed, 675 insertions(+), 40 deletions(-) create mode 100644 Documentation/admin-guide/hw-vuln/processor_mmio_stale_data.rst