From: Gustavo Padovan Date: Tue, 6 Dec 2016 18:25:53 +0000 (-0200) Subject: staging/android: remove Sync Framework tasks from TODO X-Git-Tag: v4.10-rc1~148^2~12 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=06f2eb5ff0464bcbf9a395fb9121e1ffec0ada85;p=thirdparty%2Fkernel%2Flinux.git staging/android: remove Sync Framework tasks from TODO The destaging work is now fully complete. Cc: Arve Hjønnevåg Cc: Riley Andrews Signed-off-by: Gustavo Padovan Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/android/TODO b/drivers/staging/android/TODO index 64d8c87209605..8f3ac37bfe12e 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 and Cc: Arve HjønnevÃ¥g and Riley Andrews