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 95831C433F5 for ; Fri, 25 Feb 2022 20:30:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235992AbiBYUap (ORCPT ); Fri, 25 Feb 2022 15:30:45 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59244 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233880AbiBYUao (ORCPT ); Fri, 25 Feb 2022 15:30:44 -0500 Received: from mail-pl1-x636.google.com (mail-pl1-x636.google.com [IPv6:2607:f8b0:4864:20::636]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0A9A8203BFE for ; Fri, 25 Feb 2022 12:30:12 -0800 (PST) Received: by mail-pl1-x636.google.com with SMTP id x11so5723823pll.10 for ; Fri, 25 Feb 2022 12:30:12 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel-dk.20210112.gappssmtp.com; s=20210112; h=from:to:cc:in-reply-to:references:subject:message-id:date :mime-version:content-transfer-encoding; bh=ma9z/Vaet4cNibBLFUshjCbJ7RhLmRGmDBAidk2rjl4=; b=ZvPosqE1piSPRZUoxIztbYB69fGRRyeLsWxONElWVR37i/Ap2KhJev4WVvlQUtkAEy Sij2GlDgTJ5HDBY0NrjSNLQcc8Y1QF8+83PXHCxcKT1CygoE0T6hIPXAxWHqdLJm1spS cUncW/j/xwH5WGZ3OHFOMKcC9KF2j4M6TJ/JNGtzBRxWWPso+dHkdkYQNKFoZP0i5Qak e8PfCY1qcsowJijlHyrYkl6lRDQf5WANL0bWJuBzMUgVjMrkBEm5t0yiqi0i38vG9wt2 9lM/5MoUaOxIo6CS4TVb7mh06VYQnMMaOffSQ7cJrGlKnFmZOpoaaIK3n+qP2YNURlou CSaQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:in-reply-to:references:subject :message-id:date:mime-version:content-transfer-encoding; bh=ma9z/Vaet4cNibBLFUshjCbJ7RhLmRGmDBAidk2rjl4=; b=nuruQY/S6fAWGqbuDxJ6l54zVB+UZBr+o72WTPfFZkoaBx5DwjK2bo5tl4A5tg4NTT NHzxKkg97Ahj9TDRK7iKOyFy2k6F15mrR0ycQk0PfrRdT09hJXmNqCb1Guwc9B+vuozn uiu/R3BjJbBTh6HQLBRBtM1m5hdlM2gWauRWW2Q3UJ5dj1pwAZqyfg9Qt2SvbLU9Ud9q aGJI5jzEQCzgjF5SmTMtELGB/XA2JS3BUJN1YZwQe0k+4kjnSHAFH33jewjaLQAWdxgd 6x0oJM48DwTVbTKK7RpNPdFfOqAYv8qJ5rFxRnDF0k3LiqqhA7CN8k6qDpzqfYbPfwq9 E0Fw== X-Gm-Message-State: AOAM5329OfjiiFPi41V4hrLUEUjuGg5s2nw8w3QptH6r2ei1fLkaRjsO AheGA28R+Hykkb9khsGoWrLH/G+G13Xccw== X-Google-Smtp-Source: ABdhPJwyjnd+apDy5MI/WGOaTiaf3zRd4xwr8kucRv9gdSXCfpYIKalZM2EZts2dVT+2JObK6KW/dA== X-Received: by 2002:a17:90a:1d0:b0:1bc:73ac:6e3c with SMTP id 16-20020a17090a01d000b001bc73ac6e3cmr4935181pjd.204.1645821011321; Fri, 25 Feb 2022 12:30:11 -0800 (PST) Received: from [127.0.1.1] (cpe-72-132-29-68.dc.res.rr.com. [72.132.29.68]) by smtp.gmail.com with ESMTPSA id c15-20020a056a00248f00b004f10a245b83sm4344513pfv.73.2022.02.25.12.30.10 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 25 Feb 2022 12:30:10 -0800 (PST) From: Jens Axboe To: io-uring@vger.kernel.org, kernel-team@fb.com, linux-fsdevel@vger.kernel.org, Stefan Roesch Cc: m.szyprowski@samsung.com, viro@zeniv.linux.org.uk, rostedt@goodmis.org In-Reply-To: <20220225185326.1373304-1-shr@fb.com> References: <20220225185326.1373304-1-shr@fb.com> Subject: Re: [PATCH v4 0/1] io-uring: Make statx api stable Message-Id: <164582101037.3890.2475866668522000841.b4-ty@kernel.dk> Date: Fri, 25 Feb 2022 13:30:10 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: io-uring@vger.kernel.org On Fri, 25 Feb 2022 10:53:25 -0800, Stefan Roesch wrote: > One of the key architectual tenets of io-uring is to keep the > parameters for io-uring stable. After the call has been submitted, > its value can be changed. Unfortunaltely this is not the case for > the current statx implementation. > > Patch: > Part 1: fs: replace const char* parameter in vfs_statx and do_statx with > struct filename > Create filename object outside of do_statx and vfs_statx, so io-uring > can create the filename object during the prepare phase > > [...] Applied, thanks! [1/1] io-uring: Make statx API stable commit: c22368edfa24ec033f9328b3328aaa0349c15e6c Best regards, -- Jens Axboe