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=-3.9 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=no 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 5A0F4C34026 for ; Mon, 17 Feb 2020 18:39:04 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 377B521D7D for ; Mon, 17 Feb 2020 18:39:04 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=chromium.org header.i=@chromium.org header.b="VMNuYUmU" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729668AbgBQSjC (ORCPT ); Mon, 17 Feb 2020 13:39:02 -0500 Received: from mail-pg1-f195.google.com ([209.85.215.195]:36855 "EHLO mail-pg1-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727429AbgBQSjC (ORCPT ); Mon, 17 Feb 2020 13:39:02 -0500 Received: by mail-pg1-f195.google.com with SMTP id d9so9661537pgu.3 for ; Mon, 17 Feb 2020 10:39:02 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to; bh=RbW7duBlVCzDcI0iF9afrjJ7KHsSIzqTpcHq8V46J2Q=; b=VMNuYUmUtV6Gj6FG8unzj2/r8y8iMlywPXQRXi0jlcCEJiIzzkZK69KKDVd6PRGwqm JkFAi7LU8Kc6FPxQtqfuxXRPQg0ap5JuxNtChTJ4eC4viOVh4S+s5+PbNRqjYxpTSFbs bIO9clKiJJOuQ3B7K6T1eBOZeItyoXb+ponFA= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=RbW7duBlVCzDcI0iF9afrjJ7KHsSIzqTpcHq8V46J2Q=; b=N9xvfPCxTjchjTq2FYFIVp6by3V1/DbH/an3HKX++XkvtLV42lAiWYW+wMlgd8JuCG 7VnpmQ6NSU/7PbS6IJBSec/SJ74Cp/sqZKWy2attsbysT8T8Jqw5dcNEfy0tFiW0i6OZ qSmzSf98sAbs54Tn+wigbI5So82AS2pYTrqn63zWMkNh7GN5+NXrN1jOqhxBucTJREx3 ucmLm/qWMvL4XgIKee4wcuBlyFg2dpqRFuYT+phV6hCMkjofIodQpxGAiDlaT5N5JT3n VFXQqLPpv78nHk4RY5j7/UBOOvgcI12EkyITYlwbtoGnnC6B5NhpQ4aThoKW8F7vZWf7 lZ8A== X-Gm-Message-State: APjAAAW9edfO7Kgm2ffJ2q9/fpBNXSVQZzrHs5S3065dnpaLu75yJ85z 7Qoe7N0BQZgKhryHb0qFcGm1RQ== X-Google-Smtp-Source: APXvYqwAJ/E9bXWArRV7T0+/OiXcVcZjQP4+pzYRR+7zBhSyLDjr8Y6RuIlXvzvSuevcOU5KtZ6ZPg== X-Received: by 2002:a63:5558:: with SMTP id f24mr18111297pgm.92.1581964741987; Mon, 17 Feb 2020 10:39:01 -0800 (PST) Received: from www.outflux.net (smtp.outflux.net. [198.145.64.163]) by smtp.gmail.com with ESMTPSA id g7sm1184774pfq.33.2020.02.17.10.39.01 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 17 Feb 2020 10:39:01 -0800 (PST) Date: Mon, 17 Feb 2020 10:39:00 -0800 From: Kees Cook To: Randy Dunlap Cc: LKML , linux-security-module , John Johansen , Micah Morton , James Morris , "Serge E. Hallyn" , Paul Moore , Stephen Smalley , Eric Paris , Casey Schaufler , Kentaro Takeda , Tetsuo Handa Subject: Re: [RFC PATCH] security: : fix all kernel-doc warnings Message-ID: <202002171038.64EEC770@keescook> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Feb 15, 2020 at 11:08:38PM -0800, Randy Dunlap wrote: > From: Randy Dunlap > > Fix all kernel-doc warnings in . > Fixes the following warnings: > > ../include/linux/lsm_hooks.h:1830: warning: Function parameter or member 'quotactl' not described in 'security_list_options' > ../include/linux/lsm_hooks.h:1830: warning: Function parameter or member 'quota_on' not described in 'security_list_options' > ../include/linux/lsm_hooks.h:1830: warning: Function parameter or member 'sb_free_mnt_opts' not described in 'security_list_options' > ../include/linux/lsm_hooks.h:1830: warning: Function parameter or member 'sb_eat_lsm_opts' not described in 'security_list_options' > ../include/linux/lsm_hooks.h:1830: warning: Function parameter or member 'sb_kern_mount' not described in 'security_list_options' > ../include/linux/lsm_hooks.h:1830: warning: Function parameter or member 'sb_show_options' not described in 'security_list_options' > ../include/linux/lsm_hooks.h:1830: warning: Function parameter or member 'sb_add_mnt_opt' not described in 'security_list_options' > ../include/linux/lsm_hooks.h:1830: warning: Function parameter or member 'd_instantiate' not described in 'security_list_options' > ../include/linux/lsm_hooks.h:1830: warning: Function parameter or member 'getprocattr' not described in 'security_list_options' > ../include/linux/lsm_hooks.h:1830: warning: Function parameter or member 'setprocattr' not described in 'security_list_options' > ../include/linux/lsm_hooks.h:1830: warning: Function parameter or member 'locked_down' not described in 'security_list_options' > ../include/linux/lsm_hooks.h:1830: warning: Function parameter or member 'perf_event_open' not described in 'security_list_options' > ../include/linux/lsm_hooks.h:1830: warning: Function parameter or member 'perf_event_alloc' not described in 'security_list_options' > ../include/linux/lsm_hooks.h:1830: warning: Function parameter or member 'perf_event_free' not described in 'security_list_options' > ../include/linux/lsm_hooks.h:1830: warning: Function parameter or member 'perf_event_read' not described in 'security_list_options' > ../include/linux/lsm_hooks.h:1830: warning: Function parameter or member 'perf_event_write' not described in 'security_list_options' > > Signed-off-by: Randy Dunlap Yay! Thanks for working through these. :) Acked-by: Kees Cook -- Kees Cook