[PATCH 02/15] x86, fpu: move XSAVE-disabling code to a helper

2015-09-02 Thread Dave Hansen
From: Dave Hansen When we want to _completely_ disable XSAVE support as far as the kernel is concerned, we have a big set of feature flags to clear. We currently only do this in cases where the user asks for it to be disabled, but we are about to expand the places where we do it to handle error

[PATCH 02/15] x86, fpu: move XSAVE-disabling code to a helper

2015-08-31 Thread Dave Hansen
From: Dave Hansen When we want to _completely_ disable XSAVE support as far as the kernel is concerned, we have a big set of feature flags to clear. We currently only do this in cases where the user asks for it to be disabled, but we are about to expand the places where we do it to handle error