aboutsummaryrefslogtreecommitdiff
path: root/scripts/gdb/linux/device.py
diff options
context:
space:
mode:
authorThomas Gleixner <[email protected]>2021-06-08 16:36:20 +0200
committerBorislav Petkov <[email protected]>2021-06-09 10:39:04 +0200
commit12f7764ac61200e32c916f038bdc08f884b0b604 (patch)
treebc45114cf3445c7a9e7c5f795097c8c89bbdeea4 /scripts/gdb/linux/device.py
parentd8778e393afa421f1f117471144f8ce6deb6953a (diff)
x86/process: Check PF_KTHREAD and not current->mm for kernel threads
switch_fpu_finish() checks current->mm as indicator for kernel threads. That's wrong because kernel threads can temporarily use a mm of a user process via kthread_use_mm(). Check the task flags for PF_KTHREAD instead. Fixes: 0cecca9d03c9 ("x86/fpu: Eager switch PKRU state") Signed-off-by: Thomas Gleixner <[email protected]> Signed-off-by: Borislav Petkov <[email protected]> Acked-by: Dave Hansen <[email protected]> Acked-by: Rik van Riel <[email protected]> Cc: [email protected] Link: https://lkml.kernel.org/r/[email protected]
Diffstat (limited to 'scripts/gdb/linux/device.py')
0 files changed, 0 insertions, 0 deletions