2013-10-14 07:24:52

by Pekka Enberg

[permalink] [raw]
Subject: [GIT PULL] SLAB fix for v3.12-rc5

Hi Linus,

Please pull the latest SLAB tree from:

git://git.kernel.org/pub/scm/linux/kernel/git/penberg/linux.git slab/urgent

It has a regression fix for overly eager slab cache name checks.

Pekka

------------------>
The following changes since commit 4a10c2ac2f368583138b774ca41fac4207911983:

Linux 3.12-rc2 (2013-09-23 15:41:09 -0700)

are available in the git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/penberg/linux.git slab/urgent

for you to fetch changes up to 3e374919b314f20e2a04f641ebc1093d758f66a4:

slab_common: Do not check for duplicate slab names (2013-09-28 09:47:41 +0300)

----------------------------------------------------------------
Christoph Lameter (1):
slab_common: Do not check for duplicate slab names

mm/slab_common.c | 2 ++
1 file changed, 2 insertions(+)
~