diff options
author | Oleg Nesterov <oleg@redhat.com> | 2015-02-06 23:02:00 +0300 |
---|---|---|
committer | Borislav Petkov <bp@suse.de> | 2015-02-19 13:15:03 +0300 |
commit | 08a744c6bfded3d5fa66f94263f81773226113d1 (patch) | |
tree | a32ef7c2c947b7331eeb52480948ce41e6fa8431 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 1a2a7f4ec8e3a7ac582dac4d01fcc7e8acd3bb30 (diff) | |
download | linux-08a744c6bfded3d5fa66f94263f81773226113d1.tar.xz |
x86/fpu: Change math_error() to use unlazy_fpu(), kill (now) unused save_init_fpu()
math_error() calls save_init_fpu() after conditional_sti(), this means
that the caller can be preempted. If !use_eager_fpu() we can hit the
WARN_ON_ONCE(!__thread_has_fpu(tsk)) and/or save the wrong FPU state.
Change math_error() to use unlazy_fpu() and kill save_init_fpu().
Signed-off-by: Oleg Nesterov <oleg@redhat.com>
Signed-off-by: Rik van Riel <riel@redhat.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Link: http://lkml.kernel.org/r/1423252925-14451-4-git-send-email-riel@redhat.com
Signed-off-by: Borislav Petkov <bp@suse.de>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions