netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Re: [PATCH mac80211-next] nl80211: Allow set network namespace by fd
       [not found] <1421073245-20312-1-git-send-email-vadim4j@gmail.com>
@ 2015-01-14  8:47 ` Johannes Berg
  2015-01-19 14:34   ` Vadim Kochan
  0 siblings, 1 reply; 4+ messages in thread
From: Johannes Berg @ 2015-01-14  8:47 UTC (permalink / raw)
  To: Vadim Kochan, Eric W. Biederman; +Cc: linux-wireless, netdev

On Mon, 2015-01-12 at 16:34 +0200, Vadim Kochan wrote:

> --- a/net/core/net_namespace.c
> +++ b/net/core/net_namespace.c
> @@ -361,6 +361,7 @@ struct net *get_net_ns_by_fd(int fd)
>  	return ERR_PTR(-EINVAL);
>  }
>  #endif
> +EXPORT_SYMBOL_GPL(get_net_ns_by_fd);

Does this seem OK? Vadim is adding support for using the ns-by-fd in
nl80211, which can be a module as part of cfg80211.

johannes

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH mac80211-next] nl80211: Allow set network namespace by fd
  2015-01-14  8:47 ` [PATCH mac80211-next] nl80211: Allow set network namespace by fd Johannes Berg
@ 2015-01-19 14:34   ` Vadim Kochan
  2015-01-22 11:32     ` Vadim Kochan
  0 siblings, 1 reply; 4+ messages in thread
From: Vadim Kochan @ 2015-01-19 14:34 UTC (permalink / raw)
  To: Johannes Berg; +Cc: Vadim Kochan, Eric W. Biederman, linux-wireless, netdev

On Wed, Jan 14, 2015 at 09:47:26AM +0100, Johannes Berg wrote:
> On Mon, 2015-01-12 at 16:34 +0200, Vadim Kochan wrote:
> 
> > --- a/net/core/net_namespace.c
> > +++ b/net/core/net_namespace.c
> > @@ -361,6 +361,7 @@ struct net *get_net_ns_by_fd(int fd)
> >  	return ERR_PTR(-EINVAL);
> >  }
> >  #endif
> > +EXPORT_SYMBOL_GPL(get_net_ns_by_fd);
> 
> Does this seem OK? Vadim is adding support for using the ns-by-fd in
> nl80211, which can be a module as part of cfg80211.
> 
> johannes
> 
PING ... in case if this email was missed ...

Thanks,

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH mac80211-next] nl80211: Allow set network namespace by fd
  2015-01-19 14:34   ` Vadim Kochan
@ 2015-01-22 11:32     ` Vadim Kochan
  2015-01-22 11:50       ` Johannes Berg
  0 siblings, 1 reply; 4+ messages in thread
From: Vadim Kochan @ 2015-01-22 11:32 UTC (permalink / raw)
  To: Johannes Berg; +Cc: Vadim Kochan, Eric W. Biederman, linux-wireless, netdev

On Mon, Jan 19, 2015 at 04:34:57PM +0200, Vadim Kochan wrote:
> On Wed, Jan 14, 2015 at 09:47:26AM +0100, Johannes Berg wrote:
> > On Mon, 2015-01-12 at 16:34 +0200, Vadim Kochan wrote:
> > 
> > > --- a/net/core/net_namespace.c
> > > +++ b/net/core/net_namespace.c
> > > @@ -361,6 +361,7 @@ struct net *get_net_ns_by_fd(int fd)
> > >  	return ERR_PTR(-EINVAL);
> > >  }
> > >  #endif
> > > +EXPORT_SYMBOL_GPL(get_net_ns_by_fd);
> > 
> > Does this seem OK? Vadim is adding support for using the ns-by-fd in
> > nl80211, which can be a module as part of cfg80211.
> > 
> > johannes
> > 
> PING ... in case if this email was missed ...
> 
> Thanks,

Hi Johannes,

Does it mean that patch will be rejected in case if no one answer on
this ?:)

Thanks,

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH mac80211-next] nl80211: Allow set network namespace by fd
  2015-01-22 11:32     ` Vadim Kochan
@ 2015-01-22 11:50       ` Johannes Berg
  0 siblings, 0 replies; 4+ messages in thread
From: Johannes Berg @ 2015-01-22 11:50 UTC (permalink / raw)
  To: Vadim Kochan; +Cc: Eric W. Biederman, linux-wireless, netdev

On Thu, 2015-01-22 at 13:32 +0200, Vadim Kochan wrote:
> On Mon, Jan 19, 2015 at 04:34:57PM +0200, Vadim Kochan wrote:
> > On Wed, Jan 14, 2015 at 09:47:26AM +0100, Johannes Berg wrote:
> > > On Mon, 2015-01-12 at 16:34 +0200, Vadim Kochan wrote:
> > > 
> > > > --- a/net/core/net_namespace.c
> > > > +++ b/net/core/net_namespace.c
> > > > @@ -361,6 +361,7 @@ struct net *get_net_ns_by_fd(int fd)
> > > >  	return ERR_PTR(-EINVAL);
> > > >  }
> > > >  #endif
> > > > +EXPORT_SYMBOL_GPL(get_net_ns_by_fd);
> > > 
> > > Does this seem OK? Vadim is adding support for using the ns-by-fd in
> > > nl80211, which can be a module as part of cfg80211.
> > > 
> > > johannes
> > > 
> > PING ... in case if this email was missed ...
> > 
> > Thanks,
> 
> Hi Johannes,
> 
> Does it mean that patch will be rejected in case if no one answer on
> this ?:)

Nah, I'll eventually take it :)

johannes

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-01-22 11:50 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <1421073245-20312-1-git-send-email-vadim4j@gmail.com>
2015-01-14  8:47 ` [PATCH mac80211-next] nl80211: Allow set network namespace by fd Johannes Berg
2015-01-19 14:34   ` Vadim Kochan
2015-01-22 11:32     ` Vadim Kochan
2015-01-22 11:50       ` Johannes Berg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).