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 8FF5648695D for ; Thu, 8 Jan 2026 11:07:24 +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=1767870444; cv=none; b=AZjdyTDSMTNCNwxUiHCtj4fy7knmap0QrMB9SJqZsb3qoSLhFa0yiF/0SnneOLdBewTYBBP/gaqbkk2DbIl0PvHpJTXbj7wMN6SbyWg0vWXFYPB0EcmKZhFNzTryT68rak6UcQCQpjPy0s0nFf19sW4HjDQJvBAExJUGPfyy2lU= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1767870444; c=relaxed/simple; bh=liq+GdjYI0by+wF9p0Fa+ty1m6hASgGa1b5yDXI+Pd4=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=jWS8GnZa67ZRyBvpDyi1zGIyVfCIZh2SuBCu7xfrhKoTWQtiuOfD1yzsgg2dX2OVVdpNwsCOEKLQ7pTsCT3XxXXSH6z/d0+zaMRvxsuGyNXebjvk1OPHbOieve2SYEL0vNXL6CjRBy2Oa6wYINkeU6t7DBwlGo/n/cryhrGTos4= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=saRz9EMw; 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="saRz9EMw" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 6226EC116C6; Thu, 8 Jan 2026 11:07:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1767870443; bh=liq+GdjYI0by+wF9p0Fa+ty1m6hASgGa1b5yDXI+Pd4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=saRz9EMw/LHtksXCEnkmUeXGIJS08Nfk2A0/kPZoaFpkJInGAxFuy9gjS51/IYp69 6N1y9pBBIIyjTd+w55DgiNGi6h8jX0WcCgW16mIsmlsfyP6bPvzw1h9UQlQFky8aGB jX0+UvvepvM4q7lNKwF2pLVSSEkPEMdGi1+t2j30= Date: Thu, 8 Jan 2026 12:07:20 +0100 From: Greg KH To: Jingbo Xu Cc: sashal@kernel.org, stable@vger.kernel.org Subject: Re: [6.6-stable 0/2] mm: two fixes for bdi min_ratio and max_ratio knob Message-ID: <2026010849-omission-sublet-23e3@gregkh> References: <20251211023507.82177-1-jefflexu@linux.alibaba.com> 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: <20251211023507.82177-1-jefflexu@linux.alibaba.com> On Thu, Dec 11, 2025 at 10:35:05AM +0800, Jingbo Xu wrote: > Have no idea why stable branch missed the "fix" tag. Because that does not guarantee a patch will ever be backported. See: https://www.kernel.org/doc/html/latest/process/stable-kernel-rules.html for how to do this properly in the future. thanks, greg k-h