aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/dm-integrity.c
diff options
context:
space:
mode:
authorMikulas Patocka <mpatocka@redhat.com>2017-11-07 10:35:57 -0500
committerMike Snitzer <snitzer@redhat.com>2017-11-10 15:44:58 -0500
commit0440d5c0ca9744b92a07aeb6df0a9a75db6f4280 (patch)
treeaedd27d5797516e04afecd33f0d224201042ea2b /drivers/md/dm-integrity.c
parentdm: small cleanup in dm_get_md() (diff)
downloadlinux-dev-0440d5c0ca9744b92a07aeb6df0a9a75db6f4280.tar.xz
linux-dev-0440d5c0ca9744b92a07aeb6df0a9a75db6f4280.zip
dm crypt: allow unaligned bv_offset
When slub_debug is enabled kmalloc returns unaligned memory. XFS uses this unaligned memory for its buffers (if an unaligned buffer crosses a page, XFS frees it and allocates a full page instead - see the function xfs_buf_allocate_memory). dm-crypt checks if bv_offset is aligned on page size and these checks fail with slub_debug and XFS. Fix this bug by removing the bv_offset checks. Switch to checking if bv_len is aligned instead of bv_offset (this check should be sufficient to prevent overruns if a bio with too small bv_len is received). Fixes: 8f0009a22517 ("dm crypt: optionally support larger encryption sector size") Cc: stable@vger.kernel.org # v4.12+ Reported-by: Bruno Prémont <bonbons@sysophe.eu> Tested-by: Bruno Prémont <bonbons@sysophe.eu> Signed-off-by: Mikulas Patocka <mpatocka@redhat.com> Reviewed-by: Milan Broz <gmazyland@gmail.com> Signed-off-by: Mike Snitzer <snitzer@redhat.com>
Diffstat (limited to 'drivers/md/dm-integrity.c')
0 files changed, 0 insertions, 0 deletions