* Mark Lord <[email protected]> wrote: > Ingo Molnar wrote: >> ... >> thanks. I do get the impression that most of this can/should wait until >> 2.6.25. The patches look quite dangerous. > .. > > I confess to not really trying hard to understand everything in this > thread, but the implication seems to be that this bug might affect > udelay() and possibly jiffies ? no, it cannot affect jiffies. (jiffies was a red herring all along) udelay() cannot be affected either - sched_clock() has no effect on udelay(). _But_, when there are TSC problems then tsc based udelay() suffers too so the phenomenons may _seem_ related. > If so, then fixing it has to be a *must* for 2.6.24, as otherwise > we'll get all sorts of one-in-while odd driver bugs.. like maybe these > two for starters: > > [Bug 9492] 2.6.24: false double-clicks from USB mouse > [Bug 9489] 20000+ wake-ups/second in 2.6.24 iirc these high rate wakeups happened on 2.6.22 too. Ingo -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
- Follow-Ups:
- Re: [PATCH] scheduler: fix x86 regression in native_sched_clock
- From: Michael Buesch <[email protected]>
- Re: [PATCH] scheduler: fix x86 regression in native_sched_clock
- References:
- Re: [PATCH] scheduler: fix x86 regression in native_sched_clock
- From: Ingo Molnar <[email protected]>
- Re: [PATCH] scheduler: fix x86 regression in native_sched_clock
- From: Nick Piggin <[email protected]>
- Re: [PATCH] scheduler: fix x86 regression in native_sched_clock
- From: [email protected]
- Re: [PATCH] scheduler: fix x86 regression in native_sched_clock
- From: Ingo Molnar <[email protected]>
- Re: [PATCH] scheduler: fix x86 regression in native_sched_clock
- From: Ingo Molnar <[email protected]>
- Re: [PATCH] scheduler: fix x86 regression in native_sched_clock
- From: Ingo Molnar <[email protected]>
- Re: [PATCH] scheduler: fix x86 regression in native_sched_clock
- From: Ingo Molnar <[email protected]>
- Re: [PATCH] scheduler: fix x86 regression in native_sched_clock
- From: Guillaume Chazarain <[email protected]>
- Re: [PATCH] scheduler: fix x86 regression in native_sched_clock
- From: Ingo Molnar <[email protected]>
- Re: [PATCH] scheduler: fix x86 regression in native_sched_clock
- From: Mark Lord <[email protected]>
- Re: [PATCH] scheduler: fix x86 regression in native_sched_clock
- Prev by Date: Re: soft lockup - CPU#1 stuck for 15s! [swapper:0]
- Next by Date: Re: [patch 1/2] Kprobes: Indicate kretprobe support in arch/<arch>/Kconfig
- Previous by thread: Re: [PATCH] scheduler: fix x86 regression in native_sched_clock
- Next by thread: Re: [PATCH] scheduler: fix x86 regression in native_sched_clock
- Index(es):