From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on archive.lwn.net X-Spam-Level: X-Spam-Status: No, score=-6.0 required=5.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI autolearn=unavailable autolearn_force=no version=3.4.2 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by archive.lwn.net (Postfix) with ESMTP id C84067D04D for ; Fri, 22 Feb 2019 15:55:33 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1725892AbfBVPz2 (ORCPT ); Fri, 22 Feb 2019 10:55:28 -0500 Received: from ms.lwn.net ([45.79.88.28]:52630 "EHLO ms.lwn.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725887AbfBVPz2 (ORCPT ); Fri, 22 Feb 2019 10:55:28 -0500 Received: from lwn.net (localhost [127.0.0.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ms.lwn.net (Postfix) with ESMTPSA id 2E49635A; Fri, 22 Feb 2019 15:55:28 +0000 (UTC) Date: Fri, 22 Feb 2019 08:55:27 -0700 From: Jonathan Corbet To: Kees Cook Cc: efremov , James Morris , linux-doc@vger.kernel.org, linux-security-module , LKML Subject: Re: [PATCH] doc: security: Add kern-doc for lsm_hooks.h Message-ID: <20190222085527.17eabf78@lwn.net> In-Reply-To: <20190217221901.GA41920@beast> References: <20190217221901.GA41920@beast> Organization: LWN.net MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 8bit Sender: linux-doc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-doc@vger.kernel.org On Sun, 17 Feb 2019 14:19:01 -0800 Kees Cook wrote: > There is a lot of kern-doc for the LSM internals, but it wasn't visible > in the HTML output. This exposes some formatting flaws in lsm_hooks.h > that will be fixed in a later series of patches. > > Signed-off-by: Kees Cook Applied, thanks. That does add to our already overwhelming pile of warnings, hopefully that later series is showing up soon :) jon