From: Christoph Lameter <clameter@sgi.com>
To: torvalds@linux-foundation.org
Cc: linux-mm@kvack.org, akpm@linux-foundation.org,
Pekka Enberg <penberg@cs.helsinki.fi>,
Matt Mackall <mpm@selenic.com>
Subject: [git pull] slub cleanup and fixes
Date: Mon, 3 Mar 2008 12:28:10 -0800 (PST) [thread overview]
Message-ID: <Pine.LNX.4.64.0803031224410.3664@schroedinger.engr.sgi.com> (raw)
A seris of patches is available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/christoph/vm.git slab-linus
Christoph Lameter (9):
Revert "unique end pointer" patch
slub: rename slab_objects to show_slab_objects
slub: Remove objsize check in kmem_cache_flags()
slub: Remove useless checks in alloc_debug_processing
slub: Use the objsize from the kmem_cache_cpu structure
slub: Remove BUG_ON() from ksize and omit checks for !SLUB_DEBUG
slub: Rearrange #ifdef CONFIG_SLUB_DEBUG in calculate_sizes()
slub: Fix up comments
slub: Add kmalloc_large_node() to support kmalloc_node fallback
Cyrill Gorcunov (1):
slub: fix possible NULL pointer dereference
Pekka J Enberg (1):
slub: look up object from the freelist once
include/linux/mm_types.h | 5 +-
include/linux/slub_def.h | 4 +-
mm/slub.c | 204
++++++++++++++++++++--------------------------
3 files changed, 92 insertions(+), 121 deletions(-)
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org. For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>
reply other threads:[~2008-03-03 20:28 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=Pine.LNX.4.64.0803031224410.3664@schroedinger.engr.sgi.com \
--to=clameter@sgi.com \
--cc=akpm@linux-foundation.org \
--cc=linux-mm@kvack.org \
--cc=mpm@selenic.com \
--cc=penberg@cs.helsinki.fi \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).