summaryrefslogtreecommitdiffstats
path: root/drivers/staging/android/TODO
diff options
context:
space:
mode:
authorMike Rapoport <mike.rapoport@gmail.com>2015-08-12 21:08:50 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-08-14 17:38:15 -0700
commitf0f621ca7bac142ecc0516f91ed1199d9c374ff8 (patch)
tree50a711d11895aa191321ed78aa4cbd31dde3858d /drivers/staging/android/TODO
parentd30649a8b61843bed98f772954e490b75cae2713 (diff)
downloadlinux-stable-f0f621ca7bac142ecc0516f91ed1199d9c374ff8.tar.gz
linux-stable-f0f621ca7bac142ecc0516f91ed1199d9c374ff8.tar.bz2
linux-stable-f0f621ca7bac142ecc0516f91ed1199d9c374ff8.zip
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: Mike Rapoport <mike.rapoport@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/android/TODO')
-rw-r--r--drivers/staging/android/TODO10
1 files changed, 1 insertions, 9 deletions
diff --git a/drivers/staging/android/TODO b/drivers/staging/android/TODO
index 06954cdf3dba..20288fc53946 100644
--- a/drivers/staging/android/TODO
+++ b/drivers/staging/android/TODO
@@ -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>