Re: [PATCH v5 2/7] x86/fpu: Drop @perm from guest pseudo FPU container

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 4/18/2025 1:51 PM, Chang S. Bae wrote:
     if (xstate_get_guest_group_perm() & FPU_GUEST_PERM_LOCKED)
         fpu_lock_guest_permissions();

Sorry, this should be:

    if (!(xstate_get_guest_group_perm() & FPU_GUEST_PERM_LOCKED))
        fpu_lock_guest_permissions();




[Index of Archives]     [KVM ARM]     [KVM ia64]     [KVM ppc]     [Virtualization Tools]     [Spice Development]     [Libvirt]     [Libvirt Users]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite Questions]     [Linux Kernel]     [Linux SCSI]     [XFree86]

  Powered by Linux