Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • I ipipe
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Merge requests 0
    • Merge requests 0
  • Deployments
    • Deployments
    • Releases
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Activity
  • Graph
  • Commits
Collapse sidebar
  • xenomaixenomai
  • ipipe
  • Repository
Switch branch/tag
  • ipipe
  • arch
  • x86
  • kvm
  • x86.c
Find file BlameHistoryPermalink
  • Suresh Siddha's avatar
    x86, kvm: use kernel_fpu_begin/end() in kvm_load/put_guest_fpu() · 9c1c3fac
    Suresh Siddha authored Aug 24, 2012
    
    
    kvm's guest fpu save/restore should be wrapped around
    kernel_fpu_begin/end(). This will avoid for example taking a DNA
    in kvm_load_guest_fpu() when it tries to load the fpu immediately
    after doing unlazy_fpu() on the host side.
    
    More importantly this will prevent the host process fpu from being
    corrupted.
    
    Signed-off-by: default avatarSuresh Siddha <suresh.b.siddha@intel.com>
    Link: http://lkml.kernel.org/r/1345842782-24175-4-git-send-email-suresh.b.siddha@intel.com
    
    
    Cc: Avi Kivity <avi@redhat.com>
    Signed-off-by: default avatarH. Peter Anvin <hpa@linux.intel.com>
    9c1c3fac

Imprint & Privacy Policy