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