Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1441645 > unrolled thread

[PATCH v7 0/2] mm, kasan: stackdepot and quarantine for SLUB

Started byAlexander Potapenko <glider@google.com>
First post2016-07-12 20:20 +0200
Last post2016-07-12 20:20 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH v7 0/2] mm, kasan: stackdepot and quarantine for SLUB Alexander Potapenko <glider@google.com> - 2016-07-12 20:20 +0200

#1441645 — [PATCH v7 0/2] mm, kasan: stackdepot and quarantine for SLUB

FromAlexander Potapenko <glider@google.com>
Date2016-07-12 20:20 +0200
Subject[PATCH v7 0/2] mm, kasan: stackdepot and quarantine for SLUB
Message-ID<rUarL-7W-3@gated-at.bofh.it>
This patch set enables stackdepot and quarantine for SLUB allocator and
fixes a problem with incorrect calculating the offset of the nearest
object in the presence of SLUB red zones.

Alexander Potapenko (2):
  mm, kasan: account for object redzone in SLUB's nearest_obj()
  mm, kasan: switch SLUB to stackdepot, enable memory quarantine for
    SLUB

 include/linux/kasan.h    |  2 ++
 include/linux/slab_def.h |  3 ++-
 include/linux/slub_def.h | 14 ++++++++---
 lib/Kconfig.kasan        |  4 +--
 mm/kasan/Makefile        |  3 +--
 mm/kasan/kasan.c         | 64 +++++++++++++++++++++++++++---------------------
 mm/kasan/kasan.h         |  3 +--
 mm/kasan/report.c        |  8 +++---
 mm/slab.h                |  2 ++
 mm/slub.c                | 59 +++++++++++++++++++++++++++++++++-----------
 10 files changed, 104 insertions(+), 58 deletions(-)

-- 
2.8.0.rc3.226.g39d4020

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web