From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754344AbcJNLx2 (ORCPT ); Fri, 14 Oct 2016 07:53:28 -0400 Received: from mga06.intel.com ([134.134.136.31]:2538 "EHLO mga06.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753937AbcJNLxT (ORCPT ); Fri, 14 Oct 2016 07:53:19 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,344,1473145200"; d="scan'208";a="889976741" Date: Fri, 14 Oct 2016 14:53:15 +0300 From: Jarkko Sakkinen To: Genki Marshall Cc: Jason Gunthorpe , Peter Huewe , Marcel Selhorst , tpmdd-devel@lists.sourceforge.net, linux-kernel@vger.kernel.org Subject: Re: Suspend/Resume issue in 4.8-rc8 Message-ID: <20161014115315.GB17736@intel.com> References: <147608140340.2733.12285605928656228981@localhost.localdomain> <20161011114122.GA25108@intel.com> <147642134073.20066.15696073460683830578@localhost.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <147642134073.20066.15696073460683830578@localhost.localdomain> Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Oct 14, 2016 at 01:02:20AM -0400, Genki Marshall wrote: > Quoting Jarkko Sakkinen (2016-10-11 07:41:22) > > The commit is not in 4.8: > > > > jsakkine at jsakkine-mobl1 in ~/projects/tpm2/git/linux-torvalds > > (master) > > $ git describe --contains 0c54133 > > fatal: cannot describe '0c541332231e7957f23013e37f3720db33e7804c' > > > > It's in fact part of my 4.9 PR: > > > > https://lkml.org/lkml/2016/9/15/333 > > Ah, I see, apologies. So, it is/was in the range between v4.8-rc8 and > Linus's tree's HEAD and I mixed the two when I was looking into it. > > > I think the issue is this: > > > > http://git.infradead.org/users/jjs/linux-tpmdd.git/commit/65da72b7ddcdd8990e4783d09c7e86d90ccb4121 > > > > I've sent a PR containing this fix to James Morris but AFAIK he > > hasn't yet pulled it so you either have to stick to 4.8 kernel or > > apply this fix manually. > > > > Hope this helps. > > It does very much, thanks. I applied the patch and it resolves the > issue on my machine. Good to hear! /Jarkko