diff options
author | Allen Pais <[email protected]> | 2024-03-27 16:03:11 +0000 |
---|---|---|
committer | Corey Minyard <[email protected]> | 2024-04-17 14:54:45 -0500 |
commit | a9b5bb5c2222b90f30c37c6036664b96404ab369 (patch) | |
tree | f840380bc553b3558b285cf51d985ffb9f7f10bf /lib/debugobjects.c | |
parent | 8d025e2092e29bfd13e56c78e22af25fac83c8ec (diff) |
ipmi: Convert from tasklet to BH workqueue
The only generic interface to execute asynchronously in the BH context is
tasklet; however, it's marked deprecated and has some design flaws. To
replace tasklets, BH workqueue support was recently added. A BH workqueue
behaves similarly to regular workqueues except that the queued work items
are executed in the BH context.
This patch converts drivers/char/ipmi/* from tasklet to BH workqueue.
Based on the work done by Tejun Heo <[email protected]>
Branch: https://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git for-6.10
Signed-off-by: Allen Pais <[email protected]>
Message-Id: <[email protected]>
[Removed a duplicate include of workqueue.h]
Signed-off-by: Corey Minyard <[email protected]>
Diffstat (limited to 'lib/debugobjects.c')
0 files changed, 0 insertions, 0 deletions