Re: [PATCH] rcu: Replace rcu_assign_pointer(x, NULL) with RCU_INIT_POINTER(x, NULL)

2014-03-19 Thread David Miller
Many of your patches, such as this one, all have the same exact subject line. This makes it impossible to scan the subject lines and have some idea what area a commit makes changes. I would really suggest that you use a subject prefix that references the driver or subsystem, so for this one:

Re: [PATCH] rcu: Replace rcu_assign_pointer(x, NULL) with RCU_INIT_POINTER(x, NULL)

2014-03-19 Thread David Miller
Many of your patches, such as this one, all have the same exact subject line. This makes it impossible to scan the subject lines and have some idea what area a commit makes changes. I would really suggest that you use a subject prefix that references the driver or subsystem, so for this one:

Re: [PATCH] rcu: Replace rcu_assign_pointer(x, NULL) with RCU_INIT_POINTER(x, NULL)

2014-03-18 Thread Paul E. McKenney
On Wed, Mar 19, 2014 at 03:32:30AM +0530, Monam Agarwal wrote: > This patch replaces rcu_assign_pointer(x, NULL) with RCU_INIT_POINTER(x, > NULL) in drivers/infiniband/hw/qib/qib_qp.c > > Signed-off-by: Monam Agarwal Reviewed-by: Paul E. McKenney > --- > drivers/infiniband/hw/qib/qib_qp.c |

Re: [PATCH] rcu: Replace rcu_assign_pointer(x, NULL) with RCU_INIT_POINTER(x, NULL) in drivers/input/input.c

2014-03-18 Thread Paul E. McKenney
On Wed, Mar 19, 2014 at 03:30:29AM +0530, Monam Agarwal wrote: > This patch replaces rcu_assign_pointer(x, NULL) with RCU_INIT_POINTER(x, > NULL) in drivers/input/input.c > > Signed-off-by: Monam Agarwal Reviewed-by: Paul E. McKenney > --- > drivers/input/input.c |2 +- > 1 file

Re: [PATCH] rcu: Replace rcu_assign_pointer(x, NULL) with RCU_INIT_POINTER(x, NULL) in drivers/input/endev.c

2014-03-18 Thread Paul E. McKenney
On Wed, Mar 19, 2014 at 03:28:39AM +0530, Monam Agarwal wrote: > This patch replaces rcu_assign_pointer(x, NULL) with RCU_INIT_POINTER(x, > NULL) in drivers/input/endev.c > > Signed-off-by: Monam Agarwal Reviewed-by: Paul E. McKenney > --- > drivers/input/evdev.c |2 +- > 1 file

[PATCH] rcu: Replace rcu_assign_pointer(x, NULL) with RCU_INIT_POINTER(x, NULL) in drivers/input/input.c

2014-03-18 Thread Monam Agarwal
This patch replaces rcu_assign_pointer(x, NULL) with RCU_INIT_POINTER(x, NULL) in drivers/input/input.c Signed-off-by: Monam Agarwal --- drivers/input/input.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/input/input.c b/drivers/input/input.c index

[PATCH] rcu: Replace rcu_assign_pointer(x, NULL) with RCU_INIT_POINTER(x, NULL)

2014-03-18 Thread Monam Agarwal
This patch replaces rcu_assign_pointer(x, NULL) with RCU_INIT_POINTER(x, NULL) in drivers/infiniband/hw/qib/qib_qp.c Signed-off-by: Monam Agarwal --- drivers/infiniband/hw/qib/qib_qp.c |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git

[PATCH] rcu: Replace rcu_assign_pointer(x, NULL) with RCU_INIT_POINTER(x, NULL) in drivers/input/endev.c

2014-03-18 Thread Monam Agarwal
This patch replaces rcu_assign_pointer(x, NULL) with RCU_INIT_POINTER(x, NULL) in drivers/input/endev.c Signed-off-by: Monam Agarwal --- drivers/input/evdev.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/input/evdev.c b/drivers/input/evdev.c index

[PATCH] rcu: Replace rcu_assign_pointer(x, NULL) with RCU_INIT_POINTER(x, NULL) in drivers/input/endev.c

2014-03-18 Thread Monam Agarwal
This patch replaces rcu_assign_pointer(x, NULL) with RCU_INIT_POINTER(x, NULL) in drivers/input/endev.c Signed-off-by: Monam Agarwal monamagarwal...@gmail.com --- drivers/input/evdev.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/input/evdev.c

[PATCH] rcu: Replace rcu_assign_pointer(x, NULL) with RCU_INIT_POINTER(x, NULL) in drivers/input/input.c

2014-03-18 Thread Monam Agarwal
This patch replaces rcu_assign_pointer(x, NULL) with RCU_INIT_POINTER(x, NULL) in drivers/input/input.c Signed-off-by: Monam Agarwal monamagarwal...@gmail.com --- drivers/input/input.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/input/input.c

[PATCH] rcu: Replace rcu_assign_pointer(x, NULL) with RCU_INIT_POINTER(x, NULL)

2014-03-18 Thread Monam Agarwal
This patch replaces rcu_assign_pointer(x, NULL) with RCU_INIT_POINTER(x, NULL) in drivers/infiniband/hw/qib/qib_qp.c Signed-off-by: Monam Agarwal monamagarwal...@gmail.com --- drivers/infiniband/hw/qib/qib_qp.c |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git

Re: [PATCH] rcu: Replace rcu_assign_pointer(x, NULL) with RCU_INIT_POINTER(x, NULL) in drivers/input/endev.c

2014-03-18 Thread Paul E. McKenney
On Wed, Mar 19, 2014 at 03:28:39AM +0530, Monam Agarwal wrote: This patch replaces rcu_assign_pointer(x, NULL) with RCU_INIT_POINTER(x, NULL) in drivers/input/endev.c Signed-off-by: Monam Agarwal monamagarwal...@gmail.com Reviewed-by: Paul E. McKenney paul...@linux.vnet.ibm.com ---

Re: [PATCH] rcu: Replace rcu_assign_pointer(x, NULL) with RCU_INIT_POINTER(x, NULL) in drivers/input/input.c

2014-03-18 Thread Paul E. McKenney
On Wed, Mar 19, 2014 at 03:30:29AM +0530, Monam Agarwal wrote: This patch replaces rcu_assign_pointer(x, NULL) with RCU_INIT_POINTER(x, NULL) in drivers/input/input.c Signed-off-by: Monam Agarwal monamagarwal...@gmail.com Reviewed-by: Paul E. McKenney paul...@linux.vnet.ibm.com ---

Re: [PATCH] rcu: Replace rcu_assign_pointer(x, NULL) with RCU_INIT_POINTER(x, NULL)

2014-03-18 Thread Paul E. McKenney
On Wed, Mar 19, 2014 at 03:32:30AM +0530, Monam Agarwal wrote: This patch replaces rcu_assign_pointer(x, NULL) with RCU_INIT_POINTER(x, NULL) in drivers/infiniband/hw/qib/qib_qp.c Signed-off-by: Monam Agarwal monamagarwal...@gmail.com Reviewed-by: Paul E. McKenney paul...@linux.vnet.ibm.com