]> git.baikalelectronics.ru Git - kernel.git/commit
x86/fpu: Rename fpu__flush_thread() to fpu__clear()
authorIngo Molnar <mingo@kernel.org>
Fri, 24 Apr 2015 00:28:23 +0000 (02:28 +0200)
committerIngo Molnar <mingo@kernel.org>
Tue, 19 May 2015 13:47:29 +0000 (15:47 +0200)
commita31a8816ce7737b85795636132633e2b7d9b1de6
tree9482840063695ccf55e88e8ee9393b22df9a1898
parent80b6001df74bf8c28467cf90888e5dc74db2c4cb
x86/fpu: Rename fpu__flush_thread() to fpu__clear()

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: Borislav 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: Ingo Molnar <mingo@kernel.org>
arch/x86/include/asm/i387.h
arch/x86/kernel/fpu/core.c
arch/x86/kernel/process.c