From: Dan Carpenter
Date: Fri, 17 Jun 2016 12:22:26 +0300
> "up_map" is a u64 type but we're not using the high 32 bits.
>
> Fixes: 35c55c9877f8 ('tipc: add neighbor monitoring framework')
> Signed-off-by: Dan Carpenter
Applied.
David S. Miller; netdev@vger.kernel.org; tipc-
> discuss...@lists.sourceforge.net; kernel-janit...@vger.kernel.org
> Subject: [patch -next] tipc: potential shift wrapping bug in map_set()
>
> "up_map" is a u64 type but we're not using the high 32 bits.
>
> Fixes: 35c55c987
"up_map" is a u64 type but we're not using the high 32 bits.
Fixes: 35c55c9877f8 ('tipc: add neighbor monitoring framework')
Signed-off-by: Dan Carpenter
diff --git a/net/tipc/monitor.c b/net/tipc/monitor.c
index 87d4efe..0d489e8 100644
--- a/net/tipc/monitor.c
+++ b/net/tipc/monitor.c
@@ -122,8