<div dir="ltr"><div>Applied to bionic/linux master-next</div><div><br></div><div>Thanks Kamal :)</div><div><br></div><div>- Luke<br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, May 6, 2022 at 10:36 AM Kamal Mostafa <<a href="mailto:kamal@canonical.com">kamal@canonical.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">This pull request (31 commits) includes the following Bionic stable<br>
patchsets:<br>
<br>
        Bionic update: upstream stable patchset 2022-05-06<br>
                Ported from the following upstream stable releases:<br>
                        v4.14.275<br>
        <a href="https://bugs.launchpad.net/bugs/1972006" rel="noreferrer" target="_blank">https://bugs.launchpad.net/bugs/1972006</a><br>
<br>
Note also that the 'stable-next' branch head contains this and all prior<br>
pending upstream stable releases, rebased to master-next:<br>
<br>
   git://<a href="http://git.launchpad.net/~ubuntu-kernel-stable/+git/bionic" rel="noreferrer" target="_blank">git.launchpad.net/~ubuntu-kernel-stable/+git/bionic</a> stable-next<br>
<br>
 -Kamal<br>
<br>
---<br>
<br>
The following changes since commit d738be9ecdd52441b109e56dc5cd6aed382cf73a:<br>
<br>
  vsock: remove ratelimit unknown ioctl message (2022-05-05 14:43:09 -0700)<br>
<br>
are available in the Git repository at:<br>
<br>
  git://<a href="http://git.launchpad.net/~ubuntu-kernel-stable/+git/bionic" rel="noreferrer" target="_blank">git.launchpad.net/~ubuntu-kernel-stable/+git/bionic</a> tags/bionic-stable-2022-05-06<br>
<br>
for you to fetch changes up to a0a461eb5a5745a5721fc6225182ca3d85535ea6:<br>
<br>
  UBUNTU: upstream stable to v4.14.275 (2022-05-06 09:55:09 -0700)<br>
<br>
----------------------------------------------------------------<br>
Anshuman Khandual (1):<br>
      arm64: Add Cortex-X2 CPU part definition<br>
<br>
Arnd Bergmann (1):<br>
      arm64: arch_timer: avoid unused function warning<br>
<br>
James Morse (19):<br>
      arm64: entry.S: Add ventry overflow sanity checks<br>
      arm64: entry: Make the trampoline cleanup optional<br>
      arm64: entry: Free up another register on kpti's tramp_exit path<br>
      arm64: entry: Move the trampoline data page before the text page<br>
      arm64: entry: Allow tramp_alias to access symbols after the 4K boundary<br>
      arm64: entry: Don't assume tramp_vectors is the start of the vectors<br>
      arm64: entry: Move trampoline macros out of ifdef'd section<br>
      arm64: entry: Make the kpti trampoline's kpti sequence optional<br>
      arm64: entry: Allow the trampoline text to occupy multiple pages<br>
      arm64: entry: Add non-kpti __bp_harden_el1_vectors for mitigations<br>
      arm64: entry: Add vectors that have the bhb mitigation sequences<br>
      arm64: entry: Add macro for reading symbol addresses from the trampoline<br>
      arm64: Add percpu vectors for EL1<br>
      arm64: proton-pack: Report Spectre-BHB vulnerabilities as part of Spectre-v2<br>
      KVM: arm64: Add templates for BHB mitigation sequences<br>
      arm64: Mitigate spectre style branch history side channels<br>
      KVM: arm64: Allow SMCCC_ARCH_WORKAROUND_3 to be discovered and migrated<br>
      arm64: add ID_AA64ISAR2_EL1 sys register<br>
      arm64: Use the clearbhb instruction in mitigations<br>
<br>
Kamal Mostafa (4):<br>
      UBUNTU: [Config] updateconfigs for ARM64_ERRATUM_1188873<br>
      Revert "arm64: mmu: add the entry trampolines start/end section markers into sections.h"<br>
      UBUNTU: [Config] updateconfigs for MITIGATE_SPECTRE_BRANCH_HISTORY<br>
      UBUNTU: upstream stable to v4.14.275<br>
<br>
Marc Zyngier (4):<br>
      arm64: arch_timer: Add workaround for ARM erratum 1188873<br>
      arm64: Add silicon-errata.txt entry for ARM erratum 1188873<br>
      arm64: Make ARM64_ERRATUM_1188873 depend on COMPAT<br>
      arm64: Add part number for Neoverse N1<br>
<br>
Rob Herring (1):<br>
      arm64: Add part number for Arm Cortex-A77<br>
<br>
Suzuki K Poulose (1):<br>
      arm64: Add Neoverse-N2, Cortex-A710 CPU part definition<br>
<br>
 Documentation/arm64/silicon-errata.txt    |   1 +<br>
 arch/arm/include/asm/kvm_host.h           |   6 +<br>
 arch/arm64/Kconfig                        |  24 ++<br>
 arch/arm64/include/asm/assembler.h        |  34 +++<br>
 arch/arm64/include/asm/cpu.h              |   1 +<br>
 arch/arm64/include/asm/cpucaps.h          |   4 +-<br>
 arch/arm64/include/asm/cpufeature.h       |  39 +++<br>
 arch/arm64/include/asm/cputype.h          |  20 ++<br>
 arch/arm64/include/asm/fixmap.h           |   6 +-<br>
 arch/arm64/include/asm/kvm_host.h         |   5 +<br>
 arch/arm64/include/asm/kvm_mmu.h          |   2 +-<br>
 arch/arm64/include/asm/mmu.h              |   8 +-<br>
 arch/arm64/include/asm/sections.h         |   5 +<br>
 arch/arm64/include/asm/sysreg.h           |   5 +<br>
 arch/arm64/include/asm/vectors.h          |  74 ++++++<br>
 arch/arm64/kernel/bpi.S                   |  55 +++++<br>
 arch/arm64/kernel/cpu_errata.c            | 395 +++++++++++++++++++++++++++++-<br>
 arch/arm64/kernel/cpufeature.c            |  21 ++<br>
 arch/arm64/kernel/cpuinfo.c               |   1 +<br>
 arch/arm64/kernel/entry.S                 | 198 +++++++++++----<br>
 arch/arm64/kernel/vmlinux.lds.S           |   2 +-<br>
 arch/arm64/kvm/hyp/hyp-entry.S            |   4 +<br>
 arch/arm64/kvm/hyp/switch.c               |  10 +-<br>
 arch/arm64/mm/mmu.c                       |  13 +-<br>
 debian.master/config/config.common.ubuntu |   2 +<br>
 debian.master/upstream-stable             |   2 +-<br>
 drivers/clocksource/arm_arch_timer.c      |  15 ++<br>
 include/linux/arm-smccc.h                 |   7 +<br>
 virt/kvm/arm/psci.c                       |  12 +<br>
 29 files changed, 914 insertions(+), 57 deletions(-)<br>
 create mode 100644 arch/arm64/include/asm/vectors.h<br>
<br>
-- <br>
kernel-team mailing list<br>
<a href="mailto:kernel-team@lists.ubuntu.com" target="_blank">kernel-team@lists.ubuntu.com</a><br>
<a href="https://lists.ubuntu.com/mailman/listinfo/kernel-team" rel="noreferrer" target="_blank">https://lists.ubuntu.com/mailman/listinfo/kernel-team</a><br>
</blockquote></div></div>