Received: by 2002:ac0:a5b6:0:0:0:0:0 with SMTP id m51-v6csp3777226imm; Mon, 4 Jun 2018 09:04:30 -0700 (PDT) X-Google-Smtp-Source: ADUXVKJCdwZpC9TuZEXCMJ2TnMimFw5/UeGzyG5KFPHXyOZV23tgOTgm3j9w97WqqDUcbarp/ytH X-Received: by 2002:a62:a30e:: with SMTP id s14-v6mr21847539pfe.168.1528128269972; Mon, 04 Jun 2018 09:04:29 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1528128269; cv=none; d=google.com; s=arc-20160816; b=tfKKFV8MXVqGnV73fhmIrhPh1kvplPT/WAAS7I/lWtHbOMXreRswqc2wlE0XnSUb7O IvgXiI93hsQRy0Lcy4MZ6v6P2WzokQ7TQPr6RKSy9mphqtVw8U23LKNiUUnLhxQvFcJS kZnPvfNeYKFACiLp/JM6nOnVvYdPIiPkfijVRYMqjK1Di3vDOSh5WALs+EIc1rf+O6Qd H2H9lv26TtIyGHJCJ57SIiGoCg1ic4V1igwpI+OtFbm5CnFwioOCJhmh4L12ga9v15ra gxtcJnHkN4zK3cP0RZbLtehf59RpBQF/1pNZmMwMlJS3uHyMiMUIvEeaaOCVX3eFgIXZ UvdQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:user-agent:references :message-id:in-reply-to:subject:cc:to:from:date :arc-authentication-results; bh=qLfRePyntR6bX9aT7FODx2lEVDx6sXSS5N4J7bcdsys=; b=DsNhDDyV7WMhr2kwzJdueAZlJBNxWpyRfePSOdJeqMT2FnKgq18EAYiID9gBktF5bg u6R96mtoVmrWwrBHdLWTk6uqFynqzdz1UM72bj2RjDOrSmbFiOinw4vk4x+o1DzF9pIC iD8p8zMrZZCVi6Nuw05hyjxP1RXEUiO62rRnDMaRSaUaezzBz3tjMtNAUG/VBzIiY5BJ mWSDkl8q8alNqRCGERVX2mP01x0YG9zSOMT6/+c9r0Bu7WmhMN5I+/SBluGP99IvHZe7 8eJJ7hKrbEiojK3CbFCZy8NqfPHfMQL2NYMyQQcxjfydZ/J+hfAiaW4r+4LIEAYWIxD1 Q4ug== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id d5-v6si13289166plr.13.2018.06.04.09.04.15; Mon, 04 Jun 2018 09:04:29 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751584AbeFDQCf (ORCPT + 99 others); Mon, 4 Jun 2018 12:02:35 -0400 Received: from namei.org ([65.99.196.166]:58148 "EHLO namei.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751135AbeFDQCe (ORCPT ); Mon, 4 Jun 2018 12:02:34 -0400 Received: from localhost (localhost [127.0.0.1]) by namei.org (8.14.4/8.14.4) with ESMTP id w54G1TMY000938; Mon, 4 Jun 2018 16:01:32 GMT Date: Tue, 5 Jun 2018 02:01:29 +1000 (AEST) From: James Morris To: Jarkko Sakkinen cc: linux-kernel@vger.kernel.org, linux-security-module@vger.kernel.org Subject: Re: [GIT PULL] tpmdd 4.17 fixes In-Reply-To: <20180602130001.GA5196@linux.intel.com> Message-ID: References: <20180602130001.GA5196@linux.intel.com> User-Agent: Alpine 2.21 (LRH 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, 2 Jun 2018, Jarkko Sakkinen wrote: > The following changes since commit 424eaf910c329ab06ad03a527ef45dcf6a328f00: > > tpm: reduce polling time to usecs for even finer granularity (2018-05-18 10:00:01 +0300) > > are available in the Git repository at: > > git://git.infradead.org/users/jjs/linux-tpmdd.git tags/tpmdd-next-20180602 > > for you to fetch changes up to 3ab2011ea368ec3433ad49e1b9e1c7b70d2e65df: > > tpm: fix race condition in tpm_common_write() (2018-05-30 20:11:31 +0300) 4.17 was just released, I'll fold these into the 4.18 merge. > > ---------------------------------------------------------------- > tpmdd fixes for Linux 4.17 > > ---------------------------------------------------------------- > Tadeusz Struk (1): > tpm: fix race condition in tpm_common_write() > > drivers/char/tpm/tpm-dev-common.c | 40 ++++++++++++++++++--------------------- > drivers/char/tpm/tpm-dev.h | 2 +- > 2 files changed, 19 insertions(+), 23 deletions(-) > -- James Morris