Elite Member
|
引用:
作者tbsky
有些 Server 只會自顧自的幹事,不會跟外界有預期外的互動,自然就不一定需要上這個 patch 了。
另一方面微軟許多 patch 往往都是弊大於利。
話說 linus 本人對一些 patch 猛出卻沒有開關的行為也頗有微詞。
|
其實這次的PTI在 linux kernel上是有加開關的
user可以自己選擇啟用或禁用
引用:
+ nopti [X86-64] Disable kernel page table isolation
+
nolapic [X86-32,APIC] Do not enable or use the local APIC.
nolapic_timer [X86-32,APIC] Do not use the local APIC timer.
@@ -3282,6 +3284,12 @@
pt. [PARIDE]
See Documentation/blockdev/paride.txt.
+ pti= [X86_64]
+ Control user/kernel address space isolation:
+ on - enable
+ off - disable
+ auto - default setting
+
|
https://github.com/torvalds/linux/c...40663af75f64R99
|