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.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS 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 129B7C48BCF for ; Wed, 9 Jun 2021 02:46:55 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id ED07D61078 for ; Wed, 9 Jun 2021 02:46:54 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235374AbhFICss (ORCPT ); Tue, 8 Jun 2021 22:48:48 -0400 Received: from mail-ej1-f49.google.com ([209.85.218.49]:37379 "EHLO mail-ej1-f49.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232225AbhFICsr (ORCPT ); Tue, 8 Jun 2021 22:48:47 -0400 Received: by mail-ej1-f49.google.com with SMTP id ce15so35924422ejb.4 for ; Tue, 08 Jun 2021 19:46:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=paul-moore-com.20150623.gappssmtp.com; s=20150623; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=dMJAIATDxck3lPc2v/vOyqYIyHEjWVevdw28uBnRll8=; b=vJCu8FkaI6OA/S5WUg8dM66mAya65Fay5hA/eiMY3Lre1NFLuBR0GAu7PbHt8SbNuJ 3YxhvjAdYnFhw3cd6RDn4UKhXeuZzOKQfLKns9hAAtwpeDi3dt518h/j2QA7MZh7MYCi vwgUF+67Jw+sjHIq0nD6k7r7cSn48p3v2T3HFi/z6QgtAUEyMPZtkav5Wy80oAsGLE2O PqFJsyaViE7igCLWDnI6QZn7CKnYPtKIF0UpZAGwaHYcuD7wWL6x/HpU0U7WGvfkeOsL OJftkhEHQH1/uRA5GDUWCh9MO6LuUVLaWWbhUiCd702ZrvrmQYQuxElBUN2sztqmw+RA 3+yQ== 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=dMJAIATDxck3lPc2v/vOyqYIyHEjWVevdw28uBnRll8=; b=mEe5Vz0dKhK8aJOB/HwiXxVYDXCEbomSaUHpegZjcX2rOtbeqh7yZ7tiXZ8PPJQGWZ XxpsmG6rQipWiUIJ9RS7XO9TErohodHBReLIzw8K2ynkPOsOpj5j1FGiEPeK2fDMaHD4 rVHS2beoS/Su/aELQZgfpki126DWGuW6Chs7PPIfQqjLsn2NY3peA9KXMcMS7aSgeFc9 hY5w99tMV4DKyfUJ3Jb0GgcuO27Ok+mob+5/XSsDZ15QvTULxH5LDwbW2pYrbHv0tR65 nA1+AWQmzcOBI9tgrL8mciylDYWFTCTINJ/q+xflaqwMeErZdnt+9FSQPO2JZyIjhpJF KjUA== X-Gm-Message-State: AOAM532Dnc+VXvAU7SzH7vJ3eoMK7x+ikU62wvPQ1/1zfa7alt6byZpM nhkOBvvFGXAIdyhfK8sFpj0N7jdaFWctOnXrmIuk X-Google-Smtp-Source: ABdhPJzL9fIDlYNo3jdwZcRjedeaqhqbGqBRlphCAKBf6dCq1NoGxNou4DjDXOr7lSmB1qXBkGhxlEz2kFZPkYJnhXQ= X-Received: by 2002:a17:906:4111:: with SMTP id j17mr25998733ejk.488.1623206738453; Tue, 08 Jun 2021 19:45:38 -0700 (PDT) MIME-Version: 1.0 References: <3a2903574a4d03f73230047866112b2dad9b4a9e.1622467740.git.rgb@redhat.com> <20210608125504.GA2268484@madcap2.tricolour.ca> In-Reply-To: <20210608125504.GA2268484@madcap2.tricolour.ca> From: Paul Moore Date: Tue, 8 Jun 2021 22:45:27 -0400 Message-ID: Subject: Re: [PATCH 1/2] audit: add filtering for io_uring records, addendum To: Richard Guy Briggs Cc: Jens Axboe , selinux@vger.kernel.org, linux-security-module@vger.kernel.org, linux-audit@redhat.com, Kumar Kartikeya Dwivedi , linux-fsdevel@vger.kernel.org, io-uring@vger.kernel.org, Alexander Viro Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-fsdevel@vger.kernel.org On Tue, Jun 8, 2021 at 8:55 AM Richard Guy Briggs wrote: > I should have been more explicit. The intent was to have the fixes > incorporated directly into your patches since they aren't committed in > any public tree yet, exactly for bisect reasons ... No worries, thanks for the clarification Richard. I just wanted to make sure since the contribution format was a bit unusual given the context :) Regardless, thanks again for the feedback, I'll get this incorporated. -- paul moore www.paul-moore.com