• Ingo Molnar's avatar
    x86/fpu: Rename fpu__flush_thread() to fpu__clear() · 2e8a3102
    Ingo Molnar authored
    The primary purpose of this function is to clear the current task's
    FPU before an exec(), to not leak information from the previous task,
    and to allow the new task to start with freshly initialized FPU
    registers.
    
    Rename the function to reflect this primary purpose.
    Reviewed-by: default avatarBorislav Petkov <bp@alien8.de>
    Cc: Andy Lutomirski <luto@amacapital.net>
    Cc: Dave Hansen <dave.hansen@linux.intel.com>
    Cc: Fenghua Yu <fenghua.yu@intel.com>
    Cc: H. Peter Anvin <hpa@zytor.com>
    Cc: Linus Torvalds <torvalds@linux-foundation.org>
    Cc: Oleg Nesterov <oleg@redhat.com>
    Cc: Peter Zijlstra <peterz@infradead.org>
    Cc: Thomas Gleixner <tglx@linutronix.de>
    Signed-off-by: default avatarIngo Molnar <mingo@kernel.org>
    2e8a3102
process.c 11.4 KB