ipmr/ip6mr: Initialize the last assert time of mfc entries.
commit9d262c8bac637d722453c170fc6819ab7f118bc9
authorTom Goff <thomas.goff@ll.mit.edu>
Thu, 23 Jun 2016 20:11:57 +0000 (23 16:11 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 11 Jul 2016 16:30:00 +0000 (11 09:30 -0700)
treed8e887e4a5b231577f7e8705059cbce203ea2ccd
parent16e0f188281a37de74bb3e0ed007a8a24c5901b3
ipmr/ip6mr: Initialize the last assert time of mfc entries.

[ Upstream commit 70a0dec45174c976c64b4c8c1d0898581f759948 ]

This fixes wrong-interface signaling on 32-bit platforms for entries
created when jiffies > 2^31 + MFC_ASSERT_THRESH.

Signed-off-by: Tom Goff <thomas.goff@ll.mit.edu>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
net/ipv4/ipmr.c
net/ipv6/ip6mr.c