summaryrefslogtreecommitdiffstats
path: root/virt
diff options
context:
space:
mode:
authorMikulas Patocka <mpatocka@redhat.com>2021-05-25 13:17:19 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2021-06-03 08:59:02 +0200
commitd65ec240b3e43e8637dac93dcd8d9134646d608c (patch)
treec4aec151c104a420decbdcd1239e5109c2830af7 /virt
parentb06fe1124369b394de89e934478eefec8d5a3f1d (diff)
downloadlinux-stable-d65ec240b3e43e8637dac93dcd8d9134646d608c.tar.gz
linux-stable-d65ec240b3e43e8637dac93dcd8d9134646d608c.tar.bz2
linux-stable-d65ec240b3e43e8637dac93dcd8d9134646d608c.zip
dm snapshot: properly fix a crash when an origin has no snapshots
commit 7e768532b2396bcb7fbf6f82384b85c0f1d2f197 upstream. If an origin target has no snapshots, o->split_boundary is set to 0. This causes BUG_ON(sectors <= 0) in block/bio.c:bio_split(). Fix this by initializing chunk_size, and in turn split_boundary, to rounddown_pow_of_two(UINT_MAX) -- the largest power of two that fits into "unsigned" type. Signed-off-by: Mikulas Patocka <mpatocka@redhat.com> Cc: stable@vger.kernel.org Signed-off-by: Mike Snitzer <snitzer@redhat.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'virt')
0 files changed, 0 insertions, 0 deletions