--- zzzz-none-000/linux-3.10.107/Documentation/preempt-locking.txt 2017-06-27 09:49:32.000000000 +0000 +++ scorpion-7490-727/linux-3.10.107/Documentation/preempt-locking.txt 2021-02-04 17:41:59.000000000 +0000 @@ -48,7 +48,7 @@ Note, some FPU functions are already explicitly preempt safe. For example, kernel_fpu_begin and kernel_fpu_end will disable and enable preemption. -However, math_state_restore must be called with preemption disabled. +However, fpu__restore() must be called with preemption disabled. RULE #3: Lock acquire and release must be performed by same task