Received: by 2002:a05:6a10:f347:0:0:0:0 with SMTP id d7csp148240pxu; Wed, 25 Nov 2020 15:51:05 -0800 (PST) X-Google-Smtp-Source: ABdhPJzG7sUNAnt4ABuJEBYVCH0hvheLrW2pRkGfx8n/L2N/4x5Hc8rfzZVNcRZcz5Nz8pbubxDl X-Received: by 2002:a05:6402:206f:: with SMTP id bd15mr124987edb.122.1606348265350; Wed, 25 Nov 2020 15:51:05 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1606348265; cv=none; d=google.com; s=arc-20160816; b=gUkQCwTSnSFxXkFQrQz4qoLY9Fje76tpdQGM5bBebDgKIyHRVjWnFdsBSKG/kAdGBJ HZDN+yStVo3o8Hs+yaU0AtmuIR+fAyMrV9DpVoqS6psKqpC6Fm5xeZdsmH/1W4B9b7DB 6DY2AGQi1uZMqoBpVREdDlpo/RDarqo9sz6B+s+aH80F2BxmzMmvBE35KOVKYrZFYR5J JIjTCllwM0lrT4dhZB1SHZ4LN+7SJgv3RYBsUTd+AzUDwI9eJlKoif9jameCZe23MdW3 94F6IP/FxRqanKYE+IOnHDe66hUAJhmtTXRWA89EOtLt6CKCb4aytUnFGGKt+tlfGzVR BpJw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:cc:to:in-reply-to:references:date:message-id :from:subject:content-transfer-encoding:mime-version:dkim-signature; bh=r5jncC75bb10pCbsruDO9Afcy4SZ5/mH0JEBSItEbtA=; b=LpwQvuNC9DwrhjLGVAa+J7ZtzTaps2/OvzRT/SPDtCoBT8sEBBpInHWv9HzSAPggh/ TvtmhoBrp/YMi7IIRgYeYghCF7qrVw53Xb7kAjWR8jV5w2TI9c6v6l9z8KpnWayDl5fh GsWJkKbgCCdBYLR1Hma/YRWoWlGCT6A67IY2doTzELac0cYPRQqbtgjtVIlUB7KxWo6I JgSuf+Ysdr0h+mh0y2A+RmOb0xM2+I1xQZcJl6wXHV9GiTqTYxg3GC0Lxr/x4yOvbb1H Y9JMY1pHLyQ4U1uXLDQILwvMASNxioTARSTQZyOJGy/vE5gn4P9pouFGPrjz7eP0HWgp RDMg== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=TXZCC+Xb; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id n18si1992893ejy.547.2020.11.25.15.50.42; Wed, 25 Nov 2020 15:51:05 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=TXZCC+Xb; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730017AbgKYXKG (ORCPT + 99 others); Wed, 25 Nov 2020 18:10:06 -0500 Received: from mail.kernel.org ([198.145.29.99]:32920 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729957AbgKYXKG (ORCPT ); Wed, 25 Nov 2020 18:10:06 -0500 Content-Type: text/plain; charset="utf-8" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1606345806; bh=HmVmboHLRT2akidt/sMRFZU4ZFKJPHRy8BwngDIlhaE=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=TXZCC+XbFncZEn9e3rtlcupVHAocud+59jV7KtujgInwazrWkpMy9WDosMSkGoZBr DpWGtPPr6UXZaMQ3uCKs5QBTsqAo8wkSEdOavP9b32gavQlG+XSuNV8C5pFShybl84 LKFOkpmo1MshZnSI+ATwQgyWqZllP6KOys/6ycBw= MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH bpf-next v3 0/3] Implement bpf_ima_inode_hash From: patchwork-bot+netdevbpf@kernel.org Message-Id: <160634580589.11847.11072899001096362522.git-patchwork-notify@kernel.org> Date: Wed, 25 Nov 2020 23:10:05 +0000 References: <20201124151210.1081188-1-kpsingh@chromium.org> In-Reply-To: <20201124151210.1081188-1-kpsingh@chromium.org> To: KP Singh Cc: jmorris@namei.org, linux-kernel@vger.kernel.org, bpf@vger.kernel.org, linux-security-module@vger.kernel.org, ast@kernel.org, daniel@iogearbox.net, revest@chromium.org, jackmanb@chromium.org, zohar@linux.ibm.com Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello: This series was applied to bpf/bpf-next.git (refs/heads/master): On Tue, 24 Nov 2020 15:12:07 +0000 you wrote: > From: KP Singh > > # v2 -> v3 > > - Fixed an issue pointed out by Alexei, the helper should only be > exposed to sleepable hooks. > - Update the selftests to constrain the IMA policy udpate to a loopback > filesystem specifically created for the test. Also, split this out > from the LSM test. I dropped the Ack from this last patch since this > is a re-write. > > [...] Here is the summary with links: - [bpf-next,v3,1/3] ima: Implement ima_inode_hash https://git.kernel.org/bpf/bpf-next/c/403319be5de5 - [bpf-next,v3,2/3] bpf: Add a BPF helper for getting the IMA hash of an inode https://git.kernel.org/bpf/bpf-next/c/27672f0d280a - [bpf-next,v3,3/3] bpf: Add a selftest for bpf_ima_inode_hash https://git.kernel.org/bpf/bpf-next/c/898eeb122e8a You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html