Re: [dm-devel] [PATCH v2 0/4] misc patches

2020-07-03 Thread Martin Wilck
On Thu, 2020-07-02 at 19:38 -0500, Benjamin Marzinski wrote: > This is a small collection of individual bug fix patches that apply > on > top of my previous patch set. > > Changes from v1: > > 0001: Going with Martin's strtoul() method instead > > 0002: Now getpagesize() is only called once,

[dm-devel] [PATCH v2 0/4] misc patches

2020-07-02 Thread Benjamin Marzinski
This is a small collection of individual bug fix patches that apply on top of my previous patch set. Changes from v1: 0001: Going with Martin's strtoul() method instead 0002: Now getpagesize() is only called once, and size_p is only set if posix_memalign is successful, as suggested