All of lore.kernel.org
 help / color / mirror / Atom feed
From: Pekka Enberg <penberg@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Andrew Morton <akpm@linux-foundation.org>,
	Christoph Lameter <cl@linux.com>,
	linux-kernel@vger.kernel.org
Subject: [GIT PULL] SLAB changes for v3.11-rc0
Date: Sun, 14 Jul 2013 22:06:59 +0300 (EEST)	[thread overview]
Message-ID: <alpine.LFD.2.03.1307142205090.2124@kernel.org> (raw)

Hi Linus,

Please pull the latest SLAB tree from:

  git://git.kernel.org/pub/scm/linux/kernel/git/penberg/linux.git slab/for-linus

Highlights:

  - Fix for boot-time problems on some architectures due to
    init_lock_keys() not respecting kmalloc_caches boundaries
    (Christoph Lameter)

  - CONFIG_SLUB_CPU_PARTIAL requested by RT folks (Joonsoo Kim)

  - Fix for excessive slab freelist draining (Wanpeng Li)

  - SLUB and SLOB cleanups and fixes (various people)

The tree also contains Christoph's unification work that I merged in
too late had to revert because it broke things. We'll try again for
v3.12.

			Pekka

------------------>
The following changes since commit 21884a83b2192a00885d7244a1dda32debd2fbc7:

  Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip (2013-07-06 14:09:38 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/penberg/linux.git slab/for-linus

Christoph Lameter (4):
      slob: Rework #ifdeffery in slab.h
      slab: fix init_lock_keys
      mm/sl[aou]b: Move kmalloc_node functions to common code
      mm/sl[aou]b: Move kmalloc definitions to slab.h

Joonsoo Kim (2):
      slub: do not put a slab to cpu partial list when cpu_partial is 0
      slub: Make cpu partial slab support configurable

Michael Opdenacker (1):
      slab: add kmalloc() to kernel API documentation

Pekka Enberg (2):
      Revert "mm/sl[aou]b: Move kmalloc definitions to slab.h"
      Revert "mm/sl[aou]b: Move kmalloc_node functions to common code"

Sasha Levin (1):
      slob: use DIV_ROUND_UP where possible

Steven Rostedt (2):
      slob: Check for NULL pointer before calling ctor()
      slub: Check for page NULL before doing the node_match check

Wanpeng Li (6):
      mm/slab: Fix drain freelist excessively
      mm/slab: Sharing s_next and s_stop between slab and slub
      mm/slab: Fix /proc/slabinfo unwriteable for slab
      mm/slub: Drop unnecessary nr_partials
      mm/slub: Use node_nr_slabs and node_nr_objs in get_slabinfo
      mm/slab: Give s_next and s_stop slab-specific names

Zhouping Liu (1):
      mm, slab: moved kmem_cache_alloc_node comment to correct place

 include/linux/slab.h     |   57 +++++++++++++++++++++++++++++++++------------
 include/linux/slob_def.h |    8 ------
 init/Kconfig             |   11 +++++++++
 mm/slab.c                |   51 ++++++++++++++++++----------------------
 mm/slab.h                |    3 ++
 mm/slab_common.c         |   18 ++++++++++----
 mm/slob.c                |    4 +-
 mm/slub.c                |   38 +++++++++++++++++++++---------
 8 files changed, 121 insertions(+), 69 deletions(-)

             reply	other threads:[~2013-07-14 19:07 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-07-14 19:06 Pekka Enberg [this message]
2013-07-14 19:58 ` [GIT PULL] SLAB changes for v3.11-rc0 Linus Torvalds
2013-07-15  6:12   ` Pekka Enberg
2013-07-15  6:22     ` Pekka Enberg

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=alpine.LFD.2.03.1307142205090.2124@kernel.org \
    --to=penberg@kernel.org \
    --cc=akpm@linux-foundation.org \
    --cc=cl@linux.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.