Re: [patch V2 0/9] softirq: Make it RT aware

2020-12-06 Thread Sebastian Andrzej Siewior
On 2020-12-04 18:01:51 [+0100], Thomas Gleixner wrote: > The RT variant has sucessfully been tested in the current 5.10-rt > patches. For non-RT kernels there is no functional change. this series is part of v5.10-rc6-rt14. Tested-by: Sebastian Andrzej Siewior > Thanks, > > tglx Sebastia

[patch V2 0/9] softirq: Make it RT aware

2020-12-04 Thread Thomas Gleixner
RT runs softirq processing always in thread context and it requires that both the softirq execution and the BH disabled sections are preemptible. This is achieved by serialization through per CPU local locks and substituting a few parts of the existing softirq processing code with helper functions