Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932426AbbHKTIp (ORCPT ); Tue, 11 Aug 2015 15:08:45 -0400 Received: from mail-wi0-f178.google.com ([209.85.212.178]:33528 "EHLO mail-wi0-f178.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752752AbbHKTIo (ORCPT ); Tue, 11 Aug 2015 15:08:44 -0400 From: Mike Rapoport To: Greg Kroah-Hartman Cc: LKML , Mike Rapoport Subject: [PATCH] staging: android: TODO: remove irrelevant parts Date: Tue, 11 Aug 2015 22:08:38 +0300 Message-Id: <1439320118-4673-1-git-send-email-mike.rapoport@gmail.com> X-Mailer: git-send-email 2.1.0 In-Reply-To: <20150811181017.GA29765@kroah.com> References: <20150811181017.GA29765@kroah.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1535 Lines: 40 - 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 Signed-off-by: Mike Rapoport --- drivers/staging/android/TODO | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/drivers/staging/android/TODO b/drivers/staging/android/TODO index 06954cd..37c90aa 100644 --- a/drivers/staging/android/TODO +++ b/drivers/staging/android/TODO @@ -2,16 +2,7 @@ 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 and Cc: -Brian Swetland +Please send patches to Greg Kroah-Hartman -- 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/