Re: [PATCH 2/7] genalloc: selftest
From: J Freyensee <hidden>
Date: 2018-03-05 19:37:10
Also in:
linux-mm, linux-security-module
From: J Freyensee <hidden>
Date: 2018-03-05 19:37:10
Also in:
linux-mm, linux-security-module
+ +/* + * In case of failure of any of these tests, memory corruption is almost + * guarranteed; allowing the boot to continue means risking to corrupt + * also any filesystem/block device accessed write mode. + * Therefore, BUG_ON() is used, when testing. + */ + +
I like the explanation; good background info on why something is implemented the way it is :-). Reviewed-by: Jay Freyensee <redacted>