From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Message-ID: <516329D2.1050003@redhat.com> Date: Mon, 08 Apr 2013 16:34:26 -0400 From: Prarit Bhargava MIME-Version: 1.0 To: John Stultz CC: linux-kernel@vger.kernel.org, Thomas Gleixner , stable Subject: Re: [PATCH] hrtimer, add expiry time overflow check in hrtimer_interrupt References: <1365425235-26191-1-git-send-email-prarit@redhat.com> <5163264B.3050707@linaro.org> In-Reply-To: <5163264B.3050707@linaro.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: On 04/08/2013 04:19 PM, John Stultz wrote: > On 04/08/2013 05:47 AM, Prarit Bhargava wrote: >> >> A simple check for an overflow can resolve this problem. Using KTIME_MAX >> instead of the overflow value will result in the hrtimer function being run, >> and the reprogramming of the timer after that. >> >> Signed-off-by: Prarit Bhargava >> Cc: Thomas Gleixner >> Cc: John Stultz > > Prarit: Should this be tagged for -stable? John, Yes, this should go to -stable. cc'd. P. > > thanks > -john >