lkml.org 
[lkml]   [2010]   [Jun]   [24]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [RFC][PATCH] irq_work

* Peter Zijlstra <peterz@infradead.org> wrote:

> On Thu, 2010-06-24 at 13:08 +0200, Andi Kleen wrote:
> > > And I really want hardirq context for perf callbacks, some code actually
> > > relies on it (I used to have the fallback in the timer softirq and that
> >
> > Surely that could be fixed? *requiring* hard irq context sounds weird.
>
> possibly, but there is no reason what so ever to use softirq here.
>
> > > broke thing at some point).
> >
> > I have one case that needs to sleep (but only when interrupting user code)
> > They key thing in it really is to switch stacks back to process.
>
> softirq can't sleep either, you need a trampoline anyway.

What might make sense is to offer two types of callbacks: one that is
immediate whenever an event triggers - and another that is sleepable and is
executed from process context.

Having an intermediate softirq level might be over-design indeed.

Thanks,

Ingo


\
 
 \ /
  Last update: 2010-06-24 13:25    [W:0.074 / U:0.268 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site