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 7B31EFA3741 for ; Mon, 31 Oct 2022 19:31:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229940AbiJaTbP (ORCPT ); Mon, 31 Oct 2022 15:31:15 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47216 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229546AbiJaTbM (ORCPT ); Mon, 31 Oct 2022 15:31:12 -0400 Received: from zeniv.linux.org.uk (zeniv.linux.org.uk [IPv6:2a03:a000:7:0:5054:ff:fe1c:15ff]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 04F6712611; Mon, 31 Oct 2022 12:31:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=linux.org.uk; s=zeniv-20220401; 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=rviBbapsFxtWmQob7Vnc9MthAUgA4/FDwFEapwwXp1U=; b=sSBvc8kL9xrdIC44Mbm9uYQqrW co7WSoKvJybAqXUBX1LBmFMeTmWyIGD+1kErq91jUnPZFujZhKb+6llEtinYR1dK45QUHGBupOl5e EfD+8I9uLohRmzdVCHBbzlBf6iDrfrGt6z3t96mwPAD5eozatX52S7G3m55X9rW1Mx7qE4aCfUtPi ueQDlcHoFzxOqvKORJDAsYtBqE114/X89+62r5zt2wYfaios15U6E0lYbSnnmtQxoa1C/W/0oSoh0 SmdbbFyBVDEFZ+Ew34Q4sLotc5TUw7v+MJtV8NAKZZFL0fSTg8R2cZ9xdZdZp5Qdbmq2gbzXMW0hA EgoV3tqg==; Received: from viro by zeniv.linux.org.uk with local (Exim 4.96 #2 (Red Hat Linux)) id 1opaV1-00Gm7q-2i; Mon, 31 Oct 2022 19:31:07 +0000 Date: Mon, 31 Oct 2022 19:31:07 +0000 From: Al Viro To: Linus Torvalds Cc: Jann Horn , Miklos Szeredi , linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org, Will Deacon Subject: Re: [PATCH v2] fs: use acquire ordering in __fget_light() Message-ID: References: <20221031175256.2813280-1-jannh@google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: Al Viro Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Oct 31, 2022 at 12:07:36PM -0700, Linus Torvalds wrote: > On Mon, Oct 31, 2022 at 11:48 AM Al Viro wrote: > > > > Anyway, it's unrelated to the patch itself. I'm fine with it in the current > > form. Will apply for the next merge window, unless Linus wants it in right > > now. > > It doesn't strike me as hugely critical, so I'm fine with it being put > in any random pile of "fixes to be applied" as long as it doesn't get > lost entirely. But if y ou have a "fixes" branch that may end up > coming to me before this release is over, that's not the wrong place > either. Applied to #fixes and pushed out...