1TODO:
2	- checkpatch.pl cleanups
3	- sparse fixes
4	- rename files to be not so "generic"
5	- make sure things build as modules properly
6	- add proper arch dependencies as needed
7	- audit userspace interfaces to make sure they are sane
8	- 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")
15
16Please send patches to Greg Kroah-Hartman <greg@kroah.com> and Cc:
17Brian Swetland <swetland@google.com>
18