Re: [PATCH] arch/x86/xen: remove depends on CONFIG_EXPERIMENTAL

2013-02-25 Thread Greg Kroah-Hartman
On Mon, Feb 25, 2013 at 12:39:27PM +, Stefano Stabellini wrote: > On Sun, 24 Feb 2013, Greg Kroah-Hartman wrote: > > > > You should not have unstable options in the kernel in the first place, > > sorry. > > With the premise that the removal of CONFIG_EXPERIMENTAL is not an issue > for me per

Re: [PATCH] arch/x86/xen: remove depends on CONFIG_EXPERIMENTAL

2013-02-25 Thread Konrad Rzeszutek Wilk
On Mon, Feb 25, 2013 at 12:39:27PM +, Stefano Stabellini wrote: > On Sun, 24 Feb 2013, Greg Kroah-Hartman wrote: > > On Sun, Feb 24, 2013 at 05:51:44PM +0800, Dongsheng Song wrote: > > > On Sun, Feb 24, 2013 at 1:03 AM, Kees Cook wrote: > > > > On Sat, Feb 23, 2013 at 3:59 AM, Dongsheng Song >

Re: [PATCH] arch/x86/xen: remove depends on CONFIG_EXPERIMENTAL

2013-02-25 Thread Stefano Stabellini
On Sun, 24 Feb 2013, Greg Kroah-Hartman wrote: > On Sun, Feb 24, 2013 at 05:51:44PM +0800, Dongsheng Song wrote: > > On Sun, Feb 24, 2013 at 1:03 AM, Kees Cook wrote: > > > On Sat, Feb 23, 2013 at 3:59 AM, Dongsheng Song > > > wrote: > > >> On Sat, Feb 23, 2013 at 3:29 PM, Kees Cook wrote: > > >

Re: [Xen-devel] [PATCH] arch/x86/xen: remove depends on CONFIG_EXPERIMENTAL

2013-02-25 Thread Stefano Stabellini
On Mon, 25 Feb 2013, Ian Campbell wrote: > On Sat, 2013-02-23 at 20:47 +, Stefano Stabellini wrote: > > On Sat, 23 Feb 2013, Konrad Rzeszutek Wilk wrote: > > > On Sat, Feb 23, 2013 at 09:03:20AM -0800, Kees Cook wrote: > > > > On Sat, Feb 23, 2013 at 3:59 AM, Dongsheng Song > > > > wrote: > >

Re: [Xen-devel] [PATCH] arch/x86/xen: remove depends on CONFIG_EXPERIMENTAL

2013-02-25 Thread Ian Campbell
On Sat, 2013-02-23 at 20:47 +, Stefano Stabellini wrote: > On Sat, 23 Feb 2013, Konrad Rzeszutek Wilk wrote: > > On Sat, Feb 23, 2013 at 09:03:20AM -0800, Kees Cook wrote: > > > On Sat, Feb 23, 2013 at 3:59 AM, Dongsheng Song > > > wrote: > > > > On Sat, Feb 23, 2013 at 3:29 PM, Kees Cook >

Re: [PATCH] arch/x86/xen: remove depends on CONFIG_EXPERIMENTAL

2013-02-24 Thread Greg Kroah-Hartman
On Sun, Feb 24, 2013 at 05:51:44PM +0800, Dongsheng Song wrote: > On Sun, Feb 24, 2013 at 1:03 AM, Kees Cook wrote: > > On Sat, Feb 23, 2013 at 3:59 AM, Dongsheng Song > > wrote: > >> On Sat, Feb 23, 2013 at 3:29 PM, Kees Cook wrote: > >>> > >>> The CONFIG_EXPERIMENTAL config item has not carrie

Re: [PATCH] arch/x86/xen: remove depends on CONFIG_EXPERIMENTAL

2013-02-24 Thread Dongsheng Song
On Sun, Feb 24, 2013 at 1:03 AM, Kees Cook wrote: > On Sat, Feb 23, 2013 at 3:59 AM, Dongsheng Song > wrote: >> On Sat, Feb 23, 2013 at 3:29 PM, Kees Cook wrote: >>> >>> The CONFIG_EXPERIMENTAL config item has not carried much meaning for a >>> while now and is almost always enabled by default.

Re: [PATCH] arch/x86/xen: remove depends on CONFIG_EXPERIMENTAL

2013-02-23 Thread Stefano Stabellini
On Sat, 23 Feb 2013, Konrad Rzeszutek Wilk wrote: > On Sat, Feb 23, 2013 at 09:03:20AM -0800, Kees Cook wrote: > > On Sat, Feb 23, 2013 at 3:59 AM, Dongsheng Song > > wrote: > > > On Sat, Feb 23, 2013 at 3:29 PM, Kees Cook wrote: > > >> > > >> The CONFIG_EXPERIMENTAL config item has not carried m

Re: [PATCH] arch/x86/xen: remove depends on CONFIG_EXPERIMENTAL

2013-02-23 Thread Konrad Rzeszutek Wilk
On Sat, Feb 23, 2013 at 09:03:20AM -0800, Kees Cook wrote: > On Sat, Feb 23, 2013 at 3:59 AM, Dongsheng Song > wrote: > > On Sat, Feb 23, 2013 at 3:29 PM, Kees Cook wrote: > >> > >> The CONFIG_EXPERIMENTAL config item has not carried much meaning for a > >> while now and is almost always enabled

Re: [PATCH] arch/x86/xen: remove depends on CONFIG_EXPERIMENTAL

2013-02-23 Thread Kees Cook
On Sat, Feb 23, 2013 at 3:59 AM, Dongsheng Song wrote: > On Sat, Feb 23, 2013 at 3:29 PM, Kees Cook wrote: >> >> The CONFIG_EXPERIMENTAL config item has not carried much meaning for a >> while now and is almost always enabled by default. As agreed during the >> Linux kernel summit, remove it from

Re: [PATCH] arch/x86/xen: remove depends on CONFIG_EXPERIMENTAL

2013-02-23 Thread Dongsheng Song
On Sat, Feb 23, 2013 at 3:29 PM, Kees Cook wrote: > > The CONFIG_EXPERIMENTAL config item has not carried much meaning for a > while now and is almost always enabled by default. As agreed during the > Linux kernel summit, remove it from any "depends on" lines in Kconfigs. > > Signed-off-by: Kees C

[PATCH] arch/x86/xen: remove depends on CONFIG_EXPERIMENTAL

2013-02-22 Thread Kees Cook
The CONFIG_EXPERIMENTAL config item has not carried much meaning for a while now and is almost always enabled by default. As agreed during the Linux kernel summit, remove it from any "depends on" lines in Kconfigs. Signed-off-by: Kees Cook Cc: Stefano Stabellini Cc: Mukesh Rathor Cc: Konrad Rze