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 210B33375C5 for ; Mon, 18 Aug 2025 15:58:48 +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=1755532729; cv=none; b=dbj5VZQVGyoXPsrZ1ITPQlgwJHxWDOIjcmME7Ctg5RkK0v1JOGgr7KnSiY3feQmwsxVzCliEzBpzicE/KVQsCALbJYLIn1MuJst+mSKD1ZihIAE9TdQJVfsQCzLBP7M4DQAu1cUm73/U74zBGWmc50QWoo9CWAYBfuzld6dnR4Y= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1755532729; c=relaxed/simple; bh=Eyk/8KcuB2Eqn02m/EzbFHs8Iv80eOgBTxEoyfSTwOI=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=soYhMlRPXCvL75rUndr9Hx3nKR8bmKEh496RQD61oW1ziSf4CeHWXodZt3D65R+CBELy5sZgffiNmuTpocks1wb4+QmV43h//YKS2VgXvFINhzwUtNgJALAzyoIJdjUd16/eWkD4tnFHwezz9HppxgVjcRLQWV8jbBjjvPnmf9s= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=gwZXd/gX; 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="gwZXd/gX" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 11343C4CEEB; Mon, 18 Aug 2025 15:58:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1755532728; bh=Eyk/8KcuB2Eqn02m/EzbFHs8Iv80eOgBTxEoyfSTwOI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=gwZXd/gXbkSnjMMAV5HKt7j0oH3pyYfw7ec74oy20C1nGs6Rddm1MUmqMJGgN7m/G AT7D8g9sf4U8RYyNJm+ExF9Mov6h02zqZ5uWAa4XGetQnSf9NXa2yd812j9iEYNIF5 jpxiBqmgZRy5u8hxAuDqIuuk/YkiFQColRIjO4OU= Date: Mon, 18 Aug 2025 17:58:45 +0200 From: Greg KH To: "Christoph Lameter (Ampere)" Cc: vbabka@suse.cz, harry.yoo@oracle.com, roman.gushchin@linux.dev, stable@vger.kernel.org Subject: Re: FAILED: patch "[PATCH] mm, slab: restore NUMA policy support for large kmalloc" failed to apply to 6.1-stable tree Message-ID: <2025081809-taekwondo-blimp-2d91@gregkh> References: <2025081818-skilled-timid-4660@gregkh> 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, Aug 18, 2025 at 08:07:30AM -0700, Christoph Lameter (Ampere) wrote: > The breakage was introduced in 6.1 So maybe the fix is not needed? If it is broken in 6.1, then yes, it needs to be fixed in 6.1.y :) thanks, greg k-h