Re: [uml-devel] [PATCH v3] um: Switch clocksource to hrtimers

2015-10-28 Thread Anton Ivanov
I got the first patchset to build, it works very well on a single core host or with CPU pinning of the UML - the performance gain is > 25%. However, I introduced a race somewhere along the way - it crashes UML reliably if you do not pin CPUs. I will debug it, fix it and submit. I am guessing a

Re: [uml-devel] [uml-user] Any reason for a kernel thread not run after calling schedule()?

2015-10-28 Thread Richard Weinberger
On Wed, Oct 28, 2015 at 5:36 PM, Ricardo Nunes wrote: > Hi, > > I'm making a UML driver to adapt a real driver to UML and hardware > emulation. > > In this case I have a kernel thread trying to read a register, which is now > done through a netlink channel to a userspace application (asynchronous