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=-5.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED, USER_AGENT_SANE_1 autolearn=ham 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 58497C432C0 for ; Thu, 21 Nov 2019 05:36:26 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 34AE220898 for ; Thu, 21 Nov 2019 05:36:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1725904AbfKUFgZ (ORCPT ); Thu, 21 Nov 2019 00:36:25 -0500 Received: from namei.org ([65.99.196.166]:41466 "EHLO namei.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725842AbfKUFgZ (ORCPT ); Thu, 21 Nov 2019 00:36:25 -0500 Received: from localhost (localhost [127.0.0.1]) by namei.org (8.14.4/8.14.4) with ESMTP id xAL5a2gx004361; Thu, 21 Nov 2019 05:36:02 GMT Date: Thu, 21 Nov 2019 16:36:02 +1100 (AEDT) From: James Morris To: Casey Schaufler cc: casey.schaufler@intel.com, linux-security-module@vger.kernel.org, selinux@vger.kernel.org, keescook@chromium.org, john.johansen@canonical.com, penguin-kernel@i-love.sakura.ne.jp, paul@paul-moore.com, sds@tycho.nsa.gov Subject: Re: [PATCH v11 02/25] LSM: Create and manage the lsmblob data structure. In-Reply-To: <20191113175721.2317-3-casey@schaufler-ca.com> Message-ID: References: <20191113175721.2317-1-casey@schaufler-ca.com> <20191113175721.2317-3-casey@schaufler-ca.com> User-Agent: Alpine 2.21 (LRH 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Sender: owner-linux-security-module@vger.kernel.org Precedence: bulk List-ID: On Wed, 13 Nov 2019, Casey Schaufler wrote: > A new lsm_id structure, which contains the name > of the LSM and its slot number, is created. There > is an instance for each LSM, which assigns the name > and passes it to the infrastructure to set the slot. > > Signed-off-by: Casey Schaufler Hi Casey, Note that LSM infrastructure changes will need signoffs from the maintainers of all major LSMs. See https://lore.kernel.org/linux-security-module/alpine.LRH.2.21.1909060644570.1710@namei.org/ I've set aside some time at the end of this week to take a close look. -- James Morris