TODO: remove an entry about checking zeroes
authorArtem Bityutskiy <artem.bityutskiy@intel.com>
Tue, 17 Sep 2013 13:44:40 +0000 (16:44 +0300)
committerArtem Bityutskiy <artem.bityutskiy@intel.com>
Wed, 18 Sep 2013 06:51:25 +0000 (09:51 +0300)
I think I will not implement this because it makes little sense. Drop the
unmapped areas anyway, why would we care checking their contents? What for?

Change-Id: I756c073ffef65715cf418a8f3f37bf35eef86218
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@intel.com>
TODO

diff --git a/TODO b/TODO
index b1925bf488eb1b0084de62888c1409f4e9fac4ef..dd622bc1085d6abc11345082c9a8ea6fb3679acf 100644 (file)
--- a/TODO
+++ b/TODO
@@ -6,7 +6,8 @@ Current TODO list, any help with these is appreciated.
 6. Write in the man page, docs, and may be --help that it is very important
    that the image is not changed while we create the bmep file, and after we
    have created it too.
-7. Verify that unmapped areas have all zeroes to guarantee integrity.
 8. Update the man pages
 9. Teach bmaptool to update the alternate GPT partition
 10. Document GPG singatures support and supported hash function types
+11. Write in the doc that bmaptool does not verify that unmapped areas do
+    contain zeroes.