Message ID | 155059366914.12449.4669870128936536848.stgit@warthog.procyon.org.uk (mailing list archive) |
---|---|
Headers | show
Return-Path: <linux-security-module-owner@kernel.org> Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 9DD8D922 for <patchwork-linux-security-module@patchwork.kernel.org>; Tue, 19 Feb 2019 16:28:13 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 3CB572CCB4 for <patchwork-linux-security-module@patchwork.kernel.org>; Tue, 19 Feb 2019 16:28:13 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 354212CC23; Tue, 19 Feb 2019 16:28:13 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.9 required=2.0 tests=BAYES_00,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 60AF82CC23 for <patchwork-linux-security-module@patchwork.kernel.org>; Tue, 19 Feb 2019 16:28:03 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727956AbfBSQ2C (ORCPT <rfc822;patchwork-linux-security-module@patchwork.kernel.org>); Tue, 19 Feb 2019 11:28:02 -0500 Received: from mx1.redhat.com ([209.132.183.28]:34444 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728099AbfBSQ2C (ORCPT <rfc822;linux-security-module@vger.kernel.org>); Tue, 19 Feb 2019 11:28:02 -0500 Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id C1EEC3C5C; Tue, 19 Feb 2019 16:28:00 +0000 (UTC) Received: from warthog.procyon.org.uk (ovpn-121-129.rdu2.redhat.com [10.10.121.129]) by smtp.corp.redhat.com (Postfix) with ESMTP id 6D4256013D; Tue, 19 Feb 2019 16:27:50 +0000 (UTC) Subject: [PATCH 00/43] VFS: Introduce filesystem context From: David Howells <dhowells@redhat.com> To: viro@zeniv.linux.org.uk Cc: Tejun Heo <tj@kernel.org>, fenghua.yu@intel.com, "Eric W. Biederman" <ebiederm@redhat.com>, Alexey Dobriyan <adobriyan@gmail.com>, selinux@tycho.nsa.gov, Paul Moore <paul@paul-moore.com>, Casey Schaufler <casey@schaufler-ca.com>, Johannes Weiner <hannes@cmpxchg.org>, Li Zefan <lizefan@huawei.com>, linux-security-module@vger.kernel.org, Stephen Smalley <sds@tycho.nsa.gov>, Greg Kroah-Hartman <gregkh@linuxfoundation.org>, cgroups@vger.kernel.org, stable@kernel.org, linux-fsdevel@vger.kernel.org, dhowells@redhat.com, torvalds@linux-foundation.org, ebiederm@xmission.com, linux-security-module@vger.kernel.org Date: Tue, 19 Feb 2019 16:27:49 +0000 Message-ID: <155059366914.12449.4669870128936536848.stgit@warthog.procyon.org.uk> User-Agent: StGit/unknown-version MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit X-Scanned-By: MIMEDefang 2.79 on 10.5.11.11 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.30]); Tue, 19 Feb 2019 16:28:01 +0000 (UTC) Sender: owner-linux-security-module@vger.kernel.org Precedence: bulk List-ID: <linux-security-module.vger.kernel.org> X-Virus-Scanned: ClamAV using ClamSMTP |
Series |
VFS: Introduce filesystem context
|
expand
|