From: Greg Kroah-Hartman Date: Wed, 25 Feb 2009 21:11:52 +0000 (-0800) Subject: Staging: heci: add TODO file X-Git-Tag: v2.6.30-rc1~202^2~34 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=21a6a6e9f81fb26fbcecbb1304018d34dcd1794f;p=~shefty%2Frdma-dev.git Staging: heci: add TODO file List some of the remaining issues in the code. Cc: Anas Nashif Cc: Marcin Obara Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/heci/TODO b/drivers/staging/heci/TODO new file mode 100644 index 00000000000..f86715d631c --- /dev/null +++ b/drivers/staging/heci/TODO @@ -0,0 +1,6 @@ +TODO: + - fix user/kernel pointer mess in the ioctl handlers as pointed + out by sparse. + - resolve the ioctls and see if most of them can just be simple + sysfs files + - fix locking issues that sparse points out at the least.