From: Linus Torvalds Date: Tue, 26 Nov 2024 02:54:00 +0000 (-0800) Subject: Merge tag 'for-6.13/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/git... X-Git-Tag: microblaze-v6.16~544 X-Git-Url: http://git.monstr.eu/?a=commitdiff_plain;h=7eef7e306d3c40a0c5b9ff6adc9b273cc894dbd5;p=linux-2.6-microblaze.git Merge tag 'for-6.13/dm-changes' of git://git./linux/kernel/git/device-mapper/linux-dm Pull device mapper updates from Mikulas Patocka: - remove unused functions and variables - rate-limit error messages in syslog - fix typo - remove u64 alignment requirement for murmurhash - reset bi_ioprio to the default for dm-vdo - add support for get_unique_id - Add missing destroy_work_on_stack() to dm-thin - use kmalloc to allocate power-of-two sized buffers in bufio * tag 'for-6.13/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm: dm-verity: remove the unused "data_start" variable dm-bufio: use kmalloc to allocate power-of-two sized buffers dm thin: Add missing destroy_work_on_stack() dm: add support for get_unique_id dm vdo: fix function doc comment formatting dm vdo int-map: remove unused parameters dm-vdo: reset bi_ioprio to the default value when the bio is reset dm-vdo murmurhash: remove u64 alignment requirement dm: Fix typo in error message dm ioctl: rate limit a couple of ioctl based error messages dm vdo: Remove unused uds_compute_index_size dm vdo: Remove unused functions dm: zoned: Remove unused functions dm: Remove unused dm_table_bio_based dm: Remove unused dm_set_md_type dm cache: Remove unused functions in bio-prison-v1 dm cache: Remove unused dm_cache_size dm cache: Remove unused dm_cache_dump dm cache: Remove unused btracker_nr_writebacks_queued --- 7eef7e306d3c40a0c5b9ff6adc9b273cc894dbd5