2 - checkpatch.pl cleanups
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:
13 - This bug is introduced by Xiong Zhou in the patch bd471258f2e09
14 - ("staging: android: logger: use kuid_t instead of uid_t")
16 Please send patches to Greg Kroah-Hartman <greg@kroah.com> and Cc:
17 Brian Swetland <swetland@google.com>