]> www.infradead.org Git - users/mchehab/rasdaemon.git/commitdiff
Add a TODO list
authorMauro Carvalho Chehab <mchehab@redhat.com>
Wed, 13 Mar 2013 10:52:58 +0000 (07:52 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Wed, 13 Mar 2013 10:55:11 +0000 (07:55 -0300)
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
TODO [new file with mode: 0644]

diff --git a/TODO b/TODO
new file mode 100644 (file)
index 0000000..c2b879a
--- /dev/null
+++ b/TODO
@@ -0,0 +1,13 @@
+- Fix RAS timestamp;
+- Make sqlite code thread safe: it currently hangs if two CPUs
+  try to record data there at the same time;
+- Make sqlite record optional;
+- Add a "supervisor" proccess that will avoid the daemon to stop;
+- Handle signals;
+- Better handle error conditions to be sure that events won't be
+  lost;
+- 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.
+- add a tool to inspect the EDAC data.
+