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=-14.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, NICE_REPLY_A,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,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 B8474C43381 for ; Fri, 5 Mar 2021 19:30:31 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 7145F650A0 for ; Fri, 5 Mar 2021 19:30:31 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229971AbhCETaA (ORCPT ); Fri, 5 Mar 2021 14:30:00 -0500 Received: from linux.microsoft.com ([13.77.154.182]:51860 "EHLO linux.microsoft.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229592AbhCET3s (ORCPT ); Fri, 5 Mar 2021 14:29:48 -0500 Received: from [192.168.0.104] (c-73-42-176-67.hsd1.wa.comcast.net [73.42.176.67]) by linux.microsoft.com (Postfix) with ESMTPSA id 1457220B83EA; Fri, 5 Mar 2021 11:29:48 -0800 (PST) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com 1457220B83EA DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.microsoft.com; s=default; t=1614972588; bh=C6yfakTHu6d1eI3TYLCRPkMg4Ti+vegwEX0NiykQuoU=; h=Subject:To:Cc:References:From:Date:In-Reply-To:From; b=Hpln3CAQrwyY4794PdvobdjJXJrkT6Eaw6MshSYNHF8DUz7yfgY07jS7s3sQw2ZQt pPPyNSZFBliuZqe1SAFGEDkRlcS18BPnWTHN+dSjR9s5SV9clJYzievx8zSb7UM8Rc /iTnm8a2bMK+Rb4/Rie+s1UND0o8IMxncfyejL1E= Subject: Re: [PATCH v3] selinux: measure state and policy capabilities To: Paul Moore , James Bottomley Cc: zohar@linux.ibm.com, Stephen Smalley , tusharsu@linux.microsoft.com, tyhicks@linux.microsoft.com, casey@schaufler-ca.com, agk@redhat.com, snitzer@redhat.com, gmazyland@gmail.com, sashal@kernel.org, James Morris , linux-integrity@vger.kernel.org, selinux@vger.kernel.org, linux-security-module@vger.kernel.org, linux-kernel@vger.kernel.org References: <20210212163709.3139-1-nramas@linux.microsoft.com> From: Lakshmi Ramasubramanian Message-ID: <9170636f-1793-2272-e3fe-1551c18edeb9@linux.microsoft.com> Date: Fri, 5 Mar 2021 11:29:47 -0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 3/5/21 11:22 AM, Paul Moore wrote: Hi Paul, > On Fri, Mar 5, 2021 at 12:57 PM James Bottomley > wrote: >> On Fri, 2021-03-05 at 12:52 -0500, Paul Moore wrote: >> [...] >>> This draft seems fine to me, but there is a small logistical blocker >>> at the moment which means I can't merge this until -rc2 is released, >>> which likely means this coming Monday. The problem is that this >>> patch relies on code that went upstream via in the last merge window >>> via the IMA tree, not the SELinux tree; normally that wouldn't be a >>> problem as I typically rebase the selinux/next to Linus' -rc1 tag >>> once the merge window is closed, but in this particular case the -rc1 >>> tag is dangerously broken for some system configurations (the tag has >>> since been renamed) so I'm not rebasing onto -rc1 this time around. >>> >>> Assuming that -rc2 fixes the swapfile/fs-corruption problem, early >>> next week I'll rebase selinux/next to -rc2 and merge this patch. >>> However, if the swapfile bug continues past -rc2 we can consider >>> merging this via the IMA tree, but I'd assume not do that if possible >>> due to merge conflict and testing reasons. >> >> If it helps, we rebased the SCSI tree on top of the merge for the >> swapfile fix which is this one, without waiting for -rc2: > > Considering that -rc2 is only two days away I'm not going to lose a > lot of sleep over it. > Thanks for reviewing the patch. I can wait until the swapfile issue is resolved (in rc2 or later) and you are able to merge this patch. Please take your time. thanks, -lakshmi