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.3 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=no 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 6BE50C742AA for ; Fri, 12 Jul 2019 03:46:22 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 4E62A20644 for ; Fri, 12 Jul 2019 03:46:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729541AbfGLDqV (ORCPT ); Thu, 11 Jul 2019 23:46:21 -0400 Received: from mga05.intel.com ([192.55.52.43]:35638 "EHLO mga05.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729450AbfGLDqV (ORCPT ); Thu, 11 Jul 2019 23:46:21 -0400 X-Amp-Result: UNKNOWN X-Amp-Original-Verdict: FILE UNKNOWN X-Amp-File-Uploaded: False Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga105.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 11 Jul 2019 20:46:20 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.63,481,1557212400"; d="scan'208";a="177382275" Received: from gonegri-mobl.ger.corp.intel.com (HELO localhost) ([10.252.48.192]) by orsmga002.jf.intel.com with ESMTP; 11 Jul 2019 20:46:17 -0700 Date: Fri, 12 Jul 2019 06:46:16 +0300 From: Jarkko Sakkinen To: Stephen Rothwell Cc: Linux Next Mailing List , Linux Kernel Mailing List , Nayna Jain Subject: Re: linux-next: Fixes tag needs some work in the tpmdd tree Message-ID: <20190712034616.ev7oue7tvm3dqyto@linux.intel.com> References: <20190712073703.6b6f7667@canb.auug.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190712073703.6b6f7667@canb.auug.org.au> Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo User-Agent: NeoMutt/20180716 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Jul 12, 2019 at 07:37:03AM +1000, Stephen Rothwell wrote: > Hi all, > > In commit > > 0ce9bf1a55c9 ("tpm: tpm_ibm_vtpm: Fix unallocated banks") > > Fixes tag > > Fixes: 879b589210a9 ("tpm: retrieve digest size of unknown algorithms with > > has these problem(s): > > - Subject has leading but no trailing parentheses > - Subject has leading but no trailing quotes > > Please do not split Fixes tags over more than one line. Fixed. /Jarkko