projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9890bda
)
x86/mm/pti: Fix PTI comment in entry_SYSCALL_64()
author
Nadav Amit
<
[email protected]
>
Fri, 9 Feb 2018 17:06:38 +0000
(09:06 -0800)
committer
Ingo Molnar
<
[email protected]
>
Sat, 10 Feb 2018 11:44:51 +0000
(12:44 +0100)
The comment is confusing since the path is taken when
CONFIG_PAGE_TABLE_ISOLATION=y is disabled (while the comment says it is not
taken).
Signed-off-by: Nadav Amit <
[email protected]
>
Cc: Andy Lutomirski <
[email protected]
>
Cc: Arjan van de Ven <
[email protected]
>
Cc: Borislav Petkov <
[email protected]
>
Cc: Dan Williams <
[email protected]
>
Cc: Dave Hansen <
[email protected]
>
Cc: David Woodhouse <
[email protected]
>
Cc: Greg Kroah-Hartman <
[email protected]
>
Cc: Josh Poimboeuf <
[email protected]
>
Cc: Linus Torvalds <
[email protected]
>
Cc: Peter Zijlstra <
[email protected]
>
Cc: Thomas Gleixner <
[email protected]
>
Cc:
[email protected]
Link:
http://lkml.kernel.org/r/
[email protected]
Signed-off-by: Ingo Molnar <
[email protected]
>
arch/x86/entry/entry_64.S
patch
|
blob
|
history
diff --git
a/arch/x86/entry/entry_64.S
b/arch/x86/entry/entry_64.S
index 9e48002b953b1898ce81746c2ac6b3271f86f20e..932a445febee799e34647f1c300bc81713d620df 100644
(file)
--- a/
arch/x86/entry/entry_64.S
+++ b/
arch/x86/entry/entry_64.S
@@
-213,7
+213,7
@@
ENTRY(entry_SYSCALL_64)
swapgs
/*
- * This path is
not
taken when PAGE_TABLE_ISOLATION is disabled so it
+ * This path is
only
taken when PAGE_TABLE_ISOLATION is disabled so it
* is not required to switch CR3.
*/
movq %rsp, PER_CPU_VAR(rsp_scratch)