commit | 9b725a90a8f127802e19466d4e336e701bcea0d2 | [log] [tgz] |
---|---|---|
author | Shawn Anastasio <shawn@anastas.io> | Fri Aug 21 13:55:57 2020 -0500 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Mon Aug 24 14:12:54 2020 +1000 |
tree | 03641564d277fa36483be5cef7fce5deb8454572 | |
parent | 12564485ed8caac3c18572793ec01330792c7191 [diff] |
powerpc/64s: Disallow PROT_SAO in LPARs by default Since migration of guests using SAO to ISA 3.1 hosts may cause issues, disable PROT_SAO in LPARs by default and introduce a new Kconfig option PPC_PROT_SAO_LPAR to allow users to enable it if desired. Signed-off-by: Shawn Anastasio <shawn@anastas.io> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://lore.kernel.org/r/20200821185558.35561-3-shawn@anastas.io