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 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 51812C433F5 for ; Wed, 13 Oct 2021 22:01:42 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 304C4610D0 for ; Wed, 13 Oct 2021 22:01:42 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229754AbhJMWDp (ORCPT ); Wed, 13 Oct 2021 18:03:45 -0400 Received: from namei.org ([65.99.196.166]:56432 "EHLO mail.namei.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230142AbhJMWDo (ORCPT ); Wed, 13 Oct 2021 18:03:44 -0400 Received: from localhost (localhost [127.0.0.1]) by mail.namei.org (Postfix) with ESMTPS id 3D4854A2; Wed, 13 Oct 2021 21:51:54 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 mail.namei.org 3D4854A2 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=namei.org; s=2; t=1634161914; bh=crwpcPDPfqhOEItFpX0KQi8ZF7K7m6bms2MCaFaNIAk=; h=Date:From:To:cc:Subject:In-Reply-To:References:From; b=uaJyrL4nFIHwsOyxj4ZPfHHPzqj9fktEdNEdEwESQOXuBr5Hzi1FSXnJB+eypVVD6 MSxFAp8K/B8azKTr08x0kca/hPf9/5R79sI5Nma7DdxBvueVzmPXizM4QvzeHJ0aeL AZ0feRt3/jsNT68hfzBlV1e7bi3vQzySTWSKQUDk= Date: Thu, 14 Oct 2021 08:51:54 +1100 (AEDT) From: James Morris To: Paul Moore cc: Kees Cook , linux-kernel@vger.kernel.org, "Serge E. Hallyn" , Casey Schaufler , KP Singh , linux-security-module@vger.kernel.org, kernel test robot , linux-hardening@vger.kernel.org Subject: Re: [PATCH] LSM: Avoid warnings about potentially unused hook variables In-Reply-To: Message-ID: References: <20211013172847.1196305-1-keescook@chromium.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Precedence: bulk List-ID: On Wed, 13 Oct 2021, Paul Moore wrote: > Looks reasonable to me, thanks Kees. Unless James wants to pick this > up for the security tree, I can pull this into the SElinux tree with > the io_uring change which is causing the testing robot to complain. > > Acked-by: Paul Moore Sounds good. Acked-by: James Morris -- James Morris