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 0829CC83F3F for ; Mon, 4 Sep 2023 14:53:56 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1350281AbjIDOx5 (ORCPT ); Mon, 4 Sep 2023 10:53:57 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41308 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229473AbjIDOx4 (ORCPT ); Mon, 4 Sep 2023 10:53:56 -0400 Received: from sin.source.kernel.org (sin.source.kernel.org [IPv6:2604:1380:40e1:4800::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2C6E4CCB; Mon, 4 Sep 2023 07:53:53 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by sin.source.kernel.org (Postfix) with ESMTPS id 866ABCE0D92; Mon, 4 Sep 2023 14:53:51 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 79494C433C7; Mon, 4 Sep 2023 14:53:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1693839229; bh=N1ZO/sEN5PRV9mYOstLjuIKb7nLtDIy62skz/gcItHA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=AAW5XNSIpXzT9q9alS57cEzZheZE0o7BsFlOQyenYWQz0b2xlZc87Kjz29aoxYzaR GxmTb7LVg/dmGFCAZHWriFApJW6HvuGRT9VQod7D3nBzd4JaeJ3aF+uO5cJsxn/Biy Ve0HV4HaXJ/x+B873+n37eZoMwm6kLfXzQFTxYJ4= Date: Mon, 4 Sep 2023 15:53:46 +0100 From: Greg KH To: =?iso-8859-1?Q?Andr=E9?= Draszik Cc: linux-kernel@vger.kernel.org, =?iso-8859-1?Q?Andr=E9?= Draszik , stable@vger.kernel.org Subject: Re: [PATCH] Revert "fuse: Apply flags2 only when userspace set the FUSE_INIT_EXT" Message-ID: <2023090404-ravine-armhole-740d@gregkh> References: <20230904125912.102225-1-git@andred.net> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20230904125912.102225-1-git@andred.net> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Sep 04, 2023 at 01:59:12PM +0100, André Draszik wrote: > From: André Draszik > > This reverts commit 3066ff93476c35679cb07a97cce37d9bb07632ff. > > This patch breaks all existing userspace by requiring updates as > mentioned in the commit message, which is not allowed. > > Revert to restore compatibility with existing userspace > implementations. > > Cc: > Signed-off-by: André Draszik > --- > fs/fuse/inode.c | 5 +---- > 1 file changed, 1 insertion(+), 4 deletions(-) You forgot to cc: the original author of this change :( With that, feel free to add: Acked-by: Greg Kroah-Hartman thanks, greg k-h