Re: [PATCH 173/193] net/mac80211: remove CONFIG_EXPERIMENTAL

2012-10-23 Thread Stephen Rothwell
Hi All,

On Tue, 23 Oct 2012 13:22:23 -0700 Kees Cook  wrote:
>
> On Tue, Oct 23, 2012 at 1:16 PM, David Miller  wrote:
> > From: Johannes Berg 
> > Date: Tue, 23 Oct 2012 22:15:50 +0200
> >
> >> On Tue, 2012-10-23 at 13:04 -0700, Kees Cook wrote:
> >>> 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: "John W. Linville" 
> >>> CC: Johannes Berg 
> >>> CC: "David S. Miller" 
> >>> Signed-off-by: Kees Cook 
> >>
> >> Acked-by: Johannes Berg 
> >>
> >> Presumably somebody is going to submit a git tree with the entire series
> >> and you don't want me to pick up this piece, right?
> >
> > He better not expect us to take this stuff.
> 
> I'm going to do whatever each maintainer wants. :)
> 
> Sounds like you guys would like me to carry these in my tree, so I'll
> add them to linux-next.

I would much prefer that they are merged via each maintainers tree as that
will eliminate the inevitable conflicts (for which I will bear the
pain :-().

These are not big hard patches and have no dependencies on anything, so
what is the problem?

-- 
Cheers,
Stephen Rothwells...@canb.auug.org.au


pgp4WeTxWFjk1.pgp
Description: PGP signature


Re: [PATCH 173/193] net/mac80211: remove CONFIG_EXPERIMENTAL

2012-10-23 Thread Kees Cook
On Tue, Oct 23, 2012 at 1:16 PM, David Miller  wrote:
> From: Johannes Berg 
> Date: Tue, 23 Oct 2012 22:15:50 +0200
>
>> On Tue, 2012-10-23 at 13:04 -0700, Kees Cook wrote:
>>> 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: "John W. Linville" 
>>> CC: Johannes Berg 
>>> CC: "David S. Miller" 
>>> Signed-off-by: Kees Cook 
>>
>> Acked-by: Johannes Berg 
>>
>> Presumably somebody is going to submit a git tree with the entire series
>> and you don't want me to pick up this piece, right?
>
> He better not expect us to take this stuff.

I'm going to do whatever each maintainer wants. :)

Sounds like you guys would like me to carry these in my tree, so I'll
add them to linux-next.

Thanks!

-Kees

-- 
Kees Cook
Chrome OS Security
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH 173/193] net/mac80211: remove CONFIG_EXPERIMENTAL

2012-10-23 Thread David Miller
From: Johannes Berg 
Date: Tue, 23 Oct 2012 22:15:50 +0200

> On Tue, 2012-10-23 at 13:04 -0700, Kees Cook wrote:
>> 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: "John W. Linville" 
>> CC: Johannes Berg 
>> CC: "David S. Miller" 
>> Signed-off-by: Kees Cook 
> 
> Acked-by: Johannes Berg 
> 
> Presumably somebody is going to submit a git tree with the entire series
> and you don't want me to pick up this piece, right?

He better not expect us to take this stuff.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH 173/193] net/mac80211: remove CONFIG_EXPERIMENTAL

2012-10-23 Thread Johannes Berg
On Tue, 2012-10-23 at 13:04 -0700, Kees Cook wrote:
> 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: "John W. Linville" 
> CC: Johannes Berg 
> CC: "David S. Miller" 
> Signed-off-by: Kees Cook 

Acked-by: Johannes Berg 

Presumably somebody is going to submit a git tree with the entire series
and you don't want me to pick up this piece, right?

johannes

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH 173/193] net/mac80211: remove CONFIG_EXPERIMENTAL

2012-10-23 Thread David Miller
From: Kees Cook 
Date: Tue, 23 Oct 2012 13:04:06 -0700

> 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: "John W. Linville" 
> CC: Johannes Berg 
> CC: "David S. Miller" 
> Signed-off-by: Kees Cook 

Acked-by: David S. Miller 
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[PATCH 173/193] net/mac80211: 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: "John W. Linville" 
CC: Johannes Berg 
CC: "David S. Miller" 
Signed-off-by: Kees Cook 
---
 net/mac80211/Kconfig |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net/mac80211/Kconfig b/net/mac80211/Kconfig
index 63af254..e15050e 100644
--- a/net/mac80211/Kconfig
+++ b/net/mac80211/Kconfig
@@ -81,7 +81,7 @@ comment "Some wireless drivers require a rate control 
algorithm"
 
 config MAC80211_MESH
bool "Enable mac80211 mesh networking (pre-802.11s) support"
-   depends on MAC80211 && EXPERIMENTAL
+   depends on MAC80211
---help---
 This options enables support of Draft 802.11s mesh networking.
 The implementation is based on Draft 2.08 of the Mesh Networking
-- 
1.7.9.5

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/