Re: [PATCH] genirq: Set the irq thread policy without checking CAP_SYS_NICE

2013-10-14 Thread Ivo Sieben
Patch looks OK to me.. but I'm not an expert. Regards, Ivo Sieben 2013/10/11 Sebastian Andrzej Siewior : > From: Thomas Pfaff > > In commit ee23871389 ("genirq: Set irq thread to RT priority on > creation") we moved the assigment of the thread's priority from the > thread's function into

Re: [PATCH] genirq: Set the irq thread policy without checking CAP_SYS_NICE

2013-10-14 Thread Ivo Sieben
Patch looks OK to me.. but I'm not an expert. Regards, Ivo Sieben 2013/10/11 Sebastian Andrzej Siewior bige...@linutronix.de: From: Thomas Pfaff tpf...@pcs.com In commit ee23871389 (genirq: Set irq thread to RT priority on creation) we moved the assigment of the thread's priority from the

[PATCH] genirq: Set the irq thread policy without checking CAP_SYS_NICE

2013-10-11 Thread Sebastian Andrzej Siewior
From: Thomas Pfaff In commit ee23871389 ("genirq: Set irq thread to RT priority on creation") we moved the assigment of the thread's priority from the thread's function into __setup_irq(). That function may run in user context for instance if the user opens an UART node and then driver calls

[PATCH] genirq: Set the irq thread policy without checking CAP_SYS_NICE

2013-10-11 Thread Sebastian Andrzej Siewior
From: Thomas Pfaff tpf...@pcs.com In commit ee23871389 (genirq: Set irq thread to RT priority on creation) we moved the assigment of the thread's priority from the thread's function into __setup_irq(). That function may run in user context for instance if the user opens an UART node and then