blob: 06954cdf3dbad55254366d776e0b5d5782fdbff1 [file] [log] [blame]
Greg Kroah-Hartman355b0502011-11-30 20:18:14 +09001TODO:
2 - checkpatch.pl cleanups
3 - sparse fixes
4 - rename files to be not so "generic"
5 - make sure things build as modules properly
Justin P. Mattock217218f2012-01-12 06:51:31 -08006 - add proper arch dependencies as needed
Greg Kroah-Hartman355b0502011-11-30 20:18:14 +09007 - audit userspace interfaces to make sure they are sane
Somya Anand74d443b2014-10-31 18:30:32 +05308 - kuid_t should never be exposed to user space as it is
9 kernel internal type. Data structure for this kuid_t is:
10 typedef struct {
11 uid_t val;
12 } kuid_t;
13 - This bug is introduced by Xiong Zhou in the patch bd471258f2e09
14 - ("staging: android: logger: use kuid_t instead of uid_t")
Greg Kroah-Hartman355b0502011-11-30 20:18:14 +090015
16Please send patches to Greg Kroah-Hartman <greg@kroah.com> and Cc:
17Brian Swetland <swetland@google.com>