lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:	Mon, 23 May 2011 19:56:23 +0300 (EEST)
From:	Pekka Enberg <penberg@...nel.org>
To:	torvalds@...ux-foundation.org
cc:	cl@...ux-foundation.org, akpm@...ux-foundation.org,
	linux-kernel@...r.kernel.org, linux-mm@...ck.org,
	rientjes@...gle.com
Subject: [GIT PULL] SLAB updates for v2.6.40-rc0

Hi Linus,

Here's bunch of fixes and cleanups to the SLUB allocator. Bulk of them are
related to the lockless fastpaths but there's also some preparational work on
lockless slowpaths that will hopefully appear in v2.6.41.

                         Pekka

The following changes since commit caebc160ce3f76761cc62ad96ef6d6f30f54e3dd:
   Linus Torvalds (1):
         Merge branch 'for-linus' of git://git.kernel.org/.../ryusuke/nilfs2

are available in the git repository at:

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

Christoph Lameter (10):
       slub: Use NUMA_NO_NODE in get_partial
       slub: get_map() function to establish map of free objects in a slab
       slub: Eliminate repeated use of c->page through a new page variable
       slub: Move node determination out of hotpath
       slub: Move debug handlign in __slab_free
       slub: Remove CONFIG_CMPXCHG_LOCAL ifdeffery
       slub: Avoid warning for !CONFIG_SLUB_DEBUG
       slub: Make CONFIG_DEBUG_PAGE_ALLOC work with new fastpath
       slub: Remove node check in slab_free
       slub: Deal with hyperthetical case of PAGE_SIZE > 2M

David Rientjes (1):
       slub: avoid label inside conditional

Li Zefan (1):
       slub: Fix a typo in config name

Pekka Enberg (1):
       Merge branch 'slab/next' into for-linus

  include/linux/slub_def.h |    8 +-
  mm/slub.c                |  165 ++++++++++++++++++----------------------------
  2 files changed, 69 insertions(+), 104 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