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 4999EC54EAA for ; Fri, 27 Jan 2023 23:10:46 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232726AbjA0XKo (ORCPT ); Fri, 27 Jan 2023 18:10:44 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58826 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231975AbjA0XKm (ORCPT ); Fri, 27 Jan 2023 18:10:42 -0500 Received: from mail-pl1-x632.google.com (mail-pl1-x632.google.com [IPv6:2607:f8b0:4864:20::632]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0DAC8FF3C for ; Fri, 27 Jan 2023 15:10:41 -0800 (PST) Received: by mail-pl1-x632.google.com with SMTP id v23so6483422plo.1 for ; Fri, 27 Jan 2023 15:10:41 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel-dk.20210112.gappssmtp.com; s=20210112; h=content-transfer-encoding:in-reply-to:from:references:cc:to :content-language:subject:user-agent:mime-version:date:message-id :from:to:cc:subject:date:message-id:reply-to; bh=EntdOLcS7rI9knFAWkzoXYdckCvZIyQDgx0uXCkNU2k=; b=K6qzUedKgblRp8t8bzWpsSDeyFo4z1ieLkO7Uz+wOr1TvPS5Ni0SzHWIsk1ZCUFSK4 9gQIgBnws/yLr+lKzPWWW5fFPIpUiJFOS1qu/UZ5FIqjhaDMKZhddr2ccG12mCzaF8Yb uLkIbWXklkMMmbFaI/w7kBt4fi4GHvlPihER3iCiZpxGmT9XXdqrTj7hGUBdcpw+nBav cSIy3Q/93kI0qlez3EIBHFc3fkNo8Qg9YT5NcnIsq7vnibcDuG44vr9vdM1P1fEnP+pp 38uYU2gQ/EH44diSLWP4rI5mOa9ycuA9euLYRZi8L0ofDW4oT16OYO8+FPo8UuOzFXB0 dHrQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:in-reply-to:from:references:cc:to :content-language:subject:user-agent:mime-version:date:message-id :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=EntdOLcS7rI9knFAWkzoXYdckCvZIyQDgx0uXCkNU2k=; b=3p6KNyeghxNWXZs0uehN1mWMQRQwSEpNxOOwXIuoxbQtSdFOubhcePdVP7Gwg4J33t RzPuC2rYCm28ME25rrKhKa1g7bdlNWCCV+58LwKLhxGld9WbBgaj377QPdCUxaCy2NXy TRYsmRqyVEdoGFMrKX1eavCIoFSmvMcekDbjq4OhxSnW+T4MUNblfHYEoLVuBTe2vgY7 KXfBsP6WtMmrNdKAcroOMu4hnji0F9gLBTOSj95K3q6R0IcKES312hfPA/jqXPwtQvd9 +afIvnoQnm2K3XwilxK5IbX09kohM8MRu95HPsp7jBd6hVK00rLaDT/UciEzrZxeH+kz f9JA== X-Gm-Message-State: AO0yUKWs6jNJODHacHJNzIJ9ejo7NiFr5FlQdx8cfAuG5jnqFnhCgzot U3/CSBEgXP4EQ9DLzQ8dQvyQTQ== X-Google-Smtp-Source: AK7set/lFgZctNO6xhXfv8SsT6QA9EH+m5gtjjoBeb2+VQKnSt0Te0W6fhWp+zsBySEKIbREpI9VaA== X-Received: by 2002:a17:902:e549:b0:196:6308:c9d3 with SMTP id n9-20020a170902e54900b001966308c9d3mr252076plf.0.1674861040463; Fri, 27 Jan 2023 15:10:40 -0800 (PST) Received: from [192.168.1.136] ([198.8.77.157]) by smtp.gmail.com with ESMTPSA id g5-20020a1709026b4500b0019479636f84sm3387314plt.11.2023.01.27.15.10.39 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Fri, 27 Jan 2023 15:10:39 -0800 (PST) Message-ID: <1baacdfb-0b40-28be-3e46-049013d92bb4@kernel.dk> Date: Fri, 27 Jan 2023 16:10:38 -0700 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux aarch64; rv:102.0) Gecko/20100101 Thunderbird/102.6.0 Subject: Re: [PATCH v1 0/2] two suggested iouring op audit updates Content-Language: en-US To: Paul Moore Cc: Richard Guy Briggs , LKML , io-uring@vger.kernel.org, Eric Paris , Steve Grubb , Stefan Roesch , Christian Brauner , Pavel Begunkov References: <24fbe6cb-ee80-f726-b260-09f394ead764@kernel.dk> <7904e869-f885-e406-9fe6-495a6e9790e4@kernel.dk> From: Jens Axboe In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 1/27/23 4:08 PM, Paul Moore wrote: > On Fri, Jan 27, 2023 at 6:02 PM Jens Axboe wrote: >> On 1/27/23 3:53 PM, Paul Moore wrote: >>> On Fri, Jan 27, 2023 at 5:46 PM Jens Axboe wrote: >>>> On 1/27/23 3:38 PM, Paul Moore wrote: >>>>> On Fri, Jan 27, 2023 at 2:43 PM Jens Axboe wrote: >>>>>> On 1/27/23 12:42 PM, Paul Moore wrote: >>>>>>> On Fri, Jan 27, 2023 at 12:40 PM Jens Axboe wrote: >>>>>>>> On 1/27/23 10:23 AM, Richard Guy Briggs wrote: >>>>>>>>> A couple of updates to the iouring ops audit bypass selections suggested in >>>>>>>>> consultation with Steve Grubb. >>>>>>>>> >>>>>>>>> Richard Guy Briggs (2): >>>>>>>>> io_uring,audit: audit IORING_OP_FADVISE but not IORING_OP_MADVISE >>>>>>>>> io_uring,audit: do not log IORING_OP_*GETXATTR >>>>>>>>> >>>>>>>>> io_uring/opdef.c | 4 +++- >>>>>>>>> 1 file changed, 3 insertions(+), 1 deletion(-) >>>>>>>> >>>>>>>> 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. >>>>>>> >>>>>>> Please hold off until I've had a chance to look them over ... >>>>>> >>>>>> I haven't taken anything yet, for things like this I always let it >>>>>> simmer until people have had a chance to do so. >>>>> >>>>> 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. >>>> >>>> Sounds fair. BTW, can we stop CC'ing closed lists on patch >>>> submissions? Getting these: >>>> >>>> Your message to Linux-audit awaits moderator approval >>>> >>>> on every reply is really annoying. >>> >>> We kinda need audit related stuff on the linux-audit list, that's our >>> mailing list for audit stuff. >> >> Sure, but then it should be open. Or do separate postings or something. >> CC'ing a closed list with open lists and sending email to people that >> are not on that closed list is bad form. > > Agree, that's why I said in my reply that it was crap that the > linux-audit list is moderated and asked Richard/Steve to open it up. And thanks for that, I just skipped it in the reply as it wasn't for me. -- Jens Axboe