From: Stefano Stabellini Date: Tue, 31 Jul 2018 15:24:01 +0000 (-0700) Subject: xen: specify support for EXPERT and DEBUG Kconfig options X-Git-Tag: 4.12.0-rc1~860 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=008a8fb249b9d433a64bc59a93075bcb4b01e3d3;p=xen.git xen: specify support for EXPERT and DEBUG Kconfig options Add a clear statement about them, reflecting the current security support status of Kconfig options (no changes to current policies). Signed-off-by: Stefano Stabellini Acked-by: Jan Beulich CC: George.Dunlap@eu.citrix.com CC: Ian.Jackson@eu.citrix.com CC: jbeulich@suse.com CC: andrew.cooper3@citrix.com CC: Konrad Rzeszutek Wilk CC: Tim Deegan CC: Wei Liu --- Changes in v7: - talk about EXPERT and DEBUG rather than CONFIG_EXPERT and CONFIG_DEBUG --- diff --git a/SUPPORT.md b/SUPPORT.md index 01cc728e3f..3727446b83 100644 --- a/SUPPORT.md +++ b/SUPPORT.md @@ -16,6 +16,12 @@ for the definitions of the support status levels etc. # Feature Support +## Kconfig + +EXPERT and DEBUG Kconfig options are not security supported. Other +Kconfig options are supported, if the related features are marked as +supported in this document. + ## Host Architecture ### x86-64