[tipc-discussion] [net-next v2 1/2] tipc: convert dest node's address to network order

2021-03-11 Thread Hoang Huu Le
From: Hoang Le (struct tipc_link_info)->dest is in network order (__be32), so we must convert the value to network order before assigning. The problem detected by sparse: net/tipc/netlink_compat.c:699:24: warning: incorrect type in assignment (different base types)

Re: [tipc-discussion] [net-next v2 1/2] tipc: convert dest node's address to network order

2021-02-26 Thread Jon Maloy
Hi Hoang, I noticed that this series is not upstream yet. Did I forget to ack it? Series Acked-by: Jon Maloy On 1/18/21 3:08 AM, Hoang Huu Le wrote: From: Hoang Le (struct tipc_link_info)->dest is in network order (__be32), so we must convert the value to network order before assigning. The

[tipc-discussion] [net-next v2 1/2] tipc: convert dest node's address to network order

2021-01-18 Thread Hoang Huu Le
From: Hoang Le (struct tipc_link_info)->dest is in network order (__be32), so we must convert the value to network order before assigning. The problem detected by sparse: net/tipc/netlink_compat.c:699:24: warning: incorrect type in assignment (different base types)