diff mbox

[7/7] staging/android: remove sync framework TODO

Message ID 1466437993-21573-8-git-send-email-gustavo@padovan.org (mailing list archive)
State New, archived
Headers show

Commit Message

Gustavo Padovan June 20, 2016, 3:53 p.m. UTC
From: Gustavo Padovan <gustavo.padovan@collabora.co.uk>

Sync Framework was de-staged to drivers/dma-buf/, so remove it entries
in the TODO file.

Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk>
---
 drivers/staging/android/TODO | 8 --------
 1 file changed, 8 deletions(-)

Comments

Emil Velikov June 22, 2016, 11:46 p.m. UTC | #1
Hi Gustavo,

On 20 June 2016 at 16:53, Gustavo Padovan <gustavo@padovan.org> wrote:
> - - port libsync tests to kselftest

I believe the tests haven't landed yet right, so this should stay right ?

-Emil
Gustavo Padovan June 23, 2016, 1:33 p.m. UTC | #2
2016-06-23 Emil Velikov <emil.l.velikov@gmail.com>:

> Hi Gustavo,
> 
> On 20 June 2016 at 16:53, Gustavo Padovan <gustavo@padovan.org> wrote:
> > - - port libsync tests to kselftest
> 
> I believe the tests haven't landed yet right, so this should stay right ?

Yes, you are right. That part is still missing in upstream.

	Gustavo
diff mbox

Patch

diff --git a/drivers/staging/android/TODO b/drivers/staging/android/TODO
index 64d8c87..8f3ac37 100644
--- a/drivers/staging/android/TODO
+++ b/drivers/staging/android/TODO
@@ -25,13 +25,5 @@  ion/
    exposes existing cma regions and doesn't reserve unecessarily memory when
    booting a system which doesn't use ion.
 
-sync framework:
- - remove CONFIG_SW_SYNC_USER, it is used only for testing/debugging and
- should not be upstreamed.
- - port CONFIG_SW_SYNC_USER tests interfaces to use debugfs somehow
- - port libsync tests to kselftest
- - clean up and ABI check for security issues
- - move it to drivers/base/dma-buf
-
 Please send patches to Greg Kroah-Hartman <greg@kroah.com> and Cc:
 Arve Hjønnevåg <arve@android.com> and Riley Andrews <riandrews@android.com>