From: Jan Beulich Date: Fri, 30 Oct 2020 13:31:00 +0000 (+0100) Subject: x86: PV shim doesn't need GRANT_TABLE X-Git-Tag: archive/raspbian/4.16.0+51-g0941d6cb-1+rpi1~2^2~42^2~1442 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=ca56b06043bb4241eeb0a41a60daffb1408a08d5;p=xen.git x86: PV shim doesn't need GRANT_TABLE The only reference into the code controlled by this option is from the hypercall table, and that hypercall table entry gets overwritten. Signed-off-by: Jan Beulich Acked-by: Andrew Cooper --- diff --git a/xen/arch/x86/configs/pvshim_defconfig b/xen/arch/x86/configs/pvshim_defconfig index 5478b991ac..cdf5776610 100644 --- a/xen/arch/x86/configs/pvshim_defconfig +++ b/xen/arch/x86/configs/pvshim_defconfig @@ -9,6 +9,7 @@ CONFIG_EXPERT=y CONFIG_SCHED_NULL=y # Disable features not used by the PV shim # CONFIG_XEN_SHSTK is not set +# CONFIG_GRANT_TABLE is not set # CONFIG_HYPFS is not set # CONFIG_BIGMEM is not set # CONFIG_KEXEC is not set