Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1206311
| From | Mike Rapoport <mike.rapoport@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v2] staging: android: update TODO |
| Date | 2015-08-12 20:10 +0200 |
| Message-ID | <pWIDo-3Bz-9@gated-at.bofh.it> (permalink) |
| References | <pWrjb-3iz-5@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
- 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>
---
v2 changes:
* added e-mail addresses of Arve Hjønnevåg and Riley Andrews
drivers/staging/android/TODO | 10 +---------
1 file changed, 1 insertion(+), 9 deletions(-)
diff --git a/drivers/staging/android/TODO b/drivers/staging/android/TODO
index 06954cd..20288fc 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>
--
1.8.3.1
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH 0/6] staging: android: allow building some drivers as a module Mike Rapoport <mike.rapoport@gmail.com> - 2015-08-10 08:30 +0200
[PATCH 2/6] staging: android: sync_debug.c: add include for linux/module.h Mike Rapoport <mike.rapoport@gmail.com> - 2015-08-10 08:30 +0200
[PATCH 1/6] staging: android: allow building timed_gpio as a module Mike Rapoport <mike.rapoport@gmail.com> - 2015-08-10 08:30 +0200
[PATCH 3/6] staging: android: combine sync.o and sync_debug.o into sync-core.o Mike Rapoport <mike.rapoport@gmail.com> - 2015-08-10 08:30 +0200
[PATCH 5/6] mm: export shmem_zero_setup for modules Mike Rapoport <mike.rapoport@gmail.com> - 2015-08-10 08:30 +0200
Re: [PATCH 5/6] mm: export shmem_zero_setup for modules Christoph Hellwig <hch@infradead.org> - 2015-08-10 09:50 +0200
[PATCH 4/6] staging: android: allow building sync and sw_sync as a module Mike Rapoport <mike.rapoport@gmail.com> - 2015-08-10 08:30 +0200
Re: [PATCH 0/6] staging: android: allow building some drivers as a module Greg Kroah-Hartman <greg@kroah.com> - 2015-08-10 17:40 +0200
Re: [PATCH 0/6] staging: android: allow building some drivers as a module Mike Rapoport <mike.rapoport@gmail.com> - 2015-08-10 22:20 +0200
Re: [PATCH 0/6] staging: android: allow building some drivers as a module Greg Kroah-Hartman <greg@kroah.com> - 2015-08-10 23:10 +0200
Re: [PATCH 0/6] staging: android: allow building some drivers as a module Mike Rapoport <mike.rapoport@gmail.com> - 2015-08-11 15:10 +0200
Re: [PATCH 0/6] staging: android: allow building some drivers as a module Greg Kroah-Hartman <greg@kroah.com> - 2015-08-11 20:20 +0200
[PATCH] staging: android: TODO: remove irrelevant parts Mike Rapoport <mike.rapoport@gmail.com> - 2015-08-11 21:10 +0200
Re: [PATCH] staging: android: TODO: remove irrelevant parts Joe Perches <joe@perches.com> - 2015-08-12 01:40 +0200
[PATCH v2] staging: android: update TODO Mike Rapoport <mike.rapoport@gmail.com> - 2015-08-12 20:10 +0200
csiph-web