Re: [PATCH 26/34] Documentation/RCU: Use CONFIG_PREEMPTION where appropriate

2019-10-16 Thread Paul E. McKenney
On Wed, Oct 16, 2019 at 09:31:32AM +0200, Sebastian Andrzej Siewior wrote: > On 2019-10-15 21:13:30 [-0700], Paul E. McKenney wrote: > > Sadly, this one ran afoul of the .txt-to-.rst migration. Even applying > > it against linus/master and cherry-picking it does not help. I will > > defer it for

Re: [PATCH 26/34] Documentation/RCU: Use CONFIG_PREEMPTION where appropriate

2019-10-16 Thread Sebastian Andrzej Siewior
On 2019-10-15 21:13:30 [-0700], Paul E. McKenney wrote: > Sadly, this one ran afoul of the .txt-to-.rst migration. Even applying > it against linus/master and cherry-picking it does not help. I will > defer it for the moment -- perhaps Mauro or Joel have some advice. Don't worry about it then. J

Re: [PATCH 26/34] Documentation/RCU: Use CONFIG_PREEMPTION where appropriate

2019-10-15 Thread Paul E. McKenney
On Tue, Oct 15, 2019 at 09:18:13PM +0200, Sebastian Andrzej Siewior wrote: > The config option `CONFIG_PREEMPT' is used for the preemption model > "Low-Latency Desktop". The config option `CONFIG_PREEMPTION' is enabled > when kernel preemption is enabled which is true for the `CONFIG_PREEMPT' > and

[PATCH 26/34] Documentation/RCU: Use CONFIG_PREEMPTION where appropriate

2019-10-15 Thread Sebastian Andrzej Siewior
The config option `CONFIG_PREEMPT' is used for the preemption model "Low-Latency Desktop". The config option `CONFIG_PREEMPTION' is enabled when kernel preemption is enabled which is true for the `CONFIG_PREEMPT' and `CONFIG_PREEMPT_RT' preemption models. Use `CONFIG_PREEMPTION' if it applies to b