From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on archive.lwn.net X-Spam-Level: X-Spam-Status: No, score=-5.8 required=5.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI autolearn=unavailable autolearn_force=no version=3.4.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by archive.lwn.net (Postfix) with ESMTP id C29DB7D087 for ; Mon, 1 Oct 2018 19:57:38 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726402AbeJBCg4 (ORCPT ); Mon, 1 Oct 2018 22:36:56 -0400 Received: from namei.org ([65.99.196.166]:34562 "EHLO namei.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726238AbeJBCg4 (ORCPT ); Mon, 1 Oct 2018 22:36:56 -0400 Received: from localhost (localhost [127.0.0.1]) by namei.org (8.14.4/8.14.4) with ESMTP id w91JvFIP015016; Mon, 1 Oct 2018 19:57:15 GMT Date: Tue, 2 Oct 2018 05:57:15 +1000 (AEST) From: James Morris To: Kees Cook cc: Arnd Bergmann , "Serge E. Hallyn" , Ard Biesheuvel , linux-arch@vger.kernel.org, linux-security-module@vger.kernel.org, Casey Schaufler , John Johansen , Tetsuo Handa , Paul Moore , Stephen Smalley , "Schaufler, Casey" , Jonathan Corbet , linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH security-next v3 03/29] LSM: Rename .security_initcall section to .lsm_info In-Reply-To: <20180925001832.18322-4-keescook@chromium.org> Message-ID: References: <20180925001832.18322-1-keescook@chromium.org> <20180925001832.18322-4-keescook@chromium.org> User-Agent: Alpine 2.21 (LRH 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Sender: linux-doc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-doc@vger.kernel.org On Mon, 24 Sep 2018, Kees Cook wrote: > In preparation for switching from initcall to just a regular set of > pointers in a section, rename the internal section name. > > Cc: Arnd Bergmann > Cc: James Morris > Cc: "Serge E. Hallyn" > Cc: Ard Biesheuvel > Cc: linux-arch@vger.kernel.org > Cc: linux-security-module@vger.kernel.org > Signed-off-by: Kees Cook Reviewed-by: James Morris -- James Morris