[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1422411777-22332-1-git-send-email-sasha.levin@oracle.com>
Date: Tue, 27 Jan 2015 21:22:54 -0500
From: Sasha Levin <sasha.levin@...cle.com>
To: linux-kernel@...r.kernel.org
Cc: iamjoonsoo.kim@....com, m.szyprowski@...sung.com,
akpm@...ux-foundation.org, lauraa@...eaurora.org,
Sasha Levin <sasha.levin@...cle.com>
Subject: [PATCH v3 0/3] mm: cma: debugfs access to CMA
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 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 | 19 ++----
mm/cma.h | 20 +++++++
mm/cma_debug.c | 175 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
5 files changed, 206 insertions(+), 15 deletions(-)
create mode 100644 mm/cma.h
create mode 100644 mm/cma_debug.c
--
1.7.10.4
--
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