mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* Re: [PATCH 04/17] net,rcu: convert call_rcu(tcf_common_free_rcu) to kfree_rcu()
       [not found] ` <4D7F37F0.1050801@cn.fujitsu.com>
@ 2011-03-15 21:02   ` David Miller
  0 siblings, 0 replies; 9+ messages in thread
From: David Miller @ 2011-03-15 21:02 UTC (permalink / raw)
  To: laijs
  Cc: mingo, paulmck, axboe, Trond.Myklebust, vladislav.yasevich, sri,
	viro, eparis, menage, kuznet, pekkas, jmorris, yoshfuji, kaber,
	johannes, linville, hadi, jpirko, eric.dumazet, hagen,
	randy.dunlap, jkosina, joe, u.kleine-koenig, ebiederm, gregkh,
	xemul, linux-kernel, linux-nfs, linux-sctp, netdev, containers,
	linux-decnet-user, linux-wireless, linux-security-module

From: Lai Jiangshan <laijs@cn.fujitsu.com>
Date: Tue, 15 Mar 2011 17:57:04 +0800

> 
> 
> The rcu callback tcf_common_free_rcu() just calls a kfree(),
> so we use kfree_rcu() instead of the call_rcu(tcf_common_free_rcu).
> 
> Signed-off-by: Lai Jiangshan <laijs@cn.fujitsu.com>

Acked-by: David S. Miller <davem@davemloft.net>

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [PATCH 05/17] net,rcu: convert call_rcu(tcf_police_free_rcu) to kfree_rcu()
       [not found] ` <4D7F3828.4040403@cn.fujitsu.com>
@ 2011-03-15 21:02   ` David Miller
  0 siblings, 0 replies; 9+ messages in thread
From: David Miller @ 2011-03-15 21:02 UTC (permalink / raw)
  To: laijs
  Cc: mingo, paulmck, axboe, Trond.Myklebust, vladislav.yasevich, sri,
	viro, eparis, menage, kuznet, pekkas, jmorris, yoshfuji, kaber,
	johannes, linville, hadi, jpirko, eric.dumazet, hagen,
	randy.dunlap, jkosina, joe, u.kleine-koenig, ebiederm, gregkh,
	xemul, linux-kernel, linux-nfs, linux-sctp, netdev, containers,
	linux-decnet-user, linux-wireless, linux-security-module

From: Lai Jiangshan <laijs@cn.fujitsu.com>
Date: Tue, 15 Mar 2011 17:58:00 +0800

> [PATCH 05/17] net,rcu: convert call_rcu(tcf_police_free_rcu) to kfree_rcu()
> 
> The rcu callback tcf_police_free_rcu() just calls a kfree(),
> so we use kfree_rcu() instead of the call_rcu(tcf_police_free_rcu).
> 
> Signed-off-by: Lai Jiangshan <laijs@cn.fujitsu.com>

Acked-by: David S. Miller <davem@davemloft.net>

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [PATCH 06/17] net,rcu: convert call_rcu(in6_dev_finish_destroy_rcu) to kfree_rcu()
       [not found] ` <4D7F3872.6090305@cn.fujitsu.com>
@ 2011-03-15 21:03   ` David Miller
  0 siblings, 0 replies; 9+ messages in thread
From: David Miller @ 2011-03-15 21:03 UTC (permalink / raw)
  To: laijs
  Cc: mingo, paulmck, axboe, Trond.Myklebust, vladislav.yasevich, sri,
	viro, eparis, menage, kuznet, pekkas, jmorris, yoshfuji, kaber,
	johannes, linville, hadi, jpirko, eric.dumazet, hagen,
	randy.dunlap, jkosina, joe, u.kleine-koenig, ebiederm, gregkh,
	xemul, linux-kernel, linux-nfs, linux-sctp, netdev, containers,
	linux-decnet-user, linux-wireless, linux-security-module

From: Lai Jiangshan <laijs@cn.fujitsu.com>
Date: Tue, 15 Mar 2011 17:59:14 +0800

> 
> 
> The rcu callback in6_dev_finish_destroy_rcu() just calls a kfree(),
> so we use kfree_rcu() instead of the call_rcu(in6_dev_finish_destroy_rcu).
> 
> Signed-off-by: Lai Jiangshan <laijs@cn.fujitsu.com>

Acked-by: David S. Miller <davem@davemloft.net>

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [PATCH 07/17] net,rcu: convert call_rcu(inet6_ifa_finish_destroy_rcu) to kfree_rcu()
       [not found] ` <4D7F38AE.7060708@cn.fujitsu.com>
@ 2011-03-15 21:03   ` David Miller
  0 siblings, 0 replies; 9+ messages in thread
From: David Miller @ 2011-03-15 21:03 UTC (permalink / raw)
  To: laijs
  Cc: mingo, paulmck, axboe, Trond.Myklebust, vladislav.yasevich, sri,
	viro, eparis, menage, kuznet, pekkas, jmorris, yoshfuji, kaber,
	johannes, linville, hadi, jpirko, eric.dumazet, hagen,
	randy.dunlap, jkosina, joe, u.kleine-koenig, ebiederm, gregkh,
	xemul, linux-kernel, linux-nfs, linux-sctp, netdev, containers,
	linux-decnet-user, linux-wireless, linux-security-module

From: Lai Jiangshan <laijs@cn.fujitsu.com>
Date: Tue, 15 Mar 2011 18:00:14 +0800

> 
> 
> The rcu callback inet6_ifa_finish_destroy_rcu() just calls a kfree(),
> so we use kfree_rcu() instead of the call_rcu(inet6_ifa_finish_destroy_rcu).
> 
> Signed-off-by: Lai Jiangshan <laijs@cn.fujitsu.com>

Acked-by: David S. Miller <davem@davemloft.net>

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [PATCH 08/17] net,rcu: convert call_rcu(listeners_free_rcu) to kfree_rcu()
       [not found] ` <4D7F3906.3090107@cn.fujitsu.com>
@ 2011-03-15 21:03   ` David Miller
  0 siblings, 0 replies; 9+ messages in thread
From: David Miller @ 2011-03-15 21:03 UTC (permalink / raw)
  To: laijs
  Cc: mingo, paulmck, axboe, Trond.Myklebust, vladislav.yasevich, sri,
	viro, eparis, menage, kuznet, pekkas, jmorris, yoshfuji, kaber,
	johannes, linville, hadi, jpirko, eric.dumazet, hagen,
	randy.dunlap, jkosina, joe, u.kleine-koenig, ebiederm, gregkh,
	xemul, linux-kernel, linux-nfs, linux-sctp, netdev, containers,
	linux-decnet-user, linux-wireless, linux-security-module

From: Lai Jiangshan <laijs@cn.fujitsu.com>
Date: Tue, 15 Mar 2011 18:01:42 +0800

> 
> 
> The rcu callback listeners_free_rcu() just calls a kfree(),
> so we use kfree_rcu() instead of the call_rcu(listeners_free_rcu).
> 
> Signed-off-by: Lai Jiangshan <laijs@cn.fujitsu.com>

Acked-by: David S. Miller <davem@davemloft.net>

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [PATCH 11/17] net,rcu: convert call_rcu(sctp_local_addr_free) to kfree_rcu()
       [not found] ` <4D7F39CE.80403@cn.fujitsu.com>
@ 2011-03-15 21:03   ` David Miller
  0 siblings, 0 replies; 9+ messages in thread
From: David Miller @ 2011-03-15 21:03 UTC (permalink / raw)
  To: laijs
  Cc: mingo, paulmck, axboe, Trond.Myklebust, vladislav.yasevich, sri,
	viro, eparis, menage, kuznet, pekkas, jmorris, yoshfuji, kaber,
	johannes, linville, hadi, jpirko, eric.dumazet, hagen,
	randy.dunlap, jkosina, joe, u.kleine-koenig, ebiederm, gregkh,
	xemul, linux-kernel, linux-nfs, linux-sctp, netdev, containers,
	linux-decnet-user, linux-wireless, linux-security-module

From: Lai Jiangshan <laijs@cn.fujitsu.com>
Date: Tue, 15 Mar 2011 18:05:02 +0800

> 
> 
> The rcu callback sctp_local_addr_free() just calls a kfree(),
> so we use kfree_rcu() instead of the call_rcu(sctp_local_addr_free).
> 
> Signed-off-by: Lai Jiangshan <laijs@cn.fujitsu.com>

Acked-by: David S. Miller <davem@davemloft.net>

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [PATCH 15/17] net,rcu: convert call_rcu(ha_rcu_free) to kfree_rcu()
       [not found] ` <4D7F3ABA.7020709@cn.fujitsu.com>
@ 2011-03-15 21:04   ` David Miller
  0 siblings, 0 replies; 9+ messages in thread
From: David Miller @ 2011-03-15 21:04 UTC (permalink / raw)
  To: laijs
  Cc: mingo, paulmck, axboe, Trond.Myklebust, vladislav.yasevich, sri,
	viro, eparis, menage, kuznet, pekkas, jmorris, yoshfuji, kaber,
	johannes, linville, hadi, jpirko, eric.dumazet, hagen,
	randy.dunlap, jkosina, joe, u.kleine-koenig, ebiederm, gregkh,
	xemul, linux-kernel, linux-nfs, linux-sctp, netdev, containers,
	linux-decnet-user, linux-wireless, linux-security-module

From: Lai Jiangshan <laijs@cn.fujitsu.com>
Date: Tue, 15 Mar 2011 18:08:58 +0800

> 
> 
> The rcu callback ha_rcu_free() just calls a kfree(),
> so we use kfree_rcu() instead of the call_rcu(ha_rcu_free).
> 
> Signed-off-by: Lai Jiangshan <laijs@cn.fujitsu.com>

Acked-by: David S. Miller <davem@davemloft.net>

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [PATCH 16/17] net,rcu: convert call_rcu(dn_dev_free_ifa_rcu) to kfree_rcu()
       [not found] ` <4D7F3B04.9080504@cn.fujitsu.com>
@ 2011-03-15 21:04   ` David Miller
  0 siblings, 0 replies; 9+ messages in thread
From: David Miller @ 2011-03-15 21:04 UTC (permalink / raw)
  To: laijs
  Cc: mingo, paulmck, axboe, Trond.Myklebust, vladislav.yasevich, sri,
	viro, eparis, menage, kuznet, pekkas, jmorris, yoshfuji, kaber,
	johannes, linville, hadi, jpirko, eric.dumazet, hagen,
	randy.dunlap, jkosina, joe, u.kleine-koenig, ebiederm, gregkh,
	xemul, linux-kernel, linux-nfs, linux-sctp, netdev, containers,
	linux-decnet-user, linux-wireless, linux-security-module

From: Lai Jiangshan <laijs@cn.fujitsu.com>
Date: Tue, 15 Mar 2011 18:10:12 +0800

> 
> The rcu callback dn_dev_free_ifa_rcu() just calls a kfree(),
> so we use kfree_rcu() instead of the call_rcu(dn_dev_free_ifa_rcu).
> 
> Signed-off-by: Lai Jiangshan <laijs@cn.fujitsu.com>

Acked-by: David S. Miller <davem@davemloft.net>

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [PATCH 17/17] net,act_police,rcu: remove rcu_barrier()
       [not found] ` <4D7F3B62.6000005@cn.fujitsu.com>
@ 2011-03-15 21:04   ` David Miller
  0 siblings, 0 replies; 9+ messages in thread
From: David Miller @ 2011-03-15 21:04 UTC (permalink / raw)
  To: laijs
  Cc: mingo, paulmck, axboe, Trond.Myklebust, vladislav.yasevich, sri,
	viro, eparis, menage, kuznet, pekkas, jmorris, yoshfuji, kaber,
	johannes, linville, hadi, jpirko, eric.dumazet, hagen,
	randy.dunlap, jkosina, joe, u.kleine-koenig, ebiederm, gregkh,
	xemul, linux-kernel, linux-nfs, linux-sctp, netdev, containers,
	linux-decnet-user, linux-wireless, linux-security-module

From: Lai Jiangshan <laijs@cn.fujitsu.com>
Date: Tue, 15 Mar 2011 18:11:46 +0800

> 
> 
> There is no callback of this module maybe queued
> since we use kfree_rcu(), we can safely remove the rcu_barrier().
> 
> Signed-off-by: Lai Jiangshan <laijs@cn.fujitsu.com>

Acked-by: David S. Miller <davem@davemloft.net>

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2011-03-15 21:04 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <4D7F3610.6000809@cn.fujitsu.com>
     [not found] ` <4D7F37F0.1050801@cn.fujitsu.com>
2011-03-15 21:02   ` [PATCH 04/17] net,rcu: convert call_rcu(tcf_common_free_rcu) to kfree_rcu() David Miller
     [not found] ` <4D7F3828.4040403@cn.fujitsu.com>
2011-03-15 21:02   ` [PATCH 05/17] net,rcu: convert call_rcu(tcf_police_free_rcu) " David Miller
     [not found] ` <4D7F3872.6090305@cn.fujitsu.com>
2011-03-15 21:03   ` [PATCH 06/17] net,rcu: convert call_rcu(in6_dev_finish_destroy_rcu) " David Miller
     [not found] ` <4D7F38AE.7060708@cn.fujitsu.com>
2011-03-15 21:03   ` [PATCH 07/17] net,rcu: convert call_rcu(inet6_ifa_finish_destroy_rcu) " David Miller
     [not found] ` <4D7F3906.3090107@cn.fujitsu.com>
2011-03-15 21:03   ` [PATCH 08/17] net,rcu: convert call_rcu(listeners_free_rcu) " David Miller
     [not found] ` <4D7F39CE.80403@cn.fujitsu.com>
2011-03-15 21:03   ` [PATCH 11/17] net,rcu: convert call_rcu(sctp_local_addr_free) " David Miller
     [not found] ` <4D7F3ABA.7020709@cn.fujitsu.com>
2011-03-15 21:04   ` [PATCH 15/17] net,rcu: convert call_rcu(ha_rcu_free) " David Miller
     [not found] ` <4D7F3B04.9080504@cn.fujitsu.com>
2011-03-15 21:04   ` [PATCH 16/17] net,rcu: convert call_rcu(dn_dev_free_ifa_rcu) " David Miller
     [not found] ` <4D7F3B62.6000005@cn.fujitsu.com>
2011-03-15 21:04   ` [PATCH 17/17] net,act_police,rcu: remove rcu_barrier() David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®