Andy Shevchenko
2020-Nov-03 10:55 UTC
[PATCH v2 0/8] slab: provide and use krealloc_array()
On Tue, Nov 3, 2020 at 12:13 PM Bartosz Golaszewski <brgl at bgdev.pl> wrote:> On Tue, Nov 3, 2020 at 5:14 AM Joe Perches <joe at perches.com> wrote: > > On Mon, 2020-11-02 at 16:20 +0100, Bartosz Golaszewski wrote: > > > From: Bartosz Golaszewski <bgolaszewski at baylibre.com>> Yeah so I had this concern for devm_krealloc() and even sent a patch > that extended it to honor __GFP_ZERO before I noticed that regular > krealloc() silently ignores __GFP_ZERO. I'm not sure if this is on > purpose. Maybe we should either make krealloc() honor __GFP_ZERO or > explicitly state in its documentation that it ignores it?And my voice here is to ignore for the same reasons: respect realloc(3) and making common sense with the idea of REallocating (capital letters on purpose). -- With Best Regards, Andy Shevchenko
Maybe Matching Threads
- [PATCH v2 0/8] slab: provide and use krealloc_array()
- [PATCH v2 8/8] dma-buf: use krealloc_array()
- [PATCH v2 1/8] mm: slab: provide krealloc_array()
- [PATCH v5 1/1] crypto: add virtio-crypto driver
- [PATCH 1/2] mm, treewide: Rename kzfree() to kfree_sensitive()