]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit7236f218ea7406c0cc118ea4e6034b5c7e2433b0
tree305e93bdc058cb92109139d43be8047a0decb49b
parent2aecf460d38a7180b3a937d721732214fa602bf7
parent4741b5258f7f46c90f1b3ac1dc7577e8485f9108
Merge tag 'for-5.13/dm-fixes-2' of git://git.kernel.org/pub/scm/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