]> www.infradead.org Git - users/mchehab/rasdaemon.git/commitdiff
Update TODO list
authorMauro Carvalho Chehab <mchehab@redhat.com>
Mon, 27 May 2013 20:26:04 +0000 (17:26 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Mon, 27 May 2013 20:26:04 +0000 (17:26 -0300)
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
TODO

diff --git a/TODO b/TODO
index 35c94048941f2e8bbed4ec2ac60e107ed8e5d26b..151a4e22ddc96b9ce94ebd2a206cd5a2fb12eddc 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,15 +1,16 @@
-2) Make sqlite code thread safe: it currently hangs if two CPUs
-   try to record data there at the same time.
+1) Make sqlite code thread safe: it currently hangs sometimes, when
+   multiple threads try to write things there at the same time.
 
-4) Handle signals.
+2) Handle signals.
 
-5) Better handle error conditions to be sure that events won't be
+3) Better handle error conditions to be sure that events won't be
    lost.
 
-6) add a tool to handle the sqlite records, in order to detect if
+4) Add a tool to handle the sqlite records, in order to detect if
    the errors are just random noise or if they mean that memory is
    damaged.
 
-8) test support for PCIe AER trace records.
+5) Test support for PCIe AER trace records.
+
+6) Better parse mce trace records.
 
-9) add support for mce trace records.