From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id EF4D227442 for ; Tue, 10 Oct 2023 15:25:43 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="nD3bPXpQ" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 01507C433C7; Tue, 10 Oct 2023 15:25:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1696951543; bh=vKtskxD5vy2rxXyzj9tKoA6R9P3r2fJ+wYMXhru0kH8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=nD3bPXpQn1fsiOoCobW4IK/Cdj//zjRtcGjNG2EtKXbtorXgCzphQYiBunBv0jMrF WmZklek2JgJaLSXLo+G175fjCT63E7/0kk1neoEwoqYvRpRNjqMg2WJAhAqbG46sO+ zkDwx/XtPxufOWD5LjuUyPMRfmkSsqBRR71tQ5NE= Date: Tue, 10 Oct 2023 17:25:40 +0200 From: Greg Kroah-Hartman To: David Sterba Cc: Qu Wenruo , 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: <2023101030-macarena-pastor-87bb@gregkh> References: <20231009130111.518916887@linuxfoundation.org> <20231009130113.943075052@linuxfoundation.org> <2023101008-percolate-sterile-1391@gregkh> <20231010125952.GA2211@suse.cz> Precedence: bulk X-Mailing-List: patches@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20231010125952.GA2211@suse.cz> On Tue, Oct 10, 2023 at 02:59:52PM +0200, David Sterba wrote: > On Tue, Oct 10, 2023 at 01:27:48PM +0200, Greg Kroah-Hartman wrote: > > 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? > > Yes it's broken there too, I'll send a revert. Ok, thanks, I'll go drop this from all stable queues right now. greg k-h