This bug was fixed in the package linux - 5.15.0-25.25 --------------- linux (5.15.0-25.25) jammy; urgency=medium
* jammy/linux: 5.15.0-25.25 -proposed tracker (LP: #1967146) * Miscellaneous Ubuntu changes - SAUCE: Revert "scsi: core: Reallocate device's budget map on queue depth change" -- Paolo Pisati <paolo.pis...@canonical.com> Wed, 30 Mar 2022 17:28:11 +0200 ** Changed in: linux (Ubuntu) Status: In Progress => Fix Released -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1963901 Title: [22.04 FEAT] [VS2103] Set KVM_CAP_S390_MEM_OP_EXTENSION capability to 211 Status in Ubuntu on IBM z Systems: In Progress Status in linux package in Ubuntu: Fix Released Bug description: Title: KVM: Enable storage key checking for intercepted instruction - Set Capability 211 Description: This patch is required on top of "Bug 193314 - LP#1933179 : [22.04 FEAT] [VS2103] KVM: Enable storage key checking for intercepted instruction" in order to set the to set the Capability number to 211 See this merge: https://git.kernel.org/pub/scm/virt/kvm/kvm.git/commit/?h=next&id=4dfc4ec2b7f5a3a27d166ac42cf8a583fa2d3284 diff --git a/include/uapi/linux/kvm.h b/include/uapi/linux/kvm.h index dbc550bbd9fa3..a02bbf8fd0f67 100644 --- a/include/uapi/linux/kvm.h +++ b/include/uapi/linux/kvm.h @@ -1140,7 +1140,8 @@ struct kvm_ppc_resize_hpt { #define KVM_CAP_VM_GPA_BITS 207 #define KVM_CAP_XSAVE2 208 #define KVM_CAP_SYS_ATTRIBUTES 209 -#define KVM_CAP_S390_MEM_OP_EXTENSION 210 +#define KVM_CAP_PPC_AIL_MODE_3 210 +#define KVM_CAP_S390_MEM_OP_EXTENSION 211 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu-z-systems/+bug/1963901/+subscriptions -- Mailing list: https://launchpad.net/~kernel-packages Post to : kernel-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~kernel-packages More help : https://help.launchpad.net/ListHelp