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

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

2019-10-15 Thread Sebastian Andrzej Siewior
G_PREEMPTION' if it applies to both preemption models and not just to `CONFIG_PREEMPT'. Cc: "Paul E. McKenney" Cc: Josh Triplett Cc: Steven Rostedt Cc: Mathieu Desnoyers Cc: Lai Jiangshan Cc: Joel Fernandes Cc: linux-doc@vger.kernel.org Signed-off-by: Sebastian Andr

[PATCH] Documentation: Rename rcu_node_context_switch() to rcu_note_context_switch()

2019-08-27 Thread Sebastian Andrzej Siewior
While Paul was explaning some RCU magic I noticed a typo in rcu_note_context_switch(). Replace rcu_node_context_switch() with rcu_note_context_switch(). Signed-off-by: Sebastian Andrzej Siewior --- .../RCU/Design/Memory-Ordering/Tree-RCU-Memory-Ordering.html| 2 +- Documentation/RCU/Design

[PATCH] Documentation/dev-tools: Use gcc version number instead svn revision number

2019-01-14 Thread Sebastian Andrzej Siewior
svn commit 231296 matches commit d29e939c63b71 ("Add fuzzing coverage support") in the gcc git. The change is part of gcc 6.1.0. Replace the svn commit number with a gcc version which everyone can easily compare. Signed-off-by: Sebastian Andrzej Siewior --- Documentation/dev-tools/kc

[PATCH REPOST] libata: remove ata_sff_data_xfer_noirq()

2018-07-11 Thread Sebastian Andrzej Siewior
2(). Signed-off-by: Sebastian Andrzej Siewior --- Documentation/driver-api/libata.rst | 3 +-- drivers/ata/libata-sff.c| 30 - drivers/ata/pata_cmd640.c | 2 +- drivers/ata/pata_icside.c | 2 +- drivers/ata/pata_imx.c | 2

Re: [PATCH] libata: remove ata_sff_data_xfer_noirq()

2018-05-24 Thread Sebastian Andrzej Siewior
On 2018-05-07 17:52:16 [+0200], To Tejun Heo wrote: > On 2018-05-07 08:49:08 [-0700], Tejun Heo wrote: > > Hello, Sebastian. Hi Tejun, > > On Fri, May 04, 2018 at 05:06:20PM +0200, Sebastian Andrzej Siewior wrote: > > > ata_sff_data_xfer_noirq() is invoked via the -

Re: [PATCH] libata: remove ata_sff_data_xfer_noirq()

2018-05-07 Thread Sebastian Andrzej Siewior
On 2018-05-07 08:49:08 [-0700], Tejun Heo wrote: > Hello, Sebastian. > > On Fri, May 04, 2018 at 05:06:20PM +0200, Sebastian Andrzej Siewior wrote: > > ata_sff_data_xfer_noirq() is invoked via the ->sff_data_xfer hook. The > > latter is invoked by ata_pio_sector

[PATCH] libata: remove ata_sff_data_xfer_noirq()

2018-05-04 Thread Sebastian Andrzej Siewior
2(). Signed-off-by: Sebastian Andrzej Siewior --- Documentation/driver-api/libata.rst | 3 +-- drivers/ata/libata-sff.c| 30 - drivers/ata/pata_cmd640.c | 2 +- drivers/ata/pata_icside.c | 2 +- drivers/ata/pata_imx.c | 2

Re: [PATCH] Documentation: Update CPU hotplug and move it to core-api

2017-01-04 Thread Sebastian Andrzej Siewior
On 2016-12-23 10:03:09 [+0200], Jani Nikula wrote: > > --- /dev/null > > +++ b/Documentation/core-api/cpu_hotplug.rst > > @@ -0,0 +1,372 @@ > > += > > +CPU hotplug in the Kernel > > += > > + > > +:Date

[PATCH] Documentation: Update CPU hotplug and move it to core-api

2016-12-22 Thread Sebastian Andrzej Siewior
: Sebastian Andrzej Siewior --- Documentation/core-api/cpu_hotplug.rst | 372 +++ Documentation/core-api/index.rst | 1 + Documentation/cpu-hotplug.txt | 452 - 3 files changed, 373 insertions(+), 452 deletions(-) create mode

[PATCH 1/2] Documentation/HOWTO: Use a more recent gcc + binutils

2016-11-02 Thread Sebastian Andrzej Siewior
ease of gcc 4.1 was on February 13, 2007. Cc: Jonathan Corbet Cc: linux-doc@vger.kernel.org Cc: Andrew Morton Signed-off-by: Sebastian Andrzej Siewior --- Documentation/Changes | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/Changes b/Documentation/Changes