From mboxrd@z Thu Jan 1 00:00:00 1970 From: James Morris Subject: Re: [PATCH security-next v3 05/29] LSM: Convert from initcall to struct lsm_info Date: Tue, 2 Oct 2018 05:59:32 +1000 (AEST) Message-ID: References: <20180925001832.18322-1-keescook@chromium.org> <20180925001832.18322-6-keescook@chromium.org> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Return-path: In-Reply-To: <20180925001832.18322-6-keescook@chromium.org> Sender: linux-kernel-owner@vger.kernel.org To: Kees Cook Cc: "Serge E. Hallyn" , Ard Biesheuvel , Paul Moore , linux-security-module@vger.kernel.org, Casey Schaufler , John Johansen , Tetsuo Handa , Stephen Smalley , "Schaufler, Casey" , Jonathan Corbet , linux-doc@vger.kernel.org, linux-arch@vger.kernel.org, linux-kernel@vger.kernel.org List-Id: linux-arch.vger.kernel.org On Mon, 24 Sep 2018, Kees Cook wrote: > In preparation for doing more interesting LSM init probing, this converts > the existing initcall system into an explicit call into a function pointer > from a section-collected struct lsm_info array. > > Cc: James Morris > Cc: "Serge E. Hallyn" > Cc: Ard Biesheuvel > Cc: Paul Moore > Cc: linux-security-module@vger.kernel.org > Signed-off-by: Kees Cook Reviewed-by: James Morris -- James Morris From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from namei.org ([65.99.196.166]:34586 "EHLO namei.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726238AbeJBCjI (ORCPT ); Mon, 1 Oct 2018 22:39:08 -0400 Date: Tue, 2 Oct 2018 05:59:32 +1000 (AEST) From: James Morris Subject: Re: [PATCH security-next v3 05/29] LSM: Convert from initcall to struct lsm_info In-Reply-To: <20180925001832.18322-6-keescook@chromium.org> Message-ID: References: <20180925001832.18322-1-keescook@chromium.org> <20180925001832.18322-6-keescook@chromium.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Sender: linux-arch-owner@vger.kernel.org List-ID: To: Kees Cook Cc: "Serge E. Hallyn" , Ard Biesheuvel , Paul Moore , linux-security-module@vger.kernel.org, Casey Schaufler , John Johansen , Tetsuo Handa , Stephen Smalley , "Schaufler, Casey" , Jonathan Corbet , linux-doc@vger.kernel.org, linux-arch@vger.kernel.org, linux-kernel@vger.kernel.org Message-ID: <20181001195932.-zJmEpmpMPp-jRaeKT7w0OcI46PrgJho2r_JczBxm38@z> On Mon, 24 Sep 2018, Kees Cook wrote: > In preparation for doing more interesting LSM init probing, this converts > the existing initcall system into an explicit call into a function pointer > from a section-collected struct lsm_info array. > > Cc: James Morris > Cc: "Serge E. Hallyn" > Cc: Ard Biesheuvel > Cc: Paul Moore > Cc: linux-security-module@vger.kernel.org > Signed-off-by: Kees Cook Reviewed-by: James Morris -- James Morris