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 F084878F3E for ; Mon, 30 Mar 2026 05:44:46 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1774849487; cv=none; b=Ey8BsuHyaBshIW1hJxkm8vYj39Oj7jJdP2HPz/Ly53pHwSrSqar/WUpFYdVpl/FDbNwbXo8GjqB6cIz4Y7Y0KsCe9erx+5yXqmjtIiPp5pAccP90mxIws44n1GvhwbzmgsKRmJDkJEKNHB02XVkdn1oB1jC5mIxVaAT00QO2nzY= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1774849487; c=relaxed/simple; bh=RRP5lHa8SycofvQEYmmVKXX6Q6Hn58STSjh9L9/I0Pc=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=SL2thoR3kle1LvXRPgN3eeWE2dvIpgt87Porz6ov1RYrlCPlp0vyrVk8DvlnZcK2WngSqTAAoxtmpAl61DHV89Zs044xvEybSU3VqM6Uhpr35xxM6ye5QfDCgjzCMAmyxoifLoYxmbGDPwRQ4Alh+siw+HnpQ4oPeX5ocoaGfd8= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=BLRHBseS; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="BLRHBseS" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 369FEC4CEF7; Mon, 30 Mar 2026 05:44:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1774849486; bh=RRP5lHa8SycofvQEYmmVKXX6Q6Hn58STSjh9L9/I0Pc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=BLRHBseSOsRtoZuh2ASphpxZBlyojJHRy75x6kq0Sl+QNC8ZEYcYXwrLqGB5Pb6dr GRahT+Unv/kqrD35X/xK+UBz8mNGmyngrT0d7gOdpJF6S+hOy9QCzGRneNtZf9+9/t UxfTWwQ9pGQXS34UNNWuKtoOnh5xTFO9VDcTnj2k= Date: Mon, 30 Mar 2026 07:44:38 +0200 From: Greg KH To: Jiucheng Xu Cc: stable@vger.kernel.org, tuan.zhang@amlogic.com, jianxin.pan@amlogic.com Subject: Re: erofs: add GFP_NOIO in the bio completion if needed Message-ID: <2026033056-uncapped-molar-9052@gregkh> References: Precedence: bulk X-Mailing-List: stable@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: On Mon, Mar 30, 2026 at 11:08:32AM +0800, Jiucheng Xu wrote: > Dear 5.15.y and 6.12.y maintainers, > > An erofs patch should be backported from upstream mainline to the stable > 5.15.y and 6.12.y branch. The patch's information is shown as below: > > [Subject] > erofs: add GFP_NOIO in the bio completion if needed > > [Upstream commit ID] > c23df30915f83e7257c8625b690a1cece94142a0 > > [Kernel version] > 5.15.y > 6.12.y Why not earlier versions, and also the versions in between those releases? I've done so now :) thanks, greg k-h