Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754631AbbGAPta (ORCPT ); Wed, 1 Jul 2015 11:49:30 -0400 Received: from sender153-mail.zoho.com ([74.201.84.153]:22334 "EHLO sender153-mail.zoho.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754382AbbGAPtY (ORCPT ); Wed, 1 Jul 2015 11:49:24 -0400 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=zapps768; d=zoho.com; h=subject:to:references:cc:from:message-id:date:user-agent:mime-version:in-reply-to:content-type; b=Uer4sNCBPq3V/JWKyjLoG5zk56ehuDiM2ifgdppcKBhcddMHutcI4UDnQv4k7ztLkyO6Xd5Iv7X2 Tmu2rmRnUuulCWQlL9t78REJVIMLNSqF/6rPvn7ZHNY5PV8RhThL Subject: [PATCH v3 ] Staging: Android: Fixes for TODO file To: gregkh@linuxfoundation.org, arve@android.com, riandrews@android.com, sumit.semwal@linaro.org, carlos@cgarcia.org References: <5593E73F.5050607@zoho.com> <5593EEC6.4070801@zoho.com> Cc: "linux-kernel@vger.kernel.org" , kernel-janitors@vger.kernel.org From: Sohny Thomas Message-ID: <55940BF7.8020104@zoho.com> Date: Wed, 1 Jul 2015 21:19:11 +0530 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.0.1 MIME-Version: 1.0 In-Reply-To: <5593EEC6.4070801@zoho.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1339 Lines: 34 Removed non-existent issue from TODO file No instance of kuid_t or uid_t as mentioned by the file is present in staging/android directory Signed-off-by: Sohny Thomas --- drivers/staging/android/TODO | 7 ------- 1 file changed, 7 deletions(-) diff --git a/drivers/staging/android/TODO b/drivers/staging/android/TODO index 06954cd..b15fb0d 100644 --- a/drivers/staging/android/TODO +++ b/drivers/staging/android/TODO @@ -5,13 +5,6 @@ TODO: - 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 -- -- 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/