Re: [PATCH v2 0/6] devres: provide and use devm_krealloc()

2020-07-02 Thread Greg Kroah-Hartman
On Mon, Jun 29, 2020 at 08:50:02AM +0200, Bartosz Golaszewski wrote: > From: Bartosz Golaszewski > > Regular krealloc() obviously can't work with managed memory. This series > implements devm_krealloc() and adds the first user with hope that this > helper will be adopted by other drivers currentl

[PATCH v2 0/6] devres: provide and use devm_krealloc()

2020-06-29 Thread Bartosz Golaszewski
From: Bartosz Golaszewski Regular krealloc() obviously can't work with managed memory. This series implements devm_krealloc() and adds the first user with hope that this helper will be adopted by other drivers currently using non-managed krealloc(). Some additional changes to the code modified b