From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S938546AbdEYPkx (ORCPT ); Thu, 25 May 2017 11:40:53 -0400 Received: from mail-qk0-f182.google.com ([209.85.220.182]:35329 "EHLO mail-qk0-f182.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1759221AbdEYPku (ORCPT ); Thu, 25 May 2017 11:40:50 -0400 MIME-Version: 1.0 In-Reply-To: <20170525130930.GA16244@kroah.com> References: <20170515173438.13420-1-joshz@google.com> <20170525130930.GA16244@kroah.com> From: Josh Zimmerman Date: Thu, 25 May 2017 08:40:28 -0700 Message-ID: Subject: Re: [PATCH v3] Add "shutdown" to "struct class". To: Greg Kroah-Hartman Cc: linux-kernel@vger.kernel.org, Jarkko Sakkinen , Jason Gunthorpe , tpmdd-devel@lists.sourceforge.net Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 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