Re: [PATCH] tpm: fix interrupt timeouts

2014-09-09 Thread Jason Gunthorpe
On Tue, Sep 09, 2014 at 09:44:35PM +0200, Peter Hüwe wrote: > Hi Scot, > Am Montag, 25. August 2014, 09:14:03 schrieb Scot Doyle: > > commit 4c663cfc523a88d97a8309b04a089c27dc57fd7e > > wait: fix false timeouts when using wait_event_timeout() > > > > changed the semantics of wait_event_interru

Re: [PATCH] tpm: fix interrupt timeouts

2014-09-09 Thread Peter Hüwe
Hi Scot, Am Montag, 25. August 2014, 09:14:03 schrieb Scot Doyle: > commit 4c663cfc523a88d97a8309b04a089c27dc57fd7e > wait: fix false timeouts when using wait_event_timeout() > > changed the semantics of wait_event_interruptible_timeout so that a > condition check is performed after timeout an

Re: [PATCH] tpm: fix interrupt timeouts

2014-08-25 Thread Jason Gunthorpe
On Mon, Aug 25, 2014 at 07:14:03AM +, Scot Doyle wrote: > commit 4c663cfc523a88d97a8309b04a089c27dc57fd7e > wait: fix false timeouts when using wait_event_timeout() > > changed the semantics of wait_event_interruptible_timeout so that a > condition check is performed after timeout and 1 is