Re: [PATCH 2/7] genalloc: selftest

From: J Freyensee
Date: Mon Mar 05 2018 - 14:37:23 EST



+
+/*
+ * 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 <why2jjj.linux@xxxxxxxxx>