dm crypt: reject sector_size feature if device length is not aligned to it
authorMilan Broz <gmazyland@gmail.com>
Wed, 13 Sep 2017 13:45:56 +0000 (15:45 +0200)
committerMike Snitzer <snitzer@redhat.com>
Wed, 4 Oct 2017 14:49:58 +0000 (10:49 -0400)
commit783874b050768d361239e444ba0fa396bb6d463f
treebc41ab9d2de82b5aedf85216eacdadd61b44d770
parentbd86e32059526e2d0d13ca1e4447dfbbddb6e5cc
dm crypt: reject sector_size feature if device length is not aligned to it

If a crypt mapping uses optional sector_size feature, additional
restrictions to mapped device segment size must be applied in
constructor, otherwise the device activation will fail later.

Fixes: 8f0009a225 ("dm crypt: optionally support larger encryption sector size")
Cc: stable@vger.kernel.org # 4.12+
Signed-off-by: Milan Broz <gmazyland@gmail.com>
Signed-off-by: Mike Snitzer <snitzer@redhat.com>
drivers/md/dm-crypt.c