[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20100326142423.1334d407.akpm@linux-foundation.org>
Date: Fri, 26 Mar 2010 14:24:23 -0700
From: Andrew Morton <akpm@...ux-foundation.org>
To: Yury Polyanskiy <ypolyans@...nceton.edu>
Cc: Joel Becker <joel.becker@...cle.com>, linux-kernel@...r.kernel.org,
john stultz <johnstul@...ibm.com>,
Jan Glauber <jan.glauber@...ibm.com>
Subject: Re: [PATCH] hangcheck-timer is broken on x86
On Tue, 23 Mar 2010 23:36:11 -0400
Yury Polyanskiy <ypolyans@...nceton.edu> wrote:
> The drivers/char/hangcheck-timer.c is doubly broken. First, the
> following line overflows unsigned long:
> # define TIMER_FREQ (HZ*loops_per_jiffy)
>
> Second, and more importantly, loops_per_jiffy has little to do with the conversion from the
> the time scale of get_cycles() (aka rdtsc) to the time scale of jiffies.
It's a bit odd to have a driver be this broken on x86_32 for five years
without anyone noticing. What are the user-visible effects of these
shortcomings?
Also, please do send us a Signed-off-by: for this patch, as explained
in Documentation/SubmittingPatches, thanks.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists