diff options
author | Julien Thierry <[email protected]> | 2019-01-31 14:59:01 +0000 |
---|---|---|
committer | Catalin Marinas <[email protected]> | 2019-02-06 10:06:31 +0000 |
commit | 1234ad686fb1bde5a9c2447fc4c9df8430358763 (patch) | |
tree | a0ccfcd8724cc240966a7b15c12dc9856dc359b9 /tools/perf/scripts/python/export-to-sqlite.py | |
parent | 7d31464adf20fb8c075a3a3dfe2002a195566510 (diff) |
arm64: Skip preemption when exiting an NMI
Handling of an NMI should not set any TIF flags. For NMIs received from
EL0 the current exit path is safe to use.
However, an NMI received at EL1 could have interrupted some task context
that has set the TIF_NEED_RESCHED flag. Preempting a task should not
happen as a result of an NMI.
Skip preemption after handling an NMI from EL1.
Signed-off-by: Julien Thierry <[email protected]>
Acked-by: Marc Zyngier <[email protected]>
Cc: Will Deacon <[email protected]>
Cc: Marc Zyngier <[email protected]>
Signed-off-by: Catalin Marinas <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions