lkml.org 
[lkml]   [2015]   [Feb]   [12]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Subject[PATCH v5 0/3] mm: cma: debugfs access to CMA
Date
I've noticed that there is no interfaces exposed by CMA which would let me
fuzz what's going on in there.

This small patch set exposes some information out to userspace, plus adds
the ability to trigger allocation and freeing from userspace.

Changes from v4:
- Inform user if he has attempted to free a partial block when the page
order != 0.

Changes from v3:
- Minor build fix, sent incorrect patch for v3

Changes from v2:
- Keep allocated memory lists per-cma
- Don't allow partial free with non-zero order_per_bit
- Use 0 alignment

Changes from v1:
- Make allocation and free hooks per-cma.
- Remove additional debug prints.

Sasha Levin (3):
mm: cma: debugfs interface
mm: cma: allocation trigger
mm: cma: release trigger

mm/Kconfig | 6 ++
mm/Makefile | 1 +
mm/cma.c | 25 ++++-----
mm/cma.h | 24 ++++++++
mm/cma_debug.c | 170 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
5 files changed, 211 insertions(+), 15 deletions(-)
create mode 100644 mm/cma.h
create mode 100644 mm/cma_debug.c

--
1.7.10.4



\
 
 \ /
  Last update: 2015-02-12 23:41    [W:0.381 / U:0.268 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site