diff options
author | 2024-07-01 03:07:33 -0700 | |
---|---|---|
committer | 2024-07-08 11:41:30 +0200 | |
commit | 921c87ba3893b5d3608e7f248366266b40b86c75 (patch) | |
tree | 46d8d628a666d161233a05c9a7a2fd953c9d226c /scripts/gdb/linux/utils.py | |
parent | mmc: sdhi: Convert from tasklet to BH workqueue (diff) | |
download | wireguard-linux-921c87ba3893b5d3608e7f248366266b40b86c75.tar.xz wireguard-linux-921c87ba3893b5d3608e7f248366266b40b86c75.zip |
mmc: 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/mmc/* from tasklet to BH workqueue.
Based on the work done by Tejun Heo <tj@kernel.org>
Tested-by: Christian Loehle <christian.loehle@arm.com>
Tested-by: Aubin Constans <aubin.constans@microchip.com>
Acked-by: Aubin Constans <aubin.constans@microchip.com>
Acked-by: Michał Mirosław <mirq-linux@rere.qmqm.pl>
Reviewed-by: Christian Loehle <christian.loehle@arm.com>
Signed-off-by: Allen Pais <allen.lkml@gmail.com>
Link: https://lore.kernel.org/r/20240701100736.4001658-1-allen.lkml@gmail.com
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Diffstat (limited to 'scripts/gdb/linux/utils.py')
0 files changed, 0 insertions, 0 deletions