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=-9.9 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,USER_AGENT_SANE_1,USER_IN_DEF_DKIM_WL 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 3503FCA9ECB for ; Thu, 31 Oct 2019 15:43:00 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 0AA7F2086D for ; Thu, 31 Oct 2019 15:43:00 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=linux.microsoft.com header.i=@linux.microsoft.com header.b="G2hhH/AW" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728408AbfJaPmw (ORCPT ); Thu, 31 Oct 2019 11:42:52 -0400 Received: from linux.microsoft.com ([13.77.154.182]:55280 "EHLO linux.microsoft.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726735AbfJaPmw (ORCPT ); Thu, 31 Oct 2019 11:42:52 -0400 Received: from [10.137.112.108] (unknown [131.107.174.108]) by linux.microsoft.com (Postfix) with ESMTPSA id B3DC020B7192; Thu, 31 Oct 2019 08:42:51 -0700 (PDT) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com B3DC020B7192 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.microsoft.com; s=default; t=1572536571; bh=VEMRMLTSgqwtGYH1CLoFnXVfEwXi5+fo0FYWAu1w7Go=; h=Subject:To:Cc:References:From:Date:In-Reply-To:From; b=G2hhH/AW1SH0XWVF66twEG0I+7/S1MLgrbzWgHOt8e1t1b3nCBUej8k9gqk9zS3Vg E1yjfNTAspzVJF3iDIaQPJGM0OeZPp7jqrO8/3Z5p/x6/1z2cJtGOetUuYXADAYhCV b3KLUodKNyJfdMrxz7NHebkEWUhWZHyE0BCtRQeo= Subject: Re: [PATCH v3 1/9] KEYS: Defined an IMA hook to measure keys on key create or update To: Mimi Zohar , Sasha Levin Cc: dhowells@redhat.com, matthewgarrett@google.com, jamorris@linux.microsoft.com, linux-kernel@vger.kernel.org, linux-integrity@vger.kernel.org, linux-security-module@vger.kernel.org, keyrings@vger.kernel.org, prsriva@linux.microsoft.com References: <20191031011910.2574-1-nramas@linux.microsoft.com> <20191031011910.2574-2-nramas@linux.microsoft.com> <1572523831.5028.43.camel@linux.ibm.com> <20191031152730.GQ1554@sasha-vm> <1572536253.5028.50.camel@linux.ibm.com> From: Lakshmi Ramasubramanian Message-ID: Date: Thu, 31 Oct 2019 08:42:51 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.9.0 MIME-Version: 1.0 In-Reply-To: <1572536253.5028.50.camel@linux.ibm.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit Sender: linux-integrity-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-integrity@vger.kernel.org On 10/31/19 8:37 AM, Mimi Zohar wrote: >> I couldn't even apply this patch: Nayna's series (v10) doesn't apply >> top of 5.3 to begin with, and while it does apply on mainline, this>> first patch wouldn't apply on top. > Lakshmi, development is always on top of mainline.  In this case, >  please use 5.4.0-rc3 and apply Nayna's v10 patch set. > > Mimi Thanks for the info Mimi. I initially started with v5.4, but the kernel I built wouldn't boot on my machine :( I'll update to the latest v5.4 changes and try again. thanks, -lakshmi