From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.5 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_PASS,USER_AGENT_MUTT autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 6D438C04AA8 for ; Thu, 2 May 2019 07:22:10 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 42BD7208C4 for ; Thu, 2 May 2019 07:22:10 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726372AbfEBHWJ (ORCPT ); Thu, 2 May 2019 03:22:09 -0400 Received: from mga05.intel.com ([192.55.52.43]:12074 "EHLO mga05.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725795AbfEBHWJ (ORCPT ); Thu, 2 May 2019 03:22:09 -0400 X-Amp-Result: UNKNOWN X-Amp-Original-Verdict: FILE UNKNOWN X-Amp-File-Uploaded: False Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga105.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 02 May 2019 00:22:08 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.60,420,1549958400"; d="scan'208";a="342704860" Received: from jsakkine-mobl1.tm.intel.com (HELO localhost) ([10.237.50.189]) by fmsmga006.fm.intel.com with ESMTP; 02 May 2019 00:22:05 -0700 Date: Thu, 2 May 2019 10:22:05 +0300 From: Jarkko Sakkinen To: Jonas Witschel Cc: Thibaut Sautereau , Tadeusz Struk , grawity@gmail.com, James.Bottomley@hansenpartnership.com, linux-integrity@vger.kernel.org, linux-kernel@vger.kernel.org, stable@vger.kernel.org Subject: Re: [PATCH v4] tpm: fix an invalid condition in tpm_common_poll Message-ID: <20190502072205.GF14532@linux.intel.com> References: <155371155820.17863.10580533125620125669.stgit@tstruk-mobl1.jf.intel.com> <20190328123428.GF7094@linux.intel.com> <20190408120138.GA951@gandi.net> <20190409134421.GD9759@linux.intel.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: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Apr 23, 2019 at 10:54:47PM +0200, Jonas Witschel wrote: > On 2019-04-09 15:44, Jarkko Sakkinen wrote: > > On Mon, Apr 08, 2019 at 02:01:38PM +0200, Thibaut Sautereau wrote: > >> [...] > >> What's the status of this patch now? It's needed in linux-5.0.y as TPM > >> 2.0 support is currently broken with those stable kernels without this > >> commit. > > > > part of a PR. > > > > https://lore.kernel.org/linux-integrity/20190329115544.GA27351@linux.intel.com/ > > It appears that the final version of the patch that was merged to > Linus's tree [1] does not include the "Cc: stable@vger.kernel.org" tag. > If I understand correctly, this means that the patch will not be > automatically included in the -stable tree without further action. Is > there a specific reason not to apply this patch to 5.0.x, or did the tag It is my mistake. What I can do is to post it manually to stable. I promise to do it as soon as it reaches the mainline. /Jarkko