[SRU][R:linux][PATCH 1/1] UBUNTU: SAUCE: (no-up) hv: Fix supplied vendor ID

Vinicius Peixoto vinicius.peixoto at canonical.com
Fri Jun 26 17:55:25 UTC 2026


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

We erroneously introduced a malformed vendor id that causes Azure VMs
running the generic kernels to fail their VM Availability Metric; this
changes the value to what it should have been in the first place.

Fixes: 56f727d2cc7a ("UBUNTU: SAUCE: (no-up) hv: Supply vendor ID and package ABI")
Signed-off-by: Vinicius Peixoto <vinicius.peixoto at canonical.com>
---
 include/hyperv/hvgdk.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/hyperv/hvgdk.h b/include/hyperv/hvgdk.h
index e8adbb321059..9525cf89de4f 100644
--- a/include/hyperv/hvgdk.h
+++ b/include/hyperv/hvgdk.h
@@ -27,7 +27,7 @@
  * 15:0  - Distro specific identification
  */
 
-#define HV_LINUX_VENDOR_ID              0x80 /* Canonical */
+#define HV_LINUX_VENDOR_ID              0x8180 /* Canonical */
 
 /* HV_VMX_ENLIGHTENED_VMCS */
 struct hv_enlightened_vmcs {
-- 
2.53.0




More information about the kernel-team mailing list