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=-1.1 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_PASS 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 BC161C00319 for ; Wed, 27 Feb 2019 16:27:37 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 30A292184A for ; Wed, 27 Feb 2019 16:27:37 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=chromium.org header.i=@chromium.org header.b="m9W2RWrP" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730039AbfB0Q1f (ORCPT ); Wed, 27 Feb 2019 11:27:35 -0500 Received: from mail-ua1-f65.google.com ([209.85.222.65]:41597 "EHLO mail-ua1-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726783AbfB0Q1f (ORCPT ); Wed, 27 Feb 2019 11:27:35 -0500 Received: by mail-ua1-f65.google.com with SMTP id j7so1109145uak.8 for ; Wed, 27 Feb 2019 08:27:34 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=UxgEDS2CX/CMq20ylO8bSwgapXjZEgLgnN1+iXxgyB4=; b=m9W2RWrPGFU0kTqTwPbx+GS/q5Mx8/SrZWVqVUu8C80Blg3WUbNfEUbf5tZ6PRLnMC O157XHAgGDDe8lGhsXAz+Hq29Jh0lmImXqs6fp3BvDHfZGg+zNIZw6kkCZGkf1ZnirI9 87XHcUujeiVyLzHMNcf3c+icWB7F6nxC2SD30= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=UxgEDS2CX/CMq20ylO8bSwgapXjZEgLgnN1+iXxgyB4=; b=anDdchHE0Gh1MKnjKxAHR3ntZ6Q1ENLGbieCxIZtfVbm+PAohqsnf0UAUe8huFWZoP bmKUjNOff5jE3gt/qesXz1SE/18oRTcF2PgiaI1fxty1ruEn/LQtTZ3sUUWffJ4T4aKd +FDuV82Cep4zPHkW61rUlPJ4eteZwEoNwf7icUFhOuQcDh46Kcn/Xo77UypxhMleqKYI dHxnSQCi8TWjqX7R3SC0mVUQTvpYFkOV/eP6INngdXB02fw9EdV0RPG6t6OfoH/pnvcP UTdnUsxpVD0kjyE9iGu+ZYlwlgKridgj+qpFQOHYJlyzS7OWMDsqIrm/nx97swF3h6aO Nhig== X-Gm-Message-State: APjAAAX1MqLCqlQKBKW8YGRwEXFqhsIp8JGpSdXBFTq/EuJoo8AYBUXj MziJ4IQAVKbLfPDSGs+j+2kXr+2y2ZA= X-Google-Smtp-Source: AHgI3IbH4q9u2laT3sQTyU0phAQknkowXJn49/ApLD1BXfDwuX2eIBd9JIle6O+4jjH3QG7elkS5zg== X-Received: by 2002:ab0:498d:: with SMTP id e13mr2451510uad.134.1551284853524; Wed, 27 Feb 2019 08:27:33 -0800 (PST) Received: from mail-ua1-f52.google.com (mail-ua1-f52.google.com. [209.85.222.52]) by smtp.gmail.com with ESMTPSA id p201sm3770001vsc.30.2019.02.27.08.27.31 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 27 Feb 2019 08:27:31 -0800 (PST) Received: by mail-ua1-f52.google.com with SMTP id f88so15906436uaf.2 for ; Wed, 27 Feb 2019 08:27:31 -0800 (PST) X-Received: by 2002:ab0:2712:: with SMTP id s18mr2507403uao.114.1551284851047; Wed, 27 Feb 2019 08:27:31 -0800 (PST) MIME-Version: 1.0 References: <35a7a5dd-4478-1dc2-5966-c974196f8c7a@ispras.ru> In-Reply-To: <35a7a5dd-4478-1dc2-5966-c974196f8c7a@ispras.ru> From: Kees Cook Date: Wed, 27 Feb 2019 08:27:18 -0800 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH v2 00/11] LSM documentation update To: Denis Efremov Cc: Casey Schaufler , "Eric W. Biederman" , Eric Paris , John Johansen , James Morris , "Serge E. Hallyn" , Paul Moore , Kentaro Takeda , linux-security-module , LKML , Jonathan Corbet , "open list:DOCUMENTATION" Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Feb 27, 2019 at 7:10 AM Denis Efremov wrote: > The rest of the warnings are about undocumented hooks. This patchset > fixes the existing documentation. I will try to document the hooks from > warnings in a separate patch. Some of the hooks are trivial enough, but > others require me digging into the code and mailing lists. Can't promise > to do it quickly. No worries! What you've added already helps a lot. :) -- Kees Cook