On Mon, Feb 13, 2023 at 11:20 AM Vlastimil Babka <vbabka@xxxxxxx> wrote: > > On 2/10/23 22:15, andrey.konovalov@xxxxxxxxx wrote: > > From: Andrey Konovalov <andreyknvl@xxxxxxxxxx> > > > > Use "pool" instead of "slab" for naming memory regions stack depot > > uses to store stack traces. Using "slab" is confusing, as stack depot > > pools have nothing to do with the slab allocator. > > > > Also give better names to pool-related global variables: change > > "depot_" prefix to "pool_" to point out that these variables are > > related to stack depot pools. > > > > Also rename the slabindex (poolindex) field in handle_parts to pool_index > > to align its name with the pool_index global variable. > > > > No functional changes. > > > > Signed-off-by: Andrey Konovalov <andreyknvl@xxxxxxxxxx> > > Acked-by: Vlastimil Babka <vbabka@xxxxxxx> Reviewed-by: Alexander Potapenko <glider@xxxxxxxxxx>