-
- Downloads
Merge tag 'for-6.12/dm-fixes-2' of...
Merge tag 'for-6.12/dm-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm Pull device mapper fixes from Mikulas Patocka: - fix memory safety bugs in dm-cache - fix restart/panic logic in dm-verity - fix 32-bit unsigned integer overflow in dm-unstriped - fix a device mapper crash if blk_alloc_disk fails * tag 'for-6.12/dm-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm: dm cache: fix potential out-of-bounds access on the first resume dm cache: optimize dirty bit checking with find_next_bit when resizing dm cache: fix out-of-bounds access to the dirty bitset when resizing dm cache: fix flushing uninitialized delayed_work on cache_ctr error dm cache: correct the number of origin blocks to match the target length dm-verity: don't crash if panic_on_corruption is not selected dm-unstriped: cast an operand to sector_t to prevent potential uint32_t overflow dm: fix a crash if blk_alloc_disk fails
Showing
- drivers/md/dm-cache-target.c 30 additions, 29 deletionsdrivers/md/dm-cache-target.c
- drivers/md/dm-unstripe.c 2 additions, 2 deletionsdrivers/md/dm-unstripe.c
- drivers/md/dm-verity-target.c 6 additions, 3 deletionsdrivers/md/dm-verity-target.c
- drivers/md/dm-verity.h 1 addition, 0 deletionsdrivers/md/dm-verity.h
- drivers/md/dm.c 3 additions, 1 deletiondrivers/md/dm.c
Loading
Please register or sign in to comment