[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v4 2/2] xen: add (EXPERT) to one-line descriptions when appropriate


  • To: Stefano Stabellini <sstabellini@xxxxxxxxxx>
  • From: Bertrand Marquis <Bertrand.Marquis@xxxxxxx>
  • Date: Tue, 26 Jan 2021 11:08:02 +0000
  • Accept-language: en-GB, en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=arm.com; dmarc=pass action=none header.from=arm.com; dkim=pass header.d=arm.com; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=AS9BZO/AWk6T2fGjCyXTAi/DZ1AnAwsykCqBwMNESVc=; b=kO+B8yqzv7i4Ym5u1N/CBucK6VKaBFhy9WczqFZ0KVnE7Bbh2lYLHvtkTAHhOwByj6+PuI1Tr8JOm4TeFb5CWKjNRzalavFYbNWSSu0m8272CJ/V3oEijGfcCSpr/+9OkjvsW8IFU6+9RrG9eeuPU9i0VD0IWWI2iG57ND67OCqWCCxNnSEuKjyM5vd/hHE54ayr9KOG3B7+zQnO5q06SAN0B/FnfsSJwusMoqfFzsx/HTks6zHiVHW0W4jQ882nlcnHNuxyCRdwbddMXwXe7DHNq8xZKGy9vVf2byiB8XHXIS8rHUHQMgctpiNXh8CfNA/SHUz8JmAiXBEry210Jg==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=XKVwfdBXrl1yVTN0J70eNoM8EpvYZRne3v7zMvyvX5ByZZuaaZduAO7xrIB3lOC8Tbsa5tqyjeks/iIlfuAOqRZwRJb26xJqD/Y8Mw2scFGwQwp00ylkhu/P7UUcSoBhd5LVi5BcKoC3K8dFiC9zCZDvFZ7scEox3OsKL5e6xCYjEuMIECrmy3edI5YJZ7HVGZ4pj7Xv95Zwrn6YK1b2huoaX3aSMoGPrNvgA9o3JVwh2VNZKdxsNjoAVDoFYTHgdLul6kzVWoYQLYX0bkLW0+yrR2A+bCKo5xHCxsTCmhaV3KObUtfN/WeteKb0JhS1ULQtsXhU2O82C/LnYtsAJw==
  • Authentication-results-original: kernel.org; dkim=none (message not signed) header.d=none;kernel.org; dmarc=none action=none header.from=arm.com;
  • Cc: Xen-devel <xen-devel@xxxxxxxxxxxxxxxxxxxx>, Stefano Stabellini <stefano.stabellini@xxxxxxxxxx>, "andrew.cooper3@xxxxxxxxxx" <andrew.cooper3@xxxxxxxxxx>, "george.dunlap@xxxxxxxxxx" <george.dunlap@xxxxxxxxxx>, "iwj@xxxxxxxxxxxxxx" <iwj@xxxxxxxxxxxxxx>, "jbeulich@xxxxxxxx" <jbeulich@xxxxxxxx>, "julien@xxxxxxx" <julien@xxxxxxx>, "wl@xxxxxxx" <wl@xxxxxxx>
  • Delivery-date: Tue, 26 Jan 2021 11:08:23 +0000
  • List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
  • Nodisclaimer: true
  • Original-authentication-results: kernel.org; dkim=none (message not signed) header.d=none;kernel.org; dmarc=none action=none header.from=arm.com;
  • Thread-index: AQHW82EXNHb66SNMekqQqd9sHf0/nKo5wEQA
  • Thread-topic: [PATCH v4 2/2] xen: add (EXPERT) to one-line descriptions when appropriate

Hi,

> On 25 Jan 2021, at 21:27, Stefano Stabellini <sstabellini@xxxxxxxxxx> wrote:
> 
> Add an "(EXPERT)" tag to the one-line description of Kconfig options
> that depend on EXPERT.
> 
> Signed-off-by: Stefano Stabellini <stefano.stabellini@xxxxxxxxxx>
> CC: andrew.cooper3@xxxxxxxxxx
> CC: george.dunlap@xxxxxxxxxx
> CC: iwj@xxxxxxxxxxxxxx
> CC: jbeulich@xxxxxxxx
> CC: julien@xxxxxxx
> CC: wl@xxxxxxx

