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 D951FC4743D for ; Wed, 9 Jun 2021 02:46:54 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id C107961040 for ; Wed, 9 Jun 2021 02:46:54 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235681AbhFICsr (ORCPT ); Tue, 8 Jun 2021 22:48:47 -0400 Received: from mail-ej1-f46.google.com ([209.85.218.46]:35446 "EHLO mail-ej1-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231668AbhFICsr (ORCPT ); Tue, 8 Jun 2021 22:48:47 -0400 Received: by mail-ej1-f46.google.com with SMTP id h24so35976250ejy.2 for ; Tue, 08 Jun 2021 19:46:39 -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=o/cuL4EAkJHhfLbPxZruO5tlxkReTYPQjIzXgVParV8jLTphAFZWevXR1ZMdneHJlX EHWOOdte2P8RfWwkK/efV1EghbP4bsvCAhj4csf/yrdw3mVyYXho22H5EIBHsgKuqQic nYBiQWs26GxoYkrr6/QvgrpWSfEp49L0rUo16J0lOohmzsR6EmhL0HX2o0irgfW3IzrZ S+ifoD96gNeanYNPet1pYO1hc86Lrj/eguN6jDFgVmwEe9ICuvewEyU7IX7g+VOr0QbO Hl9aj+n6q+TUxVRA/mCXY90JwC941mXoyyWU1wjBfk/IGEDQ3wBvy+tiONuF1pSxS3rU MvJg== X-Gm-Message-State: AOAM531A/E0/TfaUVoLOz5cYMLpaE09MDDrnJQPxVZlQ8hpiv9475oQ9 SvXxWxlAc48wl4oWwltsRvV4Iyn+osKGnolVxRJJA49c3g== 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: io-uring@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