[PATCH 4/6] Protectable Memory
From: Igor Stoppa <hidden>
Date: 2018-01-26 19:41:35
Also in:
linux-mm, lkml
From: Igor Stoppa <hidden>
Date: 2018-01-26 19:41:35
Also in:
linux-mm, lkml
On 24/01/18 19:56, Igor Stoppa wrote: [...]
+bool pmalloc_prealloc(struct gen_pool *pool, size_t size)
+{[...]
+abort: + vfree(chunk);
this should be vfree_atomic() [...]
+void *pmalloc(struct gen_pool *pool, size_t size, gfp_t gfp)
+{[...]
+free: + vfree(chunk);
and this one too I will fix them in the next iteration. I am waiting to see if any more comments arrive. Otherwise, I'll send it out probably next Tuesday. -- igor -- To unsubscribe from this list: send the line "unsubscribe linux-security-module" in the body of a message to majordomo at vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html