[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20180325191056.24598-1-dave@stgolabs.net>
Date: Sun, 25 Mar 2018 12:10:53 -0700
From: Davidlohr Bueso <dave@...olabs.net>
To: peterz@...radead.org, akpm@...ux-foundation.org
Cc: linux-kernel@...r.kernel.org, Davidlohr Bueso <dave@...olabs.net>
Subject: [PATCH -next 0/3] update some static key users to modern api
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
Powered by blists - more mailing lists