From: Fan Du Date: Mon, 30 Jul 2012 21:43:54 +0000 (+0000) Subject: Fix unexpected SA hard expiration after changing date X-Git-Tag: v3.6-rc2~24^2~33 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e3c0d04750751389d5116267f8cf4687444d9a50;p=pandora-kernel.git Fix unexpected SA hard expiration after changing date After SA is setup, one timer is armed to detect soft/hard expiration, however the timer handler uses xtime to do the math. This makes hard expiration occurs first before soft expiration after setting new date with big interval. As a result new child SA is deleted before rekeying the new one. Signed-off-by: Fan Du Signed-off-by: David S. Miller --- Reading git-diff-tree failed