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 BE1CBC352A3 for ; Tue, 11 Feb 2020 17:36:12 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 9530F20848 for ; Tue, 11 Feb 2020 17:36:12 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=linux.microsoft.com header.i=@linux.microsoft.com header.b="Ig1Zjy8B" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729570AbgBKRgM (ORCPT ); Tue, 11 Feb 2020 12:36:12 -0500 Received: from linux.microsoft.com ([13.77.154.182]:56056 "EHLO linux.microsoft.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729441AbgBKRgM (ORCPT ); Tue, 11 Feb 2020 12:36:12 -0500 Received: from [10.137.112.108] (unknown [131.107.174.108]) by linux.microsoft.com (Postfix) with ESMTPSA id 36F3B20B9C02; Tue, 11 Feb 2020 09:36:11 -0800 (PST) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com 36F3B20B9C02 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.microsoft.com; s=default; t=1581442571; bh=1OcYi/WkAw80axoKpZykACPLnAh0Qk0BSYRrPJ/Xe2k=; h=Subject:To:Cc:References:From:Date:In-Reply-To:From; b=Ig1Zjy8BjCcj44nQBjr9wsAYYpCwlZH/6wF9hjNQ8kDYpmuPOzamFiQFdcydC3EJM 4tve45vFmjv4zpJWxebnWZwBcsZn/bQMdTDCZ4TWoYOW1sjA7PT0wQgJs0PsZS/0eJ tv9dzntFr7+x1O7gaA65N2myQitHjqyGyQNxrmlk= Subject: Re: [PATCH v2 1/3] IMA: Update KBUILD_MODNAME for IMA files to ima To: Joe Perches , Tushar Sugandhi , zohar@linux.ibm.com, skhan@linuxfoundation.org, linux-integrity@vger.kernel.org Cc: sashal@kernel.org, linux-kernel@vger.kernel.org References: <20200211024755.5579-1-tusharsu@linux.microsoft.com> <225b88ac1abcb293bf9d55ca53009015b1baa81c.camel@perches.com> From: Lakshmi Ramasubramanian Message-ID: Date: Tue, 11 Feb 2020 09:36:07 -0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.4.1 MIME-Version: 1.0 In-Reply-To: <225b88ac1abcb293bf9d55ca53009015b1baa81c.camel@perches.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-integrity-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-integrity@vger.kernel.org On 2/10/20 7:09 PM, Joe Perches wrote: Hi Joe, > Series seems sensible, thanks Tushar. > > Next time you might choose to use > > git format-patch --cover-letter > > and write in the 0/n cover letter what the point > of the patch series is. > I was the one who suggested that we may not need a cover letter and instead provide the details in the patch description. We can include the cover letter in the next update. thanks, -lakshmi