mbox series

[git,pull] device mapper fixes for 6.12

Message ID 2790bb57-22bd-f146-570b-9f4956838a6e@redhat.com (mailing list archive)
State New
Headers show
Series [git,pull] device mapper fixes for 6.12 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git tags/for-6.12/dm-fixes

Message

Mikulas Patocka Oct. 2, 2024, 2:42 p.m. UTC
Hi Linus

The following changes since commit 9852d85ec9d492ebef56dc5f229416c925758edc:

  Linux 6.12-rc1 (2024-09-29 15:06:19 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git tags/for-6.12/dm-fixes

for you to fetch changes up to f811b83879fb6717cdb288e34253cf26d135b019:

  dm-verity: introduce the options restart_on_error and panic_on_error (2024-10-02 16:21:08 +0200)

Please, pull, thanks
Mikulas

----------------------------------------------------------------
- revert the patch that makes dm-verity restart or panic on I/O errors

- add new options that enable restart or panic on I/O errors
-----BEGIN PGP SIGNATURE-----

iIoEABYIADIWIQRnH8MwLyZDhyYfesYTAyx9YGnhbQUCZv1YFxQcbXBhdG9ja2FA
cmVkaGF0LmNvbQAKCRATAyx9YGnhbTXKAQD29bvBnFN69zYYvrX3X7fHy6o/eOxU
oZJbFpvA2G+NigD+McEsLzOvOE1ZC/okkB/UUfju/ChEvACIgsNXGkPK2Ag=
=ygvr
-----END PGP SIGNATURE-----

----------------------------------------------------------------
Mikulas Patocka (2):
      Revert: "dm-verity: restart or panic on an I/O error"
      dm-verity: introduce the options restart_on_error and panic_on_error

 drivers/md/dm-verity-target.c | 94 +++++++++++++++++++++++++++++++++++--------
 drivers/md/dm-verity.h        |  1 +
 2 files changed, 79 insertions(+), 16 deletions(-)

Comments

pr-tracker-bot@kernel.org Oct. 2, 2024, 7:52 p.m. UTC | #1
The pull request you sent on Wed, 2 Oct 2024 16:42:51 +0200 (CEST):

> git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git tags/for-6.12/dm-fixes

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/359cdf5a328360fdc41e5ca979f22625f4aceb44

Thank you!