Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754164Ab0KSQp7 (ORCPT ); Fri, 19 Nov 2010 11:45:59 -0500 Received: from mx1.redhat.com ([209.132.183.28]:59698 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752531Ab0KSQp5 (ORCPT ); Fri, 19 Nov 2010 11:45:57 -0500 Organization: Red Hat UK Ltd. Registered Address: Red Hat UK Ltd, Amberley Place, 107-111 Peascod Street, Windsor, Berkshire, SI4 1TE, United Kingdom. Registered in England and Wales under Company Registration No. 3798903 From: David Howells In-Reply-To: <1290182696.2597.18.camel@localhost.localdomain> References: <1290182696.2597.18.camel@localhost.localdomain> <1290120166-3132-4-git-send-email-zohar@linux.vnet.ibm.com> <1290120166-3132-1-git-send-email-zohar@linux.vnet.ibm.com> <9837.1290181537@redhat.com> To: David Safford Cc: dhowells@redhat.com, Mimi Zohar , linux-kernel@vger.kernel.org, linux-security-module@vger.kernel.org, keyrings@linux-nfs.org, linux-crypto@vger.kernel.org, Jason Gunthorpe , James Morris , Rajiv Andrade , Mimi Zohar Subject: Re: [PATCH v1.4 3/5] key: add tpm_send command Date: Fri, 19 Nov 2010 16:45:44 +0000 Message-ID: <10612.1290185144@redhat.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 575 Lines: 15 David Safford wrote: > Currently transmit_command() in tpm.c expects an int, > but it changes it to size_t for the actual tpm_transmit(). > We will work with Rajiv to do a cleanup, as this touches > a number of calls. You can pass a size_t value to an int. The compiler will cast automatically. David -- 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/