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 for Android: free password hash cracker in your pocket
[<prev] [next>] [day] [month] [year] [list]
Message-ID: <CAOJsxLFyo8daz1zVnoPBR000nwS94pq-=9q_WFxD0Uv-kB+xVQ@mail.gmail.com>
Date:	Sun, 15 Sep 2013 10:16:17 +0300
From:	Pekka Enberg <penberg@...nel.org>
To:	Linus Torvalds <torvalds@...ux-foundation.org>
Cc:	Andrew Morton <akpm@...ux-foundation.org>,
	Christoph Lameter <cl@...ux.com>,
	LKML <linux-kernel@...r.kernel.org>
Subject: [GIT PULL] SLAB changes for v3.12

Hi Linus,

Please pull the latest SLAB tree from:

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

Nothing terribly exciting here apart from Christoph's kmalloc
unification patches that brings sl[aou]b implementations closer to
each other.

                       Pekka

------------------>
The following changes since commit ad81f0545ef01ea651886dddac4bef6cec930092:

  Linux 3.11-rc1 (2013-07-14 15:18:27 -0700)

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 23774a2f6fee0848503bfb8004eeeb5adef94f5c:

  slab: Use correct GFP_DMA constant (2013-09-04 23:11:42 +0300)

----------------------------------------------------------------
Chen Gang (3):
      mm/slub: remove 'per_cpu' which is useless variable
      mm/slub: beautify code for 80 column limitation and tab alignment
      mm/slub.c: beautify code for removing redundancy 'break' statement.

Christoph Lameter (3):
      mm/sl[aou]b: Move kmallocXXX functions to common code
      slub: remove verify_mem_not_deleted()
      slab: Use correct GFP_DMA constant

Joonsoo Kim (1):
      mm, slab_common: add 'unlikely' to size check of kmalloc_slab()

Libin (1):
      slub: Remove unnecessary page NULL check

Uwe Kleine-König (1):
      slub: don't use cpu partial pages on UP

 include/linux/slab.h     | 156 +++++++++++++++++++++++++++++++++++++----------
 include/linux/slab_def.h | 106 --------------------------------
 include/linux/slob_def.h |  31 ----------
 include/linux/slub_def.h | 110 ---------------------------------
 init/Kconfig             |   2 +-
 mm/slab_common.c         |  12 +++-
 mm/slob.c                |  28 +++++++--
 mm/slub.c                | 142 +++++++++++++++++-------------------------
 8 files changed, 216 insertions(+), 371 deletions(-)
 delete mode 100644 include/linux/slob_def.h
--
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