From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by smtp.subspace.kernel.org (Postfix) with ESMTP id DC245339868; Tue, 17 Feb 2026 13:58:40 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=217.140.110.172 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1771336721; cv=none; b=V++ot6gPNg53IyZex0LccMbOtx2J9UXw32m7aCpWnkMTyZ5/zBJEsMY4yhKwApYp28Uq+Buok22DjE3Klqo6VrCK4IWYnHlTZum9cnRq9wN73Wx7+uzdyBvPMTcD7Y5jmuZ34qEPgXlF5nQjOyVtgdRz7+iROijJ+EVYJjYU2f0= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1771336721; c=relaxed/simple; bh=Oy9HSuzXN4AIsY7ks5K+SiarS60oNpRLrBSoD9RybvA=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=f47GFoWkL1NejdRHofOb3ai0eb34Jm7P/MJb+eHri40DiZ4V5UmV4TfY6IqDSYppTZOAgnXS3I62VEQT2yaPXYZHFR/T/aldSpMqNcM7MdWF0x1yixULyT8iJZmGrmj2YekuJH+hvKlBy2RnhAH9VJN/4uNlGD0NWBe2jbJV0zk= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=arm.com; spf=pass smtp.mailfrom=arm.com; arc=none smtp.client-ip=217.140.110.172 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=arm.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=arm.com Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id E9F501477; Tue, 17 Feb 2026 05:58:33 -0800 (PST) Received: from [10.1.30.186] (XHFQ2J9959.cambridge.arm.com [10.1.30.186]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 92D203F632; Tue, 17 Feb 2026 05:58:38 -0800 (PST) Message-ID: <17c9efaf-6c33-4485-bde2-345cc15ac000@arm.com> Date: Tue, 17 Feb 2026 13:58:36 +0000 Precedence: bulk X-Mailing-List: stable@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH 6.6 0/3] arm64: Speed up boot with faster linear map creation Content-Language: en-GB To: Greg KH Cc: stable@vger.kernel.org, catalin.marinas@arm.com, will@kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Jack Aboutboul , Sharath George John , Noah Meyerhans , Jim Perrin References: <20260217133411.2881311-1-ryan.roberts@arm.com> <2026021700-chafe-jurist-cb24@gregkh> From: Ryan Roberts In-Reply-To: <2026021700-chafe-jurist-cb24@gregkh> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit On 17/02/2026 13:50, Greg KH wrote: > On Tue, Feb 17, 2026 at 01:34:05PM +0000, Ryan Roberts wrote: >> Hi All, >> >> This series is a backport that applies to stable kernel 6.6 (base v6.6.126), for >> some speed ups to enable significantly faster booting on systems with a lot of >> memory. The patches were originally posted at: >> >> https://lore.kernel.org/linux-arm-kernel/20240412131908.433043-1-ryan.roberts@arm.com/ >> >> ... and were originally merged upstream in v6.10-rc1. >> >> I'm requesting this be merged to stable on behalf of a partner who wants to get >> the benefit of this series in Debian 12. > > Why can't they just use a newer kernel version (i.e. 6.12)? Surely they > would be able to justify moving to a newer kernel for performance > reasons, why enable them to stay on an older one, just delaying the > inevitable upgrade they will have to do anyway in a year or so? I can't answer this presicely, but I did ask and push for that approach. As I understand it, they are stuck with Debian 12, which is stuck with kernel 6.1. The Debian maintainer apparently requested that these go through stable in order to get them into Debian 12. Thanks, Ryan > > thanks, > > greg k-h