mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 0/4] Convert some simple call_rcu() to kfree_rcu()/kvfree_rcu()
@ 2024-11-20  6:47 Ran Xiaokai
  2024-11-20  6:47 ` [PATCH 1/4] sched/topology: convert call_rcu(free_ctx) to kfree_rcu() Ran Xiaokai
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Ran Xiaokai @ 2024-11-20  6:47 UTC (permalink / raw)
  To: juri.lelli, vincent.guittot, mingo, peterz, pshelar, davem
  Cc: linux-kernel, ran.xiaokai, linux-perf-users, netdev, dev

From: Ran Xiaokai <ran.xiaokai@zte.com.cn>

These rcu callbacks simply call kfree()/kvfree(),
it's better to convert them to directly call kfree_rcu()/kvfree_rcu().

Ran Xiaokai (4):
  sched/topology: convert call_rcu(free_ctx) to kfree_rcu()
  perf/core: convert call_rcu(free_ctx) to kfree_rcu()
  net: openvswitch: convert call_rcu(dp_meter_instance_free_rcu) to
    kvfree_rcu()
  net: sysfs: convert call_rcu() to kvfree_rcu()

 kernel/events/core.c    | 10 +---------
 kernel/sched/topology.c | 10 ++--------
 net/core/net-sysfs.c    | 11 ++---------
 net/openvswitch/meter.c | 10 +---------
 4 files changed, 6 insertions(+), 35 deletions(-)

-- 
2.17.1


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

end of thread, other threads:[~2024-11-21  8:37 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-11-20  6:47 [PATCH 0/4] Convert some simple call_rcu() to kfree_rcu()/kvfree_rcu() Ran Xiaokai
2024-11-20  6:47 ` [PATCH 1/4] sched/topology: convert call_rcu(free_ctx) to kfree_rcu() Ran Xiaokai
2024-11-20  6:47 ` [PATCH 2/4] perf/core: " Ran Xiaokai
2024-11-20  9:12   ` Peter Zijlstra
2024-11-20  9:16     ` Peter Zijlstra
2024-11-21  6:54       ` Ran Xiaokai
2024-11-20  6:47 ` [PATCH 3/4] net: openvswitch: convert call_rcu(dp_meter_instance_free_rcu) to kvfree_rcu() Ran Xiaokai
2024-11-21  8:37   ` Paolo Abeni
2024-11-20  6:47 ` [PATCH 4/4] net: sysfs: convert call_rcu() " Ran Xiaokai

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®