linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH -next 0/3] update some static key users to modern api
@ 2018-03-25 19:10 Davidlohr Bueso
  2018-03-25 19:10 ` [PATCH 1/3] i2c: update i2c_trace_msg static key " Davidlohr Bueso
                   ` (2 more replies)
  0 siblings, 3 replies; 13+ messages in thread
From: Davidlohr Bueso @ 2018-03-25 19:10 UTC (permalink / raw)
  To: peterz, akpm; +Cc: linux-kernel, Davidlohr Bueso

Hi,

I noticed a few users in the kernel calling stale static key api. Patches
are straightforward; note that the irqchip was also changed to not use
refcounting functions as it only 'disables' the feature.

Thanks!

Davidlohr Bueso (3):
  i2c: update i2c_trace_msg static key to modern api
  drivers/irqchip: update supports_deactivate static key to modern api
  sched/core: update preempt_notifier_key to modern api

 drivers/i2c/i2c-core-base.c  | 12 ++++++------
 drivers/irqchip/irq-gic-v3.c | 20 ++++++++++----------
 drivers/irqchip/irq-gic.c    | 22 +++++++++++-----------
 kernel/sched/core.c          | 12 ++++++------
 4 files changed, 33 insertions(+), 33 deletions(-)

-- 
2.13.6

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

end of thread, other threads:[~2018-03-26 20:10 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-25 19:10 [PATCH -next 0/3] update some static key users to modern api Davidlohr Bueso
2018-03-25 19:10 ` [PATCH 1/3] i2c: update i2c_trace_msg static key " Davidlohr Bueso
2018-03-26  8:33   ` Peter Zijlstra
2018-03-26  8:34   ` Peter Zijlstra
2018-03-25 19:10 ` [PATCH 2/3] drivers/irqchip: update supports_deactivate " Davidlohr Bueso
2018-03-26  8:17   ` Marc Zyngier
2018-03-26 13:54     ` Davidlohr Bueso
2018-03-26 14:24       ` Marc Zyngier
2018-03-26 19:57         ` Davidlohr Bueso
2018-03-26  8:34   ` Peter Zijlstra
2018-03-26  8:34   ` Peter Zijlstra
2018-03-25 19:10 ` [PATCH 3/3] sched/core: update preempt_notifier_key " Davidlohr Bueso
2018-03-26  8:35   ` Peter Zijlstra

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).