+
+/*
+ * 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.li...@gmail.com>

Reply via email to