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

2021-01-26 Thread Stefano Stabellini
On Tue, 26 Jan 2021, Jan Beulich wrote: > On 25.01.2021 22:27, Stefano Stabellini wrote: > > --- 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

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

2021-01-26 Thread Bertrand Marquis
Hi, > On 25 Jan 2021, at 21:27, Stefano Stabellini wrote: > > Add an "(EXPERT)" tag to the one-line description of Kconfig options > that depend on EXPERT. > > Signed-off-by: Stefano Stabellini > CC: andrew.coop...@citrix.com > CC: george.dun...@citrix.com > CC: i...@xenproject.org > CC:

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

2021-01-26 Thread Jan Beulich
On 25.01.2021 22:27, Stefano Stabellini wrote: > --- 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

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

2021-01-25 Thread Stefano Stabellini
Add an "(EXPERT)" tag to the one-line description of Kconfig options that depend on EXPERT. Signed-off-by: Stefano Stabellini CC: andrew.coop...@citrix.com CC: george.dun...@citrix.com CC: i...@xenproject.org CC: jbeul...@suse.com CC: jul...@xen.org CC: w...@xen.org --- Changes in v4: - new