From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753912AbbLIWiS (ORCPT ); Wed, 9 Dec 2015 17:38:18 -0500 Received: from mail5.windriver.com ([192.103.53.11]:55800 "EHLO mail5.wrs.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751422AbbLIWiR (ORCPT ); Wed, 9 Dec 2015 17:38:17 -0500 From: Paul Gortmaker To: CC: Paul Gortmaker , David Howells , James Morris , "Serge E. Hallyn" , , , Mimi Zohar , Dmitry Kasatkin , , Subject: [PATCH 0/2] security: clarify that some code is really non-modular Date: Wed, 9 Dec 2015 17:37:14 -0500 Message-ID: <1449700636-17195-1-git-send-email-paul.gortmaker@windriver.com> X-Mailer: git-send-email 2.6.1 MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The goal is to ensure that non-modular code doesn't appear modular just by accident. Here we have two more commits to do that and they are of the trivial nature (i.e. no ".remove" functions deleted and no need to block any unbind actions). We just change the registration functions to be the non modular versions and adjust the include headers to match. Paul Gortmaker (2): security/keys: make big_key.c explicitly non-modular security/integrity: make ima/ima_mok.c explicitly non-modular security/integrity/ima/ima_mok.c | 5 ++--- security/keys/big_key.c | 15 +-------------- 2 files changed, 3 insertions(+), 17 deletions(-) --- Cc: David Howells Cc: James Morris Cc: "Serge E. Hallyn" Cc: keyrings@linux-nfs.org Cc: linux-security-module@vger.kernel.org Cc: Mimi Zohar Cc: Dmitry Kasatkin Cc: James Morris Cc: "Serge E. Hallyn" Cc: linux-ima-devel@lists.sourceforge.net Cc: linux-ima-user@lists.sourceforge.net Cc: linux-security-module@vger.kernel.org 2.6.1