From: David M. <da...@da...> - 2019-03-21 16:10:21
|
From: Jon Maloy <jon...@er...> Date: Thu, 21 Mar 2019 09:11:59 +0100 > From: Erik Hugne <eri...@gm...> > > When cancelling a subscription, we have to clear the cancel bit in the > request before iterating over any established subscriptions with memcmp. > Otherwise no subscription will ever be found, and it will not be > possible to explicitly unsubscribe individual subscriptions. > > Fixes: 8985ecc7c1e0 ("tipc: simplify endianness handling in topology subscriber") > Signed-off-by: Erik Hugne <eri...@gm...> > Signed-off-by: Jon Maloy <jon...@er...> > > --- > v2: clear bit in a more sensible way.. (comment from davem) Applied and queued up for -stable. Thanks for following up. |