Re: [PATCH 155/193] init: remove CONFIG_EXPERIMENTAL

2012-10-24 Thread Serge E. Hallyn
Quoting Kees Cook (keesc...@chromium.org): > On Wed, Oct 24, 2012 at 10:17 AM, Serge Hallyn > wrote: > > Quoting Kees Cook (keesc...@chromium.org): > >> On Wed, Oct 24, 2012 at 6:48 AM, Serge Hallyn > >> wrote: > >> > Quoting Kees Cook (keesc...@chromium.org): > >> >> This config item has not car

Re: [PATCH 155/193] init: remove CONFIG_EXPERIMENTAL

2012-10-24 Thread Dave Jones
On Wed, Oct 24, 2012 at 12:17:23PM -0500, Serge Hallyn wrote: > > Some patches remove "(EXPERIMENTAL)" from Kconfig titles when there was > > no "depends on EXPERIMENTAL". I've removed the cases of these where I > > Hm, I was under the impression that taskstats are not quite trusted yet, > b

Re: [PATCH 155/193] init: remove CONFIG_EXPERIMENTAL

2012-10-24 Thread Kees Cook
On Wed, Oct 24, 2012 at 10:17 AM, Serge Hallyn wrote: > Quoting Kees Cook (keesc...@chromium.org): >> On Wed, Oct 24, 2012 at 6:48 AM, Serge Hallyn >> wrote: >> > Quoting Kees Cook (keesc...@chromium.org): >> >> This config item has not carried much meaning for a while now and is >> >> almost alw

Re: [PATCH 155/193] init: remove CONFIG_EXPERIMENTAL

2012-10-24 Thread Serge Hallyn
Quoting Kees Cook (keesc...@chromium.org): > On Wed, Oct 24, 2012 at 6:48 AM, Serge Hallyn > wrote: > > Quoting Kees Cook (keesc...@chromium.org): > >> This config item has not carried much meaning for a while now and is > >> almost always enabled by default. As agreed during the Linux kernel > >>

Re: [PATCH 155/193] init: remove CONFIG_EXPERIMENTAL

2012-10-24 Thread Kees Cook
On Wed, Oct 24, 2012 at 6:48 AM, Serge Hallyn wrote: > Quoting Kees Cook (keesc...@chromium.org): >> This 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. >> >> CC: "Eric W. Biederman" >> C

Re: [PATCH 155/193] init: remove CONFIG_EXPERIMENTAL

2012-10-24 Thread Serge Hallyn
Quoting Kees Cook (keesc...@chromium.org): > This 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. > > CC: "Eric W. Biederman" > CC: Serge Hallyn > CC: "Paul E. McKenney" > CC: Andrew Morto

[PATCH 155/193] init: remove CONFIG_EXPERIMENTAL

2012-10-23 Thread Kees Cook
This 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. CC: "Eric W. Biederman" CC: Serge Hallyn CC: "Paul E. McKenney" CC: Andrew Morton CC: Frederic Weisbecker Signed-off-by: Kees Cook ---