On 2/9/21 10:42 PM, Andrew Morton wrote:
From: Vlastimil Babka vbabka@suse.cz Subject: mm, slub: better heuristic for number of cpus when calculating slab order
...
Link: https://lkml.kernel.org/r/20210208134108.22286-1-vbabka@suse.cz Fixes: 045ab8c9487b ("mm/slub: let number of online CPUs determine the slub page order") Signed-off-by: Vlastimil Babka vbabka@suse.cz Reported-by: Vincent Guittot vincent.guittot@linaro.org Reported-by: Mel Gorman mgorman@techsingularity.net Tested-by: Vincent Guittot vincent.guittot@linaro.org
As Andrew's incoming series might have been not merged yet, I will point to Mel's Tested-by:
https://lore.kernel.org/linux-mm/20210210140712.GB3697@techsingularity.net/
Thanks, Mel!
Cc: Catalin Marinas catalin.marinas@arm.com Cc: Aneesh Kumar K.V aneesh.kumar@linux.ibm.com Cc: Bharata B Rao bharata@linux.ibm.com Cc: Christoph Lameter cl@linux.com Cc: Roman Gushchin guro@fb.com Cc: Johannes Weiner hannes@cmpxchg.org Cc: Joonsoo Kim iamjoonsoo.kim@lge.com Cc: Jann Horn jannh@google.com Cc: Michal Hocko mhocko@kernel.org Cc: David Rientjes rientjes@google.com Cc: Shakeel Butt shakeelb@google.com Cc: Will Deacon will@kernel.org Cc: stable@vger.kernel.org Signed-off-by: Andrew Morton akpm@linux-foundation.org
mm/slub.c | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-)