On Mon, Jan 30, 2023 at 9:50 PM <andrey.konovalov@xxxxxxxxx> wrote: > > From: Andrey Konovalov <andreyknvl@xxxxxxxxxx> > > Add comments to stack_depot_early_init and stack_depot_init to explain > certain parts of their implementation. > > Also add a pr_info message to stack_depot_early_init similar to the one > in stack_depot_init. > > Also move the scale variable in stack_depot_init to the scope where it > is being used. > > Signed-off-by: Andrey Konovalov <andreyknvl@xxxxxxxxxx> Reviewed-by: Alexander Potapenko <glider@xxxxxxxxxx> ... > > +/* Allocates a hash table via kvmalloc. Can be used after boot. */ Nit: kvcalloc? (Doesn't really matter much)