Re: [dm-devel] [git pull] device mapper changes for 5.19

2022-05-26 Thread pr-tracker-bot
The pull request you sent on Thu, 26 May 2022 12:41:14 -0400: > git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git > tags/for-5.19/dm-changes has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/7e284070abe53d448517b80493863595af4ab5f0 Thank you! --

[dm-devel] [git pull] device mapper changes for 5.19

2022-05-26 Thread Mike Snitzer
Hi Linus, These changes build on Jens' for-5.19 block tree because of various block changes that impacted DM and/or prereqs for these DM changes. The following changes since commit 069adbac2cd85ae00252da6c5576cbf9b9d9ba6e: block: improve the error message from bio_check_eod (2022-05-04 18:30:1

Re: [dm-devel] [PATCH v6 8/8] dm: ensure only power of 2 zone sizes are allowed

2022-05-26 Thread Pankaj Raghav
Hi Damien, On 5/26/22 01:13, Damien Le Moal wrote: > On 5/26/22 00:49, Pankaj Raghav wrote: >> Ensure that only power of 2 zoned devices are enabled for dm targets that >> supports zoned devices. This constraint can be relaxed once non power of >> 2 zone size support is added to the DM layer. >> >>