2014-02-02 09:14:11

by Pekka Enberg

[permalink] [raw]
Subject: [GIT PULL] SLAB changes for v3.14-rc1

Hi Linus,

Please pull the latest SLAB tree from:

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

It contains random bug fixes that have accumulated in my inbox over
the past few months.

Pekka

------------------>
The following changes since commit 6ce4eac1f600b34f2f7f58f9cd8f0503d79e42ae:

Linux 3.13-rc1 (2013-11-22 11:30:55 -0800)

are available in the git repository at:

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

for you to fetch changes up to cb8ee1a3d429f8898972c869dd4792afb04e961a:

mm: Fix warning on make htmldocs caused by slab.c (2014-01-31 13:52:25 +0200)

----------------------------------------------------------------
Dave Hansen (2):
mm: sl[uo]b: fix misleading comments
mm: slub: work around unneeded lockdep warning

Li Zefan (1):
slub: Fix calculation of cpu slabs

Masanari Iida (1):
mm: Fix warning on make htmldocs caused by slab.c

Peter Zijlstra (1):
slub: use lockdep_assert_held

Randy Dunlap (1):
slab.h: remove duplicate kmalloc declaration and fix kernel-doc warnings

Tetsuo Handa (1):
slub: Fix possible format string bug.

include/linux/slab.h | 110 +++++++++++++++++++++++----------------------------
mm/slab.c | 2 +-
mm/slub.c | 56 +++++++++++++++-----------
3 files changed, 85 insertions(+), 83 deletions(-)