All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Phonet: phonet_net_id can be static (sparse)
@ 2012-04-12 13:39 Rémi Denis-Courmont
  2012-04-12 13:39 ` [PATCH] Phonet: missing headers (sparse) Rémi Denis-Courmont
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Rémi Denis-Courmont @ 2012-04-12 13:39 UTC (permalink / raw)
  To: netdev; +Cc: Rémi Denis-Courmont

From: Rémi Denis-Courmont <remi.denis-courmont@nokia.com>

Signed-off-by: Rémi Denis-Courmont <remi.denis-courmont@nokia.com>
---
 net/phonet/pn_dev.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/net/phonet/pn_dev.c b/net/phonet/pn_dev.c
index 9b9a85e..631cd51 100644
--- a/net/phonet/pn_dev.c
+++ b/net/phonet/pn_dev.c
@@ -44,7 +44,7 @@ struct phonet_net {
 	struct phonet_routes routes;
 };
 
-int phonet_net_id __read_mostly;
+static int phonet_net_id __read_mostly;
 
 static struct phonet_net *phonet_pernet(struct net *net)
 {
-- 
1.7.5.4

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

* [PATCH] Phonet: missing headers (sparse)
  2012-04-12 13:39 [PATCH] Phonet: phonet_net_id can be static (sparse) Rémi Denis-Courmont
@ 2012-04-12 13:39 ` Rémi Denis-Courmont
  2012-04-13 18:03   ` David Miller
  2012-04-12 13:39 ` [PATCH] Phonet: change maintainer address Rémi Denis-Courmont
  2012-04-13 18:03 ` [PATCH] Phonet: phonet_net_id can be static (sparse) David Miller
  2 siblings, 1 reply; 6+ messages in thread
From: Rémi Denis-Courmont @ 2012-04-12 13:39 UTC (permalink / raw)
  To: netdev; +Cc: Rémi Denis-Courmont

From: Rémi Denis-Courmont <remi.denis-courmont@nokia.com>

Signed-off-by: Rémi Denis-Courmont <remi.denis-courmont@nokia.com>
---
 net/phonet/sysctl.c |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/net/phonet/sysctl.c b/net/phonet/sysctl.c
index cea1c7d..740bf20 100644
--- a/net/phonet/sysctl.c
+++ b/net/phonet/sysctl.c
@@ -27,6 +27,10 @@
 #include <linux/errno.h>
 #include <linux/init.h>
 
+#include <net/sock.h>
+#include <linux/phonet.h>
+#include <net/phonet/phonet.h>
+
 #define DYNAMIC_PORT_MIN	0x40
 #define DYNAMIC_PORT_MAX	0x7f
 
-- 
1.7.5.4

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

* [PATCH] Phonet: change maintainer address
  2012-04-12 13:39 [PATCH] Phonet: phonet_net_id can be static (sparse) Rémi Denis-Courmont
  2012-04-12 13:39 ` [PATCH] Phonet: missing headers (sparse) Rémi Denis-Courmont
@ 2012-04-12 13:39 ` Rémi Denis-Courmont
  2012-04-13 18:03   ` David Miller
  2012-04-13 18:03 ` [PATCH] Phonet: phonet_net_id can be static (sparse) David Miller
  2 siblings, 1 reply; 6+ messages in thread
From: Rémi Denis-Courmont @ 2012-04-12 13:39 UTC (permalink / raw)
  To: netdev; +Cc: Rémi Denis-Courmont

From: Rémi Denis-Courmont <remi.denis-courmont@nokia.com>

nokia.com MX does not cope well with kernel.org.

Signed-off-by: Rémi Denis-Courmont <remi.denis-courmont@nokia.com>
---
 MAINTAINERS |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index d710c00..74f753e 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -5197,7 +5197,7 @@ S:	Maintained
 F:	include/linux/personality.h
 
 PHONET PROTOCOL
-M:	Remi Denis-Courmont <remi.denis-courmont@nokia.com>
+M:	Remi Denis-Courmont <courmisch@gmail.com>
 S:	Supported
 F:	Documentation/networking/phonet.txt
 F:	include/linux/phonet.h
-- 
1.7.5.4

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

* Re: [PATCH] Phonet: missing headers (sparse)
  2012-04-12 13:39 ` [PATCH] Phonet: missing headers (sparse) Rémi Denis-Courmont
@ 2012-04-13 18:03   ` David Miller
  0 siblings, 0 replies; 6+ messages in thread
From: David Miller @ 2012-04-13 18:03 UTC (permalink / raw)
  To: remi; +Cc: netdev, remi.denis-courmont

From: Rémi Denis-Courmont <remi@remlab.net>
Date: Thu, 12 Apr 2012 16:39:17 +0300

> From: Rémi Denis-Courmont <remi.denis-courmont@nokia.com>
> 
> Signed-off-by: Rémi Denis-Courmont <remi.denis-courmont@nokia.com>

Applied to net-next

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

* Re: [PATCH] Phonet: phonet_net_id can be static (sparse)
  2012-04-12 13:39 [PATCH] Phonet: phonet_net_id can be static (sparse) Rémi Denis-Courmont
  2012-04-12 13:39 ` [PATCH] Phonet: missing headers (sparse) Rémi Denis-Courmont
  2012-04-12 13:39 ` [PATCH] Phonet: change maintainer address Rémi Denis-Courmont
@ 2012-04-13 18:03 ` David Miller
  2 siblings, 0 replies; 6+ messages in thread
From: David Miller @ 2012-04-13 18:03 UTC (permalink / raw)
  To: remi; +Cc: netdev, remi.denis-courmont

From: Rémi Denis-Courmont <remi@remlab.net>
Date: Thu, 12 Apr 2012 16:39:16 +0300

> From: Rémi Denis-Courmont <remi.denis-courmont@nokia.com>
> 
> Signed-off-by: Rémi Denis-Courmont <remi.denis-courmont@nokia.com>

Applied to net-next

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

* Re: [PATCH] Phonet: change maintainer address
  2012-04-12 13:39 ` [PATCH] Phonet: change maintainer address Rémi Denis-Courmont
@ 2012-04-13 18:03   ` David Miller
  0 siblings, 0 replies; 6+ messages in thread
From: David Miller @ 2012-04-13 18:03 UTC (permalink / raw)
  To: remi; +Cc: netdev, remi.denis-courmont

From: Rémi Denis-Courmont <remi@remlab.net>
Date: Thu, 12 Apr 2012 16:39:18 +0300

> From: Rémi Denis-Courmont <remi.denis-courmont@nokia.com>
> 
> nokia.com MX does not cope well with kernel.org.
> 
> Signed-off-by: Rémi Denis-Courmont <remi.denis-courmont@nokia.com>

Applied to net-next

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

end of thread, other threads:[~2012-04-13 18:04 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-04-12 13:39 [PATCH] Phonet: phonet_net_id can be static (sparse) Rémi Denis-Courmont
2012-04-12 13:39 ` [PATCH] Phonet: missing headers (sparse) Rémi Denis-Courmont
2012-04-13 18:03   ` David Miller
2012-04-12 13:39 ` [PATCH] Phonet: change maintainer address Rémi Denis-Courmont
2012-04-13 18:03   ` David Miller
2012-04-13 18:03 ` [PATCH] Phonet: phonet_net_id can be static (sparse) David Miller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.