From: Mike Snitzer <snitzer@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: dm-devel@lists.linux.dev, linux-block@vger.kernel.org,
Alasdair G Kergon <agk@redhat.com>,
Mikulas Patocka <mpatocka@redhat.com>,
Benjamin Marzinski <bmarzins@redhat.com>,
Tejun Heo <tj@kernel.org>
Subject: [git pull] device mapper changes to switch to BH workqueue for 6.9
Date: Mon, 11 Mar 2024 14:37:17 -0400 [thread overview]
Message-ID: <Ze9PXaiOHXiKFjT2@redhat.com> (raw)
In-Reply-To: <Ze9OCmWb-9LX5t8W@redhat.com>
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(-)
next prev parent reply other threads:[~2024-03-11 18:37 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-03-11 18:31 [git pull] device mapper changes for 6.9 Mike Snitzer
2024-03-11 18:37 ` Mike Snitzer [this message]
2024-03-13 17:04 ` [git pull] device mapper changes to switch to BH workqueue " pr-tracker-bot
2024-03-11 18:43 ` [git pull] device mapper changes to add VDO target " Mike Snitzer
2024-03-13 17:04 ` pr-tracker-bot
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=Ze9PXaiOHXiKFjT2@redhat.com \
--to=snitzer@kernel.org \
--cc=agk@redhat.com \
--cc=bmarzins@redhat.com \
--cc=dm-devel@lists.linux.dev \
--cc=linux-block@vger.kernel.org \
--cc=mpatocka@redhat.com \
--cc=tj@kernel.org \
--cc=torvalds@linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.