[net-next 1/1] tipc: fix rebasing error

Subsystems: networking [general], the rest, tipc network layer

2 messages, 2 authors, 2017-10-16 · open the first message on its own page

[net-next 1/1] tipc: fix rebasing error

From: Jon Maloy <hidden>
Date: 2017-10-16 14:04:59

In commit 2f487712b893 ("tipc: guarantee that group broadcast doesn't
bypass group unicast") there was introduced a last-minute rebasing
error that broke non-group communication.

We fix this here.

Signed-off-by: Jon Maloy <redacted>
---
 net/tipc/link.c | 1 +
 1 file changed, 1 insertion(+)
diff --git a/net/tipc/link.c b/net/tipc/link.c
index 723dd69..870b9b8 100644
--- a/net/tipc/link.c
+++ b/net/tipc/link.c
@@ -1052,6 +1052,7 @@ static bool tipc_data_input(struct tipc_link *l, struct sk_buff *skb,
 			return true;
 		}
 	case CONN_MANAGER:
+		skb_queue_tail(inputq, skb);
 		return true;
 	case GROUP_PROTOCOL:
 		skb_queue_tail(mc_inputq, skb);
-- 
2.1.4

Re: [net-next 1/1] tipc: fix rebasing error

From: David Miller <davem@davemloft.net>
Date: 2017-10-16 20:29:50

From: Jon Maloy <redacted>
Date: Mon, 16 Oct 2017 16:04:51 +0200
In commit 2f487712b893 ("tipc: guarantee that group broadcast doesn't
bypass group unicast") there was introduced a last-minute rebasing
error that broke non-group communication.

We fix this here.

Signed-off-by: Jon Maloy <redacted>
Applied.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help