Re: [PATCH, RFC] improved hacks to allow -rt to run kernbench on POWER

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: <paulmck@...>
Cc: Steven Rostedt <rostedt@...>, <linux-kernel@...>, <tony@...>, <paulus@...>, <dino@...>, <tytso@...>, <dvhltc@...>, <niv@...>, <antonb@...>
Date: Monday, November 12, 2007 - 5:12 pm

> And here is an updated patch.  There has to be a better way than the

Nothing comes to mind right now...


The radix tree is used by the powerpc IRQ subsystem with some hand-made
locking that involves per-cpu variables among others, you may want to
have a look at arch/powerpc/kernel/irq.c ... It should all be GFP_ATOMIC
though, but if -rt can't cope with even GFP_ATOMIC when preempt is off,
then we have a deeper problem (the allocation of the page for RCU in
freeing page tables is another one that will GFP_ATOMIC in
non-preemptible context afaik).

Ben.


-
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: [PATCH, RFC] improved hacks to allow -rt to run kernbenc..., Benjamin Herrenschmidt, (Fri Nov 9, 4:52 pm)
Re: [PATCH, RFC] improved hacks to allow -rt to run kernbenc..., Benjamin Herrenschmidt, (Sat Nov 10, 11:59 pm)
Re: [PATCH, RFC] improved hacks to allow -rt to run kernbenc..., Benjamin Herrenschmidt, (Sun Nov 11, 4:48 pm)
Re: [PATCH, RFC] improved hacks to allow -rt to run kernbenc..., Benjamin Herrenschmidt, (Mon Nov 12, 5:12 pm)
Re: [PATCH, RFC] improved hacks to allow -rt to run kernbenc..., Benjamin Herrenschmidt, (Tue Nov 13, 5:43 am)
Re: [PATCH, RFC] improved hacks to allow -rt to run kernbenc..., Benjamin Herrenschmidt, (Tue Nov 13, 7:09 am)