diff options
| author | Sudeep Holla <sudeep.holla@kernel.org> | 2026-04-28 19:33:27 +0100 |
|---|---|---|
| committer | Sudeep Holla <sudeep.holla@kernel.org> | 2026-04-29 16:50:34 +0100 |
| commit | 9b5597af8bc51c25342ab11896532644b181d302 (patch) | |
| tree | b3c3efa79c127926beaa88dd33d8c8bd5b1d4893 /scripts/stackusage | |
| parent | 09527e2c534911619d7e098729711100290bc3e1 (diff) | |
firmware: arm_ffa: Avoid collapsing NPI work from different CPUs
Notification pending interrupts are registered as per-CPU IRQs, but the
driver queues all NPI handling through a single shared work_struct.
That allows queue_work_on() calls from different CPUs to collapse onto a
single pending work item even though the work function uses the CPU it
runs on to fetch and handle per-CPU notifications.
Move notif_pcpu_work into the per-CPU ffa_pcpu_irq state and initialize
one work item per CPU. This keeps NPI handling independent per CPU and
avoids losing notifications when multiple CPUs queue work concurrently.
Link: https://patch.msgid.link/20260428-ffa_fixes-v2-3-8595ae450034@kernel.org
Signed-off-by: Sudeep Holla <sudeep.holla@kernel.org>
Diffstat (limited to 'scripts/stackusage')
0 files changed, 0 insertions, 0 deletions
