From patchwork Tue Aug 13 17:05:28 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jarkko Sakkinen X-Patchwork-Id: 11092687 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id D8B2E912 for ; Tue, 13 Aug 2019 17:05:32 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id BD0FC2862C for ; Tue, 13 Aug 2019 17:05:32 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id B1473286E0; Tue, 13 Aug 2019 17:05:32 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.9 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 61722286DD for ; Tue, 13 Aug 2019 17:05:32 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726126AbfHMRFc (ORCPT ); Tue, 13 Aug 2019 13:05:32 -0400 Received: from mga01.intel.com ([192.55.52.88]:16662 "EHLO mga01.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726094AbfHMRFb (ORCPT ); Tue, 13 Aug 2019 13:05:31 -0400 X-Amp-Result: UNKNOWN X-Amp-Original-Verdict: FILE UNKNOWN X-Amp-File-Uploaded: False Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 13 Aug 2019 10:05:31 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,382,1559545200"; d="scan'208";a="177857549" Received: from hgenzken-mobl.ger.corp.intel.com (HELO localhost) ([10.252.53.32]) by fmsmga007.fm.intel.com with ESMTP; 13 Aug 2019 10:05:29 -0700 Date: Tue, 13 Aug 2019 20:05:28 +0300 From: Jarkko Sakkinen To: torvalds@linux-foundation.org Cc: linux-kernel@vger.kernel.org, linux-integrity@vger.kernel.org, jmorris@namei.org, roberto.sassu@huawei.com Subject: [GIT PULL] tpmdd fixes for Linux v5.3-rc4 Message-ID: <20190813170528.6w6s5d6ka4lzpzq5@linux.intel.com> MIME-Version: 1.0 Content-Disposition: inline Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo User-Agent: NeoMutt/20180716 Sender: linux-integrity-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-integrity@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Hi One more bug fix for the next release. /Jarkko The following changes since commit d45331b00ddb179e291766617259261c112db872: Linux 5.3-rc4 (2019-08-11 13:26:41 -0700) are available in the Git repository at: git://git.infradead.org/users/jjs/linux-tpmdd.git tags/tpmdd-next-20190813 for you to fetch changes up to 2d6c25215ab26bb009de3575faab7b685f138e92: KEYS: trusted: allow module init if TPM is inactive or deactivated (2019-08-13 19:59:23 +0300) ---------------------------------------------------------------- tpmdd fixes for Linux v5.3-rc4 ---------------------------------------------------------------- Roberto Sassu (1): KEYS: trusted: allow module init if TPM is inactive or deactivated security/keys/trusted.c | 13 ------------- 1 file changed, 13 deletions(-)