From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755522AbYIJWLy (ORCPT ); Wed, 10 Sep 2008 18:11:54 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753299AbYIJWLn (ORCPT ); Wed, 10 Sep 2008 18:11:43 -0400 Received: from wx-out-0506.google.com ([66.249.82.230]:38827 "EHLO wx-out-0506.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752562AbYIJWLm (ORCPT ); Wed, 10 Sep 2008 18:11:42 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :x-enigmail-version:content-type:content-transfer-encoding; b=j7yWx/A2vDFkvhSMhUqQ/XRsY+qWlHKu2Myrl4LMXHEPmOeNOATqsDwGDIRt8qcQ3G O6HVSZVe/JPB1QILJiYO+2dyyzbBvesQjPaOgoyFa7lcc7Ihk0QEeCPfFonOrJr99R// X0MSNACT7CSGhlNEGNe2+L08CE0FOAwoCp4zU= Message-ID: <48C84619.8030303@gmail.com> Date: Thu, 11 Sep 2008 00:11:37 +0200 From: Jiri Slaby User-Agent: Thunderbird 2.0.0.16 (X11/20080720) MIME-Version: 1.0 To: Andrew Morton CC: Marcin Obara , Marcel Selhorst , Kylene Jo Hall , Linux kernel mailing list , srajiv@linux.vnet.ibm.com, debora@linux.vnet.ibm.com Subject: tpm-correct-tpm-timeouts-to-jiffies-conversion.patch -> 2.6.27 X-Enigmail-Version: 0.95.6 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 Hi, is it possible to push tpm-correct-tpm-timeouts-to-jiffies-conversion.patch (the patch header follows) into 2.6.27, please? From: Marcin Obara This patch fixes timeouts conversion to jiffies, by replacing msecs_to_jiffies() calls with usecs_to_jiffies(). According to TCG TPM Specification Version 1.2 Revision 103 (pages 166, 167) TPM timeouts and durations are returned in microseconds (usec) not in miliseconds (msec). Signed-off-by: Marcin Obara Cc: Marcel Selhorst Cc: Kylene Jo Hall Signed-off-by: Andrew Morton