Re: [uml-devel] Fwd: Re: UML kernel crash of v2.6.36-rcX kernel

2010-10-16 Thread Toralf Förster
Hello, I'm currently in the progress of bisecting the issue again- with a fully autoamted scripts which doesn't alck a "make clean" - *shame* However I get with v2.6.35-rc3-173-g3638632 and the attached .config this : nitializing software serial port version 1 console [mc-1] enabled ubda: EIP:

[uml-devel] [PATCH 1/1] um: fix global timer issue when using CONFIG_NO_HZ

2010-10-16 Thread Richard Weinberger
This fixes a issue which was introduced by fe2cc53e. timeval_to_ns() returns long long and not int. Due to that UML's timer did not work proper and caused timer freezes. LKML-Reference: Signed-off-by: Richard Weinberger --- arch/um/os-Linux/time.c |2 +- 1 files changed, 1 insertions(+), 1

Re: [uml-devel] [REGRESSION] um: rcu_sched_state detected stall on CPU 0

2010-10-16 Thread richard -rw- weinberger
On Fri, Oct 15, 2010 at 9:48 AM, Peter Zijlstra wrote: > On Fri, 2010-10-15 at 10:02 +0300, Pekka Enberg wrote: >> On Fri, Oct 15, 2010 at 2:44 AM, richard -rw- weinberger >> wrote: >> > On Thu, Oct 14, 2010 at 9:50 PM, Arjan van de Ven >> wrote: >> >>  On 10/14/2010 11:27 AM, richard -rw- weinb