diff options
author | Mihai Carabas <[email protected]> | 2020-04-21 22:28:38 +0300 |
---|---|---|
committer | Borislav Petkov <[email protected]> | 2020-04-22 19:55:50 +0200 |
commit | 9adbf3c609af92a57a73000a3cb8f4c2d307dfa3 (patch) | |
tree | 8d8f27071d7eef1211226f14be9ab6626693e9e1 /scripts/gdb/linux/timerlist.py | |
parent | 8f3d9f354286745c751374f5f1fcafee6b3f3136 (diff) |
x86/microcode: Fix return value for microcode late loading
The return value from stop_machine() might not be consistent.
stop_machine_cpuslocked() returns:
- zero if all functions have returned 0.
- a non-zero value if at least one of the functions returned
a non-zero value.
There is no way to know if it is negative or positive. So make
__reload_late() return 0 on success or negative otherwise.
[ bp: Unify ret val check and touch up. ]
Signed-off-by: Mihai Carabas <[email protected]>
Signed-off-by: Borislav Petkov <[email protected]>
Link: https://lkml.kernel.org/r/[email protected]
Diffstat (limited to 'scripts/gdb/linux/timerlist.py')
0 files changed, 0 insertions, 0 deletions