Re: [PATCH 2/3] zsmalloc: prevent mappping in interrupt context

2012-07-22 Thread Minchan Kim
On Wed, Jul 18, 2012 at 11:55:55AM -0500, Seth Jennings wrote: > Because we use per-cpu mapping areas shared among the > pools/users, we can't allow mapping in interrupt context > because it can corrupt another users mappings. > > Signed-off-by: Seth Jennings Acked-by: Minchan Kim -- Kind rega

[PATCH 2/3] zsmalloc: prevent mappping in interrupt context

2012-07-18 Thread Seth Jennings
Because we use per-cpu mapping areas shared among the pools/users, we can't allow mapping in interrupt context because it can corrupt another users mappings. Signed-off-by: Seth Jennings --- drivers/staging/zsmalloc/zsmalloc-main.c |8 1 file changed, 8 insertions(+) diff --git a/d