Reviewed-by: Bertrand Marquis <bertrand.marquis@xxxxxxx>

Cheers
Bertrand

> 
> ---
> Changes in v4:
> - new patch
> ---
> xen/arch/x86/Kconfig     |  2 +-
> xen/common/Kconfig       | 12 ++++++------
> xen/common/sched/Kconfig |  2 +-
> 3 files changed, 8 insertions(+), 8 deletions(-)
> 
> diff --git a/xen/arch/x86/Kconfig b/xen/arch/x86/Kconfig
> index 302334d3e4..3f630b89e8 100644
> --- a/xen/arch/x86/Kconfig
> +++ b/xen/arch/x86/Kconfig
> @@ -103,7 +103,7 @@ config HVM
>         If unsure, say Y.
> 
> config XEN_SHSTK
> -     bool "Supervisor Shadow Stacks"
> +     bool "Supervisor Shadow Stacks (EXPERT)"
>       depends on HAS_AS_CET_SS && EXPERT
>       default y
>       ---help---
> diff --git a/xen/common/Kconfig b/xen/common/Kconfig
> index 39451e8350..b49127463d 100644
> --- a/xen/common/Kconfig
> +++ b/xen/common/Kconfig
> @@ -12,7 +12,7 @@ config CORE_PARKING
>       bool
> 
> config GRANT_TABLE
> -     bool "Grant table support" if EXPERT
> +     bool "Grant table support (EXPERT)" if EXPERT
>       default y
>       ---help---
>         Grant table provides a generic mechanism to memory sharing
> @@ -151,7 +151,7 @@ config KEXEC
>         If unsure, say Y.
> 
> config EFI_SET_VIRTUAL_ADDRESS_MAP
> -    bool "EFI: call SetVirtualAddressMap()" if EXPERT
> +    bool "EFI: call SetVirtualAddressMap() (EXPERT)" if EXPERT
>     ---help---
>       Call EFI SetVirtualAddressMap() runtime service to setup memory map for
>       further runtime services. According to UEFI spec, it isn't strictly
> @@ -162,7 +162,7 @@ config EFI_SET_VIRTUAL_ADDRESS_MAP
> 
> config XENOPROF
>       def_bool y
> -     prompt "Xen Oprofile Support" if EXPERT
> +     prompt "Xen Oprofile Support (EXPERT)" if EXPERT
>       depends on X86
>       ---help---
>         Xen OProfile (Xenoprof) is a system-wide profiler for Xen virtual
> @@ -199,7 +199,7 @@ config XSM_FLASK
> 
> config XSM_FLASK_AVC_STATS
>       def_bool y
> -     prompt "Maintain statistics on the FLASK access vector cache" if EXPERT
> +     prompt "Maintain statistics on the FLASK access vector cache (EXPERT)" 
> if EXPERT
>       depends on XSM_FLASK
>       ---help---
>         Maintain counters on the access vector cache that can be viewed using
> @@ -344,7 +344,7 @@ config SUPPRESS_DUPLICATE_SYMBOL_WARNINGS
>         build becoming overly verbose.
> 
> config CMDLINE
> -     string "Built-in hypervisor command string" if EXPERT
> +     string "Built-in hypervisor command string (EXPERT)" if EXPERT
>       default ""
>       ---help---
>         Enter arguments here that should be compiled into the hypervisor
> @@ -377,7 +377,7 @@ config DOM0_MEM
>         Leave empty if you are not sure what to specify.
> 
> config TRACEBUFFER
> -     bool "Enable tracing infrastructure" if EXPERT
> +     bool "Enable tracing infrastructure (EXPERT)" if EXPERT
>       default y
>       ---help---
>         Enable tracing infrastructure and pre-defined tracepoints within Xen.
> diff --git a/xen/common/sched/Kconfig b/xen/common/sched/Kconfig
> index 94c9e20139..b6020a83c6 100644
> --- a/xen/common/sched/Kconfig
> +++ b/xen/common/sched/Kconfig
> @@ -1,4 +1,4 @@
> -menu "Schedulers"
> +menu "Schedulers (EXPERT)"
>       visible if EXPERT
> 
> config SCHED_CREDIT
> -- 
> 2.17.1
> 
> 




 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.