diff options
author | 2022-05-22 23:03:29 +0200 | |
---|---|---|
committer | 2022-05-22 23:03:29 +0200 | |
commit | da50aad6d86716aa48a2b8463c85caea77c0355f (patch) | |
tree | c9604cc380e99e613c25ec06cbfcd5009c4575ba /kernel/irq_work.c | |
parent | power: supply: bq24190_charger: using pm_runtime_resume_and_get instead of pm_runtime_get_sync (diff) | |
parent | power: supply: ab8500_fg: Allocate wq in probe (diff) | |
download | wireguard-linux-da50aad6d86716aa48a2b8463c85caea77c0355f.tar.xz wireguard-linux-da50aad6d86716aa48a2b8463c85caea77c0355f.zip |
Merge power-supply 'fixes' branch
Merge power-supply fixes, that missed the v5.18 merge window
into power-supply's for-next branch.
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
Diffstat (limited to 'kernel/irq_work.c')
-rw-r--r-- | kernel/irq_work.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/irq_work.c b/kernel/irq_work.c index f7df715ec28e..7afa40fe5cc4 100644 --- a/kernel/irq_work.c +++ b/kernel/irq_work.c @@ -137,7 +137,7 @@ bool irq_work_queue_on(struct irq_work *work, int cpu) if (!irq_work_claim(work)) return false; - kasan_record_aux_stack(work); + kasan_record_aux_stack_noalloc(work); preempt_disable(); if (cpu != smp_processor_id()) { |