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=ham 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 04089C43381 for ; Thu, 28 Feb 2019 12:38:53 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id C42A52063F for ; Thu, 28 Feb 2019 12:38:52 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730931AbfB1Miw (ORCPT ); Thu, 28 Feb 2019 07:38:52 -0500 Received: from mga11.intel.com ([192.55.52.93]:40792 "EHLO mga11.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727754AbfB1Miw (ORCPT ); Thu, 28 Feb 2019 07:38:52 -0500 X-Amp-Result: UNKNOWN X-Amp-Original-Verdict: FILE UNKNOWN X-Amp-File-Uploaded: False Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 28 Feb 2019 04:38:51 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.58,423,1544515200"; d="scan'208";a="148046694" Received: from jsakkine-mobl1.tm.intel.com (HELO localhost) ([10.237.50.169]) by fmsmga004.fm.intel.com with ESMTP; 28 Feb 2019 04:38:49 -0800 Date: Thu, 28 Feb 2019 14:38:48 +0200 From: Jarkko Sakkinen To: Matthew Garrett Cc: linux-integrity , Peter Huewe , Jason Gunthorpe , Roberto Sassu , linux-efi , LSM List , Linux Kernel Mailing List , =?iso-8859-1?Q?Thi=E9baud?= Weksteen Subject: Re: [PATCH V4 2/4] tpm: Reserve the TPM final events table Message-ID: <20190228123848.GD17109@linux.intel.com> References: <20190222202606.160816-1-matthewgarrett@google.com> <20190222202606.160816-3-matthewgarrett@google.com> <20190227140259.GA17106@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-integrity-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-integrity@vger.kernel.org On Wed, Feb 27, 2019 at 11:57:09AM -0800, Matthew Garrett wrote: > On Wed, Feb 27, 2019 at 6:03 AM Jarkko Sakkinen > wrote: > > My guess is that your patches are based a later 5.0-rcX. Unfortunately I > > cannot update my master at this point because my 5.1 PR was taken to > > security tree and rebasing would change the commit IDs of 5.1 content > > because security/next-general does not yet contain those patches. > > Bother. I'll rebase against your tree. Thanks! /Jarkko