From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751927AbdAXAEc (ORCPT ); Mon, 23 Jan 2017 19:04:32 -0500 Received: from quartz.orcorp.ca ([184.70.90.242]:51358 "EHLO quartz.orcorp.ca" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751891AbdAXAEa (ORCPT ); Mon, 23 Jan 2017 19:04:30 -0500 Date: Mon, 23 Jan 2017 17:04:26 -0700 From: Jason Gunthorpe To: James Bottomley Cc: linux-security-module@vger.kernel.org, tpmdd-devel@lists.sourceforge.net, open list Subject: Re: [tpmdd-devel] [PATCH RFC v4 4/5] tpm: split out tpm-dev.c into tpm-dev.c and tpm-common-dev.c Message-ID: <20170124000426.GA24835@obsidianresearch.com> References: <20170122234438.12102-1-jarkko.sakkinen@linux.intel.com> <20170122234438.12102-5-jarkko.sakkinen@linux.intel.com> <20170123164754.GA29360@obsidianresearch.com> <1485210503.2534.32.camel@HansenPartnership.com> <20170123224952.GA21744@obsidianresearch.com> <1485212231.2534.35.camel@HansenPartnership.com> <20170123230433.GC21744@obsidianresearch.com> <1485213612.2534.45.camel@HansenPartnership.com> <20170123233028.GA24370@obsidianresearch.com> <1485215158.2534.53.camel@HansenPartnership.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1485215158.2534.53.camel@HansenPartnership.com> User-Agent: Mutt/1.5.24 (2015-08-30) X-Broken-Reverse-DNS: no host name found for IP address 10.0.0.156 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Jan 23, 2017 at 03:45:58PM -0800, James Bottomley wrote: > Why don't you start by doubling the timeout? If nothing notices, > chances are nothing relies on this aspect of the interface and it can > be easily removed. Okay, fair enough, with a print I think it solves my concern. I sent a patch. Jason