Skip to content
Commit 75b8f78f authored by Jakub Kicinski's avatar Jakub Kicinski
Browse files

Merge branch 'chelsio-cxgb-use-threaded-interrupts-for-deferred-work'



Sebastian Andrzej Siewior says:

====================
chelsio: cxgb: Use threaded interrupts for deferred work

Patch #2 fixes an issue in which del_timer_sync() and tasklet_kill() is
invoked from the interrupt handler. This is probably a rare error case
since it disables interrupts / the card in that case.
Patch #1 converts a worker to use a threaded interrupt which is then
also used in patch #2 instead adding another worker for this task (and
flush_work() to synchronise vs rmmod).
====================

Link: https://lore.kernel.org/r/20210202170104.1909200-1-bigeasy@linutronix.de
Signed-off-by: default avatarJakub Kicinski <kuba@kernel.org>
parents 462e99a1 82154580
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment