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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 12E94C38142 for ; Sat, 28 Jan 2023 16:48:53 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231750AbjA1Qsw (ORCPT ); Sat, 28 Jan 2023 11:48:52 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47610 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229530AbjA1Qsq (ORCPT ); Sat, 28 Jan 2023 11:48:46 -0500 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4235623864 for ; Sat, 28 Jan 2023 08:48:03 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1674924482; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=I1EjAIx8G7GhvdK7BBuhDAeV72p2jMNx9oprxbDgh0U=; b=QPrwqy5WGcgzGw5r9uEdpe2ZtDDjrgoZBBc8+8MdNedaB+sJRPnFHPEm5XzyoEsTyOVZLR AYe6hf9BL3F/9tRIYVJabwzuN5/OtjY0/A8z8z9syiSnJADQ6UT09GRFy01QpAlKG/kMcg Ioa5WzBGoiW4Ol6Fxr4RpZzViLqUt2E= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-274-uGIAixPTNFWHG9av_Chc4Q-1; Sat, 28 Jan 2023 11:47:58 -0500 X-MC-Unique: uGIAixPTNFWHG9av_Chc4Q-1 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.rdu2.redhat.com [10.11.54.2]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 30A03185A78B; Sat, 28 Jan 2023 16:47:58 +0000 (UTC) Received: from x2.localnet (unknown [10.22.8.91]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 82425400F8F0; Sat, 28 Jan 2023 16:47:57 +0000 (UTC) From: Steve Grubb To: Jens Axboe , Paul Moore Cc: Richard Guy Briggs , Linux-Audit Mailing List , LKML , io-uring@vger.kernel.org, Eric Paris , Stefan Roesch , Christian Brauner , Pavel Begunkov Subject: Re: [PATCH v1 0/2] two suggested iouring op audit updates Date: Sat, 28 Jan 2023 11:47:56 -0500 Message-ID: <12151218.O9o76ZdvQC@x2> Organization: Red Hat In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="UTF-8" X-Scanned-By: MIMEDefang 3.1 on 10.11.54.2 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Friday, January 27, 2023 5:53:24 PM EST Paul Moore wrote: > On Fri, Jan 27, 2023 at 5:46 PM Jens Axboe wrote: > > On 1/27/23 3:38=E2=80=AFPM, Paul Moore wrote: > > > On Fri, Jan 27, 2023 at 2:43 PM Jens Axboe wrote: > > >> On 1/27/23 12:42=E2=80=AFPM, Paul Moore wrote: > > >>> On Fri, Jan 27, 2023 at 12:40 PM Jens Axboe wrote: > > >>>> On 1/27/23 10:23=E2=80=AFAM, Richard Guy Briggs wrote: > > >>>>> A couple of updates to the iouring ops audit bypass selections > > >>>>> suggested in consultation with Steve Grubb. > > >>>>>=20 > > >>>>> Richard Guy Briggs (2): > > >>>>> io_uring,audit: audit IORING_OP_FADVISE but not IORING_OP_MADVI= SE > > >>>>> io_uring,audit: do not log IORING_OP_*GETXATTR > > >>>>> =20 > > >>>>> io_uring/opdef.c | 4 +++- > > >>>>> 1 file changed, 3 insertions(+), 1 deletion(-) > > >>>>=20 > > >>>> Look fine to me - we should probably add stable to both of them, > > >>>> just to keep things consistent across releases. I can queue them up > > >>>> for 6.3. > > >>>=20 > > >>> Please hold off until I've had a chance to look them over ... > > >>=20 > > >> I haven't taken anything yet, for things like this I always let it > > >> simmer until people have had a chance to do so. > > >=20 > > > Thanks. FWIW, that sounds very reasonable to me, but I've seen lots > > > of different behaviors across subsystems and wanted to make sure we > > > were on the same page. > >=20 > > Sounds fair. BTW, can we stop CC'ing closed lists on patch > > submissions? Getting these: > >=20 > > Your message to Linux-audit awaits moderator approval > >=20 > > on every reply is really annoying. >=20 > We kinda need audit related stuff on the linux-audit list, that's our > mailing list for audit stuff. >=20 > However, I agree that it is crap that the linux-audit list is > moderated, but unfortunately that isn't something I control (I haven't > worked for RH in years, and even then the list owner was really weird > about managing the list). Occasionally I grumble about moving the > kernel audit development to a linux-audit list on vger but haven't > bothered yet, perhaps this is as good a reason as any. >=20 > Richard, Steve - any chance of opening the linux-audit list? Unfortunately, it really has to be this way. I deleted 10 spam emails=20 yesterday. It seems like some people subscribed to this list are compromise= d.=20 Because everytime there is a legit email, it's followed in a few seconds by= a=20 spam email. Anyways, all legit email will be approved without needing to be subscribed. =2DSteve