From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754965AbcGTRGk (ORCPT ); Wed, 20 Jul 2016 13:06:40 -0400 Received: from quartz.orcorp.ca ([184.70.90.242]:57742 "EHLO quartz.orcorp.ca" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753244AbcGTRGc (ORCPT ); Wed, 20 Jul 2016 13:06:32 -0400 Date: Wed, 20 Jul 2016 11:06:24 -0600 From: Jason Gunthorpe To: Jarkko Sakkinen Cc: Peter Huewe , linux-security-module@vger.kernel.org, Stefan Berger , Marcel Selhorst , "moderated list:TPM DEVICE DRIVER" , open list Subject: Re: [PATCH v4 3/5] tpm: replace tpm_gen_interrupt() with tpm_tis_gen_interrupt() Message-ID: <20160720170624.GE21460@obsidianresearch.com> References: <1468971906-6528-1-git-send-email-jarkko.sakkinen@linux.intel.com> <1468971906-6528-4-git-send-email-jarkko.sakkinen@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1468971906-6528-4-git-send-email-jarkko.sakkinen@linux.intel.com> User-Agent: Mutt/1.5.23 (2014-03-12) X-Broken-Reverse-DNS: no host name found for IP address 10.0.0.151 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Jul 20, 2016 at 02:44:58AM +0300, Jarkko Sakkinen wrote: > Since tpm_gen_interrupt() is only used in tpm_tis_core.c this commit > replaces it with an internal tpm_tis_gen_interrupt(). The semantics > also changed in a way that on a system error the driver initialization > is failed. All the patches look good to me now.. Reviewed-by: Jason Gunthorpe Jason