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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id B5ADBC43334 for ; Fri, 15 Jul 2022 21:37:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231478AbiGOVhZ (ORCPT ); Fri, 15 Jul 2022 17:37:25 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42270 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230499AbiGOVhZ (ORCPT ); Fri, 15 Jul 2022 17:37:25 -0400 Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:3::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 793E2868BF; Fri, 15 Jul 2022 14:37:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=Sender:In-Reply-To:Content-Type: MIME-Version:References:Message-ID:Subject:Cc:To:From:Date:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=aLK1t9GhAjMei60rnYyortl9gHs4JAWuHopIYIhRu+g=; b=SbRxlZS9GJxZiAGRHooaWTHhNY t9N/w1sx1YPzgawH+7Lh9RH2FZVBgXuEISY4DI7LUcqvXSgL571d490626suoLNtowmfRXjYhvbSN O5zjyMJM2PZNzB2RkYJVO5KIs8oh6YGNTc1Ma+BhY7prd2lBiLyaVJL1oO+etXLubYWLpIi/FVCB+ 5hkkumrcoxZKD41+X7gEDOQMc7mLqOGPS0WkJxuHAy1JaL5tnh/MTypVugLb8gV5cboyTB6veKbLS jgBc4xf0rK7CTr28qWC4mEZBPHsHZ0lpsZawx82zwh6y3jvRR4Ez0SQXZCDH1vfVetZc7pTKAzCnP lLfDNIwg==; Received: from mcgrof by bombadil.infradead.org with local (Exim 4.94.2 #2 (Red Hat Linux)) id 1oCSzt-00AU7v-Mw; Fri, 15 Jul 2022 21:37:17 +0000 Date: Fri, 15 Jul 2022 14:37:17 -0700 From: Luis Chamberlain To: Jens Axboe Cc: Paul Moore , casey@schaufler-ca.com, joshi.k@samsung.com, linux-security-module@vger.kernel.org, io-uring@vger.kernel.org, linux-nvme@lists.infradead.org, linux-block@vger.kernel.org, a.manzanares@samsung.com, javier@javigon.com Subject: Re: [PATCH] lsm,io_uring: add LSM hooks to for the new uring_cmd file op Message-ID: References: <20220714000536.2250531-1-mcgrof@kernel.org> <711b10ab-4ac7-e82f-e125-658460acda89@kernel.dk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <711b10ab-4ac7-e82f-e125-658460acda89@kernel.dk> Sender: Luis Chamberlain Precedence: bulk List-ID: X-Mailing-List: io-uring@vger.kernel.org On Fri, Jul 15, 2022 at 02:00:36PM -0600, Jens Axboe wrote: > I did author the basic framework of it, but Kanchan took over driving it > to completion and was the one doing the posting of it at that point. And credit where due, that was a significant undertaking, and great collaboration. > It's not like I merge code I'm not aware of, we even discussed it at > LSFMM this year and nobody brought up the LSM oversight. Luis was there > too I believe. I brought it up as a priority to Kanchan then. I cringed at not seeing it addressed, but as with a lot of development, some things get punted for 'eventually'. What I think we need is more awareness of the importance of addressing LSMs and making this a real top priority, not just, 'sure', or 'eventually'. Without that wide awareness even those aware of its importance cannot help make LSM considerations a tangible priority. We can do this with ksummit, or whatever that's called these days, because just doing this at security conferences is just getting people preaching to the choir. We can also do this through sessions at different companies. Luis