On Thu, Jun 7, 2018 at 10:06 AM Chang S. Bae <[email protected]> wrote: > > Instead of open code, load_fsgs() will cleanup __switch_to > and symmetric with FS/GS segment save. When FSGSBASE > enabled, X86_FEATURE_FSGSBASE check will be incorporated.
The code is: Reviewed-by: Andy Lutomirski <[email protected]> The changelog could be cleaned up a bit. Maybe: Instead of open coding the calls to load_seg_legacy(), add a load_fsgs() helper to handle fs and gs. When FSGSBASE is enabled, load_fsgs() will be updated.

