Re: [PATCH v2 2/4] lib: introduce test_meminit module
From: Kees Cook <hidden>
Date: 2019-05-17 16:37:47
Also in:
linux-mm
From: Kees Cook <hidden>
Date: 2019-05-17 16:37:47
Also in:
linux-mm
On Fri, May 17, 2019 at 05:51:17PM +0200, Alexander Potapenko wrote:
On Thu, May 16, 2019 at 3:02 AM Kees Cook [off-list ref] wrote:quoted
On Tue, May 14, 2019 at 04:35:35PM +0200, Alexander Potapenko wrote:quoted
Add tests for heap and pagealloc initialization. These can be used to check init_on_alloc and init_on_free implementations as well as other approaches to initialization.This is nice! Easy way to test the results. It might be helpful to show here what to expect when loading this module:Do you want me to add the expected output to the patch description?
Yes, I think it's worth having, as a way to show people what to expect when running the test, without having to actually enable, build, and run it themselves. -- Kees Cook