Re: [GIT PULL] SLAB changes for v3.1-rc0
From: Pekka Enberg <penberg@kernel.org>
Date: 2011-07-28 10:40:46
Also in:
lkml
From: Pekka Enberg <penberg@kernel.org>
Date: 2011-07-28 10:40:46
Also in:
lkml
Le vendredi 22 juillet 2011 A 11:08 +0300, Pekka Enberg a A(C)crit :
quoted
Here's batch of slab/slub/slob changes accumulated over the past few months. The biggest changes are alignment unification from Christoph Lameter and SLUB debugging improvements from Ben Greear. Also notable is SLAB 'struct kmem_cache' shrinkage from Eric Dumazet that helps large SMP systems.
On Mon, 25 Jul 2011, Eric Dumazet wrote:
quoted
Please note that the SLUB lockless slowpath patches will be sent in a separate pull request. PekkaHi Pekka Could we also merge in 3.1 following "simple enough" patch ? Thanks [PATCH] slab: remove one NR_CPUS dependency Reduce high order allocations in do_tune_cpucache() for some setups. (NR_CPUS=4096 -> we need 64KB) Signed-off-by: Eric Dumazet <redacted> Acked-by: Christoph Lameter <redacted> CC: Pekka Enberg <penberg@kernel.org>
Sorry for the delay. I applied the patch and will send it to Linus within few days. Pekka