Merge tag 'for-5.13/dm-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorLinus Torvalds <torvalds@linux-foundation.org>
Thu, 27 May 2021 21:54:36 +0000 (11:54 -1000)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 27 May 2021 21:54:36 +0000 (11:54 -1000)
commit38747c9a2d221ad899a1a861777ee79a11ab6e73
tree305e93bdc058cb92109139d43be8047a0decb49b
parent3224374f7eb08fbb36d3963895da20ff274b8e6a
parent7e768532b2396bcb7fbf6f82384b85c0f1d2f197
Merge tag 'for-5.13/dm-fixes-2' of git://git./linux/kernel/git/device-mapper/linux-dm

Pull device mapper fixes from Mike Snitzer:

 - Fix DM verity target's 'require_signatures' module_param permissions.

 - Revert DM snapshot fix from v5.13-rc3 and then properly fix crash
   when an origin has no snapshots. This allows only the proper fix to
   go to stable@ (since the original fix was successfully dropped).

* tag 'for-5.13/dm-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm:
  dm snapshot: properly fix a crash when an origin has no snapshots
  dm snapshot: revert "fix a crash when an origin has no snapshots"
  dm verity: fix require_signatures module_param permissions