Re: [PATCH v8] net: set name assign type for names assigned using a static string

2014-07-17 Thread Tom Gundersen
On Thu, Jul 17, 2014 at 9:26 AM, Veaceslav Falico wrote: > On Thu, Jul 17, 2014 at 09:17:07AM +0200, Tom Gundersen wrote: >> >> On Thu, Jul 17, 2014 at 8:56 AM, David Miller wrote: >>> >>> Tom, even if the patches are sort of independent, they logically >>> belong together. >>> >>> So please

Re: [PATCH v8] net: set name assign type for names assigned using a static string

2014-07-17 Thread Veaceslav Falico
On Thu, Jul 17, 2014 at 09:17:07AM +0200, Tom Gundersen wrote: On Thu, Jul 17, 2014 at 8:56 AM, David Miller wrote: Tom, even if the patches are sort of independent, they logically belong together. So please number them, and provide an appropriate "[PATCH 0/N] ..." cover letter. Please

Re: [PATCH v8] net: set name assign type for names assigned using a static string

2014-07-17 Thread Tom Gundersen
On Thu, Jul 17, 2014 at 8:56 AM, David Miller wrote: > Tom, even if the patches are sort of independent, they logically > belong together. > > So please number them, and provide an appropriate "[PATCH 0/N] ..." > cover letter. > > Please resubmit these patches with that done properly, thank you.

Re: [PATCH v8] net: set name assign type for names assigned using a static string

2014-07-17 Thread David Miller
Tom, even if the patches are sort of independent, they logically belong together. So please number them, and provide an appropriate "[PATCH 0/N] ..." cover letter. Please resubmit these patches with that done properly, thank you. -- To unsubscribe from this list: send the line "unsubscribe

Re: [PATCH v8] net: set name assign type for names assigned using a static string

2014-07-17 Thread David Miller
Tom, even if the patches are sort of independent, they logically belong together. So please number them, and provide an appropriate [PATCH 0/N] ... cover letter. Please resubmit these patches with that done properly, thank you. -- To unsubscribe from this list: send the line unsubscribe

Re: [PATCH v8] net: set name assign type for names assigned using a static string

2014-07-17 Thread Tom Gundersen
On Thu, Jul 17, 2014 at 8:56 AM, David Miller da...@davemloft.net wrote: Tom, even if the patches are sort of independent, they logically belong together. So please number them, and provide an appropriate [PATCH 0/N] ... cover letter. Please resubmit these patches with that done properly,

Re: [PATCH v8] net: set name assign type for names assigned using a static string

2014-07-17 Thread Veaceslav Falico
On Thu, Jul 17, 2014 at 09:17:07AM +0200, Tom Gundersen wrote: On Thu, Jul 17, 2014 at 8:56 AM, David Miller da...@davemloft.net wrote: Tom, even if the patches are sort of independent, they logically belong together. So please number them, and provide an appropriate [PATCH 0/N] ... cover

Re: [PATCH v8] net: set name assign type for names assigned using a static string

2014-07-17 Thread Tom Gundersen
On Thu, Jul 17, 2014 at 9:26 AM, Veaceslav Falico vfal...@redhat.com wrote: On Thu, Jul 17, 2014 at 09:17:07AM +0200, Tom Gundersen wrote: On Thu, Jul 17, 2014 at 8:56 AM, David Miller da...@davemloft.net wrote: Tom, even if the patches are sort of independent, they logically belong

[PATCH v8] net: set name assign type for names assigned using a static string

2014-07-16 Thread Tom Gundersen
This covers the trivial case: alloc_netdev(_, "bar", NET_NAME_PREDICTABLE, _); Signed-off-by: Tom Gundersen --- This patch goes on top of net-next. drivers/media/dvb-core/dvb_net.c | 2 +- drivers/misc/sgi-xp/xpnet.c | 2 +- drivers/net/caif/caif_virtio.c | 2 +- drivers/net/eql.c

[PATCH v8] net: set name assign type for names assigned using a static string

2014-07-16 Thread Tom Gundersen
This covers the trivial case: alloc_netdev(_, bar, NET_NAME_PREDICTABLE, _); Signed-off-by: Tom Gundersen t...@jklm.no --- This patch goes on top of net-next. drivers/media/dvb-core/dvb_net.c | 2 +- drivers/misc/sgi-xp/xpnet.c | 2 +- drivers/net/caif/caif_virtio.c | 2 +-