Commit f0f621ca authored by Mike Rapoport's avatar Mike Rapoport Committed by Greg Kroah-Hartman
Browse files

staging: android: update TODO



- remove "make sure things build as modules properly"
- remove kuid_t related remarks, they were relevant for logger, but it
  is gone half year ago
- remove dead e-mail address of Brian Swetland
- add e-mail addresses of Arve Hjønnevåg and Riley Andrews

Signed-off-by: default avatarMike Rapoport <mike.rapoport@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent d30649a8
Loading
Loading
Loading
Loading
+1 −9
Original line number Diff line number Diff line
@@ -2,16 +2,8 @@ TODO:
	- checkpatch.pl cleanups
	- sparse fixes
	- rename files to be not so "generic"
	- make sure things build as modules properly
	- add proper arch dependencies as needed
	- audit userspace interfaces to make sure they are sane
	- kuid_t should never be exposed to user space as it is
          kernel internal type. Data structure for this kuid_t is:
          typedef struct {
          	uid_t val;
          } kuid_t;
	- This bug is introduced by Xiong Zhou in the patch bd471258f2e09
	- ("staging: android: logger: use kuid_t instead of uid_t")

Please send patches to Greg Kroah-Hartman <greg@kroah.com> and Cc:
Brian Swetland <swetland@google.com>
Arve Hjønnevåg <arve@android.com> and Riley Andrews <riandrews@android.com>