Merge tag 'for-6.8/dm-fixes' of...
Merge tag 'for-6.8/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm Pull device mapper fixes from Mike Snitzer: - Fix DM ioctl interface to avoid INT_MAX overflow warnings from kvmalloc by limiting the number of targets and parameter size area. - Fix DM stats to avoid INT_MAX overflow warnings from kvmalloc by limiting the number of entries supported. - Fix DM writecache to support mapping devices larger than 1 TiB by switching from using kvmalloc_array to vmalloc_array -- which avoids INT_MAX overflow in kvmalloc_node and associated warnings. - Remove the (ab)use of tasklets from both the DM crypt and verity targets. They will be converted to use BH workqueue in future. * tag 'for-6.8/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm: dm-crypt, dm-verity: disable tasklets dm writecache: allow allocations larger than 2GiB dm stats: limit the number of entries dm: limit the number of targets and parameter size area
Showing
- drivers/md/dm-core.h 2 additions, 0 deletionsdrivers/md/dm-core.h
- drivers/md/dm-crypt.c 2 additions, 36 deletionsdrivers/md/dm-crypt.c
- drivers/md/dm-ioctl.c 2 additions, 1 deletiondrivers/md/dm-ioctl.c
- drivers/md/dm-stats.c 9 additions, 0 deletionsdrivers/md/dm-stats.c
- drivers/md/dm-table.c 7 additions, 2 deletionsdrivers/md/dm-table.c
- drivers/md/dm-verity-target.c 2 additions, 24 deletionsdrivers/md/dm-verity-target.c
- drivers/md/dm-verity.h 0 additions, 1 deletiondrivers/md/dm-verity.h
- drivers/md/dm-writecache.c 4 additions, 4 deletionsdrivers/md/dm-writecache.c
Please register or sign in to comment