Re: [patch -next] tipc: potential shift wrapping bug in map_set()

2016-06-17 Thread David Miller
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.

RE: [patch -next] tipc: potential shift wrapping bug in map_set()

2016-06-17 Thread Jon Maloy
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

[patch -next] tipc: potential shift wrapping bug in map_set()

2016-06-17 Thread Dan Carpenter
"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