Hi Linus, The following changes since commit c6df327501b9dc064a419f25daf99eebdf8fc815: Merge remote-tracking branch 'tejun/for-6.9' into dm-6.9-bh-wq (2024-03-02 10:29:40 -0500) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git tags/for-6.9/dm-bh-wq for you to fetch changes up to c375b223338828f29aed76625b33be6d3a21f8af: dm-verity: Convert from tasklet to BH workqueue (2024-03-02 10:30:36 -0500) Please pull, thanks. Mike ---------------------------------------------------------------- - Convert the DM verity and crypt targets from (ab)using tasklets to using BH workqueues. These changes were coordinated with Tejun and are based ontop of DM's 6.9 changes and Tejun's 6.9 workqueue tree. -----BEGIN PGP SIGNATURE----- iQEzBAABCAAdFiEEJfWUX4UqZ4x1O2wixSPxCi2dA1oFAmXqBRAACgkQxSPxCi2d A1pAIAf+PKFi4KlNvJlJehKzCMBxofFUK+DMxePqbhHudN1v6z2Q0lMbsa0wpCly eql2SQQPRhqI4j7WhhpY6uXPpxZ9TKrDsIFiOTka6kZBwIlVafMDwtb+16/PVSHa le7ngtCaY4EFu0aPpVV8oW5TGJSgmGsv+KvgZ/Op+ugmbOKAraMvVaGb89xh6WQN ngUoLqEgF0br79UWKYJ2YtjsgK1h2Ra+Nu8eh/FV3dAOtnJtNJ5Ph0MLz35dGQvv 0djeDy/DGmWKeNxUdqQPzgguPG84P5Pfg6xbZa7bqqv4ujQOp2YIX4dxkjM2w2Aj III+WJ5XHaLOE1JutwZCVyuabNApMA== =MSmO -----END PGP SIGNATURE----- ---------------------------------------------------------------- Tejun Heo (2): dm-crypt: Convert from tasklet to BH workqueue dm-verity: Convert from tasklet to BH workqueue drivers/md/dm-crypt.c | 6 +++- drivers/md/dm-verity-target.c | 64 ++++++++++++++++++++++++++++--------------- drivers/md/dm-verity.h | 5 ++-- 3 files changed, 50 insertions(+), 25 deletions(-)