commit | 8325330b026509127d4541e0f511c0c10648c2d5 | [log] [tgz] |
---|---|---|
author | Sasha Levin <[email protected]> | Tue Apr 14 15:45:02 2015 -0700 |
committer | Linus Torvalds <[email protected]> | Tue Apr 14 16:49:00 2015 -0700 |
tree | 1db659fbd241f7810c44cfd4e1db22887a04fb73 | |
parent | 26b02a1f9670862c51b3ff63a6128589866f5c71 [diff] |
mm: cma: release trigger Provides a userspace interface to trigger a CMA release. Usage: echo [pages] > free This would provide testing/fuzzing access to the CMA release paths. [[email protected]: coding-style fixes] [[email protected]: fix build] Signed-off-by: Sasha Levin <[email protected]> Acked-by: Joonsoo Kim <[email protected]> Cc: Marek Szyprowski <[email protected]> Cc: Laura Abbott <[email protected]> Cc: Konrad Rzeszutek Wilk <[email protected]> Signed-off-by: Michal Hocko <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>