On Fri, Sep 15, 2023 at 10:59:22AM +0000, Matteo Rizzo wrote: > From: Jann Horn <jannh@xxxxxxxxxx> > > This is refactoring for SLAB_VIRTUAL. The implementation needs to know > the order of the virtual memory region allocated to each slab to know > how much physical memory to allocate when the slab is reused. We reuse > kmem_cache_order_objects for this, so we have to move it before struct > slab. > > Signed-off-by: Jann Horn <jannh@xxxxxxxxxx> Yay mechanical changes. Reviewed-by: Kees Cook <keescook@xxxxxxxxxxxx> -- Kees Cook