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 43757CD80AB for ; Tue, 10 Oct 2023 11:27:55 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230374AbjJJL1y (ORCPT ); Tue, 10 Oct 2023 07:27:54 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46748 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229921AbjJJL1y (ORCPT ); Tue, 10 Oct 2023 07:27:54 -0400 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7502994 for ; Tue, 10 Oct 2023 04:27:51 -0700 (PDT) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 9C561C433CA; Tue, 10 Oct 2023 11:27:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1696937271; bh=5sE5gUILKS6QhHBpP8Exty2NmNy9zwTSLu679olXZiQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=gVufBcV3Mw/7ZVyzPyO2D+YniZukJwDNmGRoa6dyxloIU2Z8yGeStTV3tAi5LQHL9 atlgy13UlB/oRXKmDuPfSdj3qpE5R5OCzcuW9uLUY2Z58rrYJmdoZ3501dOc54QhYO Ey/qHW9OiWcBtVGYwZ0cfGbMEG6DgPUim59XUD6o= Date: Tue, 10 Oct 2023 13:27:48 +0200 From: Greg Kroah-Hartman To: Qu Wenruo Cc: stable@vger.kernel.org, patches@lists.linux.dev, Anand Jain , David Sterba Subject: Re: [PATCH 4.19 70/91] btrfs: reject unknown mount options early Message-ID: <2023101008-percolate-sterile-1391@gregkh> References: <20231009130111.518916887@linuxfoundation.org> <20231009130113.943075052@linuxfoundation.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Tue, Oct 10, 2023 at 07:23:15PM +1030, Qu Wenruo wrote: > > > On 2023/10/9 23:36, Greg Kroah-Hartman wrote: > > 4.19-stable review patch. If anyone has any objections, please let me know. > > Please reject the patch from all stable branches (if that's not yet too > late). > > The rejection is too strict, especially the check is before the security > mount options, thus it would reject all security mount options. This is queued up in all stable -rc releases right now, is there a fix in Linus's tree for this as well or is it broken there too? thanks, greg k-h