Re: [tipc-discussion] [PATCH net-next] tipc: remove set but not used variable 'prev'

2020-05-29 Thread David Miller
From: YueHaibing Date: Thu, 28 May 2020 07:43:59 + > Fixes gcc '-Wunused-but-set-variable' warning: > > net/tipc/msg.c: In function 'tipc_msg_append': > net/tipc/msg.c:215:24: warning: > variable 'prev' set but not used [-Wunused-but-set-variable] > > commit 0a3e060f340d ("tipc: add test

[tipc-discussion] Fwd: Re: FW: [PATCH 2/2] tipc: update a binding service via broadcast

2020-05-29 Thread Jon Maloy
Added more recipients. Forwarded Message Subject:Re: FW: [PATCH 2/2] tipc: update a binding service via broadcast Date: Fri, 29 May 2020 12:08:02 -0400 From: Jon Maloy To: Hoang Huu Le , ma...@donjonn.com Hi Hoang, See below. On 5/27/20 6:49 AM, Hoang Huu

[tipc-discussion] [ ] tipc: update a binding service via broadcast

2020-05-29 Thread jmaloy
From: Hoang Huu Le Currently, updating binding table (add service binding to name table/withdraw a service binding) is being sent over replicast. However, if we are scaling up clusters to > 100 nodes/containers this method is less affection because of looping through nodes in a cluster one by

[tipc-discussion] [net 2/2] Revert "tipc: Fix potential tipc_aead refcnt leak in tipc_crypto_rcv"

2020-05-29 Thread Tuong Lien
This reverts commit 441870ee4240cf67b5d3ab8e16216a9ff42eb5d6. Like the previous patch in this series, we revert the above commit that causes similar issues with the 'aead' object. Signed-off-by: Tuong Lien --- net/tipc/crypto.c | 1 - 1 file changed, 1 deletion(-) diff --git

[tipc-discussion] [net 0/2] tipc: revert two commits

2020-05-29 Thread Tuong Lien
Hi Jon, all, I can see we had two commits from 'Xiyu Yang ' without your 'Acked-by', not sure why... They have caused kernel panics and the TIPC encryption cannot work correctly. Therefore, so I'd revert them. Please help check. Thanks a lot! BR/Tuong Tuong Lien (2): Revert "tipc: Fix