On Fri, 2010-06-04 at 12:03 +0200, Ingo Molnar wrote:

> > The only 'interesting' issue I can see here is that if you create 1000 
> > CLOCK_MONOTONIC namepaces, we'd need to have a tree of trees in order to 
> > efficiently find the leftmost timer.
> 
> Realistically Android userspace would create just a single such namespace for 
> all the untrusted/unknown/uncontrolled apps, right?

Possibly, yeah. 

But it might not stop someone else from create an insane amount of them.
So we do need to deal with that, and a linear loop over all timer bases,
which then will be a user controlled quantity, just doesn't sound
right :-)
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to