~canonical-kernel/ubuntu/+source/linux-gcp/+git/mantic:master-next--s2024.02.05-1--auto

Last commit made on 2024-03-22
Get this branch:
git clone -b master-next--s2024.02.05-1--auto https://git.launchpad.net/~canonical-kernel/ubuntu/+source/linux-gcp/+git/mantic
Members of Canonical Kernel can upload to this branch. Log in for directions.

Branch merges

Branch information

Name:
master-next--s2024.02.05-1--auto
Repository:
lp:~canonical-kernel/ubuntu/+source/linux-gcp/+git/mantic

Recent commits

63537f0... by Ubuntu Kernel Bot <email address hidden>

UBUNTU: Ubuntu-gcp-6.5.0-1016.16

Signed-off-by: Ubuntu Kernel Bot <email address hidden>

42af311... by Ubuntu Kernel Bot <email address hidden>

UBUNTU: debian/dkms-versions -- update from kernel-versions (main/s2024.02.05)

BugLink: https://bugs.launchpad.net/bugs/1786013
Signed-off-by: Ubuntu Kernel Bot <email address hidden>

d22a308... by Ubuntu Kernel Bot <email address hidden>

UBUNTU: Start new release

Ignore: yes
Signed-off-by: Ubuntu Kernel Bot <email address hidden>

419d4f4... by Ubuntu Kernel Bot <email address hidden>

UBUNTU: [Packaging] resync git-ubuntu-log

BugLink: https://bugs.launchpad.net/bugs/2056034
Signed-off-by: Ubuntu Kernel Bot <email address hidden>

2404514... by Ubuntu Kernel Bot <email address hidden>

UBUNTU: link-to-tracker: update tracking bug

BugLink: https://bugs.launchpad.net/bugs/2056034

Properties: no-test-build
Signed-off-by: Ubuntu Kernel Bot <email address hidden>

bf62b31... by John Cabaj

UBUNTU: Ubuntu-gcp-6.5.0-1015.15

Signed-off-by: John Cabaj <email address hidden>

dc5cec2... by John Cabaj

UBUNTU: link-to-tracker: update tracking bug

BugLink: https://bugs.launchpad.net/bugs/2052025
Properties: no-test-build
Signed-off-by: John Cabaj <email address hidden>

0e98a94... by John Cabaj

UBUNTU: Start new release

Ignore: yes
Signed-off-by: John Cabaj <email address hidden>

2e3a2c4... by John Cabaj

UBUNTU: [Config] gcp: Updates for TDX

BugLink: https://bugs.launchpad.net/bugs/2052576

Signed-off-by: John Cabaj <email address hidden>
Acked-by: Philip Cox <email address hidden>
Acked-by: Tim Gardner <email address hidden>
Signed-off-by: John Cabaj <email address hidden>

5773241... by "Kirill A. Shutemov" <email address hidden>

x86/kvm: Do not try to disable kvmclock if it was not enabled

BugLink: https://bugs.launchpad.net/bugs/2052576

kvm_guest_cpu_offline() tries to disable kvmclock regardless if it is
present in the VM. It leads to write to a MSR that doesn't exist on some
configurations, namely in TDX guest:

 unchecked MSR access error: WRMSR to 0x12 (tried to write 0x0000000000000000)
 at rIP: 0xffffffff8110687c (kvmclock_disable+0x1c/0x30)

kvmclock enabling is gated by CLOCKSOURCE and CLOCKSOURCE2 KVM paravirt
features.

Do not disable kvmclock if it was not enabled.

Signed-off-by: Kirill A. Shutemov <email address hidden>
Fixes: c02027b5742b ("x86/kvm: Disable kvmclock on all CPUs on shutdown")
Reviewed-by: Sean Christopherson <email address hidden>
Reviewed-by: Vitaly Kuznetsov <email address hidden>
Cc: Paolo Bonzini <email address hidden>
Cc: Wanpeng Li <email address hidden>
Cc: <email address hidden>
Message-Id: <email address hidden>
Signed-off-by: Paolo Bonzini <email address hidden>
(cherry picked from commit 1c6d984f523f67ecfad1083bb04c55d91977bb15)
Signed-off-by: John Cabaj <email address hidden>
Acked-by: Philip Cox <email address hidden>
Acked-by: Tim Gardner <email address hidden>
Signed-off-by: John Cabaj <email address hidden>