From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1035034AbdEYRGr (ORCPT ); Thu, 25 May 2017 13:06:47 -0400 Received: from mga03.intel.com ([134.134.136.65]:58883 "EHLO mga03.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S935447AbdEYRGk (ORCPT ); Thu, 25 May 2017 13:06:40 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.38,392,1491289200"; d="scan'208";a="1174311024" Date: Thu, 25 May 2017 10:06:16 -0700 From: Jarkko Sakkinen To: Josh Zimmerman Cc: Greg Kroah-Hartman , linux-kernel@vger.kernel.org, Jason Gunthorpe , tpmdd-devel@lists.sourceforge.net Subject: Re: [PATCH v3] Add "shutdown" to "struct class". Message-ID: <20170525170616.uvj2ql7faqnwzwoe@intel.com> References: <20170515173438.13420-1-joshz@google.com> <20170525130930.GA16244@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo User-Agent: NeoMutt/20170113 (1.7.2) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, May 25, 2017 at 08:40:28AM -0700, Josh Zimmerman wrote: > Thanks, Greg. > > Greg, Jarkko: Do either of you you have any objections to me > backporting these changes to 4.4 and 4.9? I'd like to make sure that > at least the couple most recent LTS kernels have this patch. (I don't > care so much about 4.1 as it'll be EOL'd this September, according to > https://www.kernel.org/category/releases.html, but I can backport it > to there as well if desired.) > > Thanks, > > Josh Nope. /Jarkko > > On Thu, May 25, 2017 at 6:09 AM, Greg Kroah-Hartman > wrote: > > > > On Mon, May 15, 2017 at 10:34:38AM -0700, Josh Zimmerman wrote: > > > The TPM class has some common shutdown code that must be executed for > > > all drivers. This adds some needed functionality for that. > > > > > > Usage example: 'tpm: Issue a TPM2_Shutdown for TPM2 devices.' > > > (see https://patchwork.kernel.org/patch/9724919/ for v2). > > > > > > Signed-off-by: Josh Zimmerman > > > > Given that the tpm code is going to need this, I recommend someone take > > it through that tree: > > > > Acked-by: Greg Kroah-Hartman > > > > Otherwise, if you want me to take it, I can, but I doubt you want it in > > my driver-core tree as that will not get merged to Linus until 4.13-rc1. > > > > thanks, > > > > greg k-h