On Sun, Jan 11, 2026 at 12:27 PM Eric Biggers <[email protected]> wrote: > > Replace obsolete mentions of "tasklets" with "softirq context", and > "workqueue" with "kworker".
Nit: The patch seems to replace tasklet / BH workqueue references with just "softirq" instead of "softirq context". > This reflects the fact that the implementation of the > "try_verify_in_tasklet" dm-verity option now accesses softirq context > using either the BH workqueue API or inline execution, not the tasklet > API. The old names conflated the API with the intended execution > context, so they became outdated when the APIs changed. > > Signed-off-by: Eric Biggers <[email protected]> Either way, looks cleaner to me: Reviewed-by: Sami Tolvanen <[email protected]> Sami
