Re: [dm-devel] fix and cleanup device mapper bioset initialization

2022-06-09 Thread Mike Snitzer
On Thu, Jun 09 2022 at 12:11P -0400, Christoph Hellwig wrote: > On Wed, Jun 08, 2022 at 02:16:26PM -0400, Mike Snitzer wrote: > > All looks good to me. Are you OK with me picking up the first 3 to > > send to Linus for 5.19-rc2 (given the integrity bioset fix)? > > > > And hold patch 4 until 5.

Re: [dm-devel] fix and cleanup device mapper bioset initialization

2022-06-08 Thread Christoph Hellwig
On Wed, Jun 08, 2022 at 02:16:26PM -0400, Mike Snitzer wrote: > All looks good to me. Are you OK with me picking up the first 3 to > send to Linus for 5.19-rc2 (given the integrity bioset fix)? > > And hold patch 4 until 5.20 merge? Sounds good to me. > Or would you prefer that cleanup to land

Re: [dm-devel] fix and cleanup device mapper bioset initialization

2022-06-08 Thread Mike Snitzer
On Wed, Jun 08 2022 at 2:34P -0400, Christoph Hellwig wrote: > Hi Mike, > > the first patch fixes the device mapper bioset to restore the previous > behavior of preallocating biosets instead of allocating them at bind > time, and to actually allocate pools for the integrity data. The > others

[dm-devel] fix and cleanup device mapper bioset initialization

2022-06-08 Thread Christoph Hellwig
Hi Mike, the first patch fixes the device mapper bioset to restore the previous behavior of preallocating biosets instead of allocating them at bind time, and to actually allocate pools for the integrity data. The others are cleanups on top of that. Diffstat: block/bio.c | 20 --