linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] KASAN double-free detection
@ 2016-05-06 11:38 Kuthonuzo Luruo
  0 siblings, 0 replies; only message in thread
From: Kuthonuzo Luruo @ 2016-05-06 11:38 UTC (permalink / raw)
  To: aryabinin, glider, dvyukov, cl, penberg, rientjes, iamjoonsoo.kim,
	akpm
  Cc: kasan-dev, linux-kernel, linux-mm, kuthonuzo.luruo

First patch provides more reliable double-free detection for KASAN. Review
comments and suggestions from Dmitry Vyukov incorporated. Thanks, Dmitry!

Second patch provides a new concurrent double-free test for 'test_kasan'.

New patchset created from initial version "[PATCH] kasan: improve KASAN
double-free detection". v1 link: https://lkml.org/lkml/2016/5/2/147

SLAB maintainers added to "To:" because of change in mm/slab.c.

Kuthonuzo Luruo (2):
  mm, kasan: improve double-free detection
  kasan: add kasan_double_free() test

 include/linux/kasan.h |    8 +++
 lib/test_kasan.c      |   79 +++++++++++++++++++++++++++++++++
 mm/kasan/kasan.c      |  118 ++++++++++++++++++++++++++++++++++++-------------
 mm/kasan/kasan.h      |   15 +++++-
 mm/kasan/quarantine.c |    7 +++-
 mm/kasan/report.c     |   31 +++++++++++--
 mm/slab.c             |    1 +
 7 files changed, 221 insertions(+), 38 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>

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2016-05-06 11:38 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-06 11:38 [PATCH v2 0/2] KASAN double-free detection Kuthonuzo Luruo

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).