[PATCH] firmware: arm_ffa: Avoid queuing work when running on the worker queue

Sudeep Holla sudeep.holla at arm.com
Fri Apr 26 03:49:40 PDT 2024


On Wed, 24 Apr 2024 14:16:40 +0100, Sudeep Holla wrote:
> Currently notif_pcpu_irq_work_fn() may get queued from the work that is
> already running on the 'notif_pcpu_wq' workqueue. This may add
> unnecessary delays and could be avoided if the work is called directly
> instead.
>
> This change removes queuing of the work when already running on the
> 'notif_pcpu_wq' workqueue thereby removing any possible delays in that
> path.
>
> [...]

Applied to sudeep.holla/linux (for-linux-next), thanks!

[1/1] firmware: arm_ffa: Avoid queuing work when running on the worker queue
      https://git.kernel.org/sudeep.holla/c/3a3e2b83e805
--
Regards,
Sudeep




More information about the linux-arm-kernel mailing list