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 9BBB14C6C; Tue, 17 Feb 2026 13:50:18 +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=1771336218; cv=none; b=KQb/dCV9YgVIcCNBQ63/mL/rgvNxeUOV21iv4JO+DiHqdy/W63m0g9CKwP0U+EkCKi8MuOTumV7RmqfTeLCmGrbOqjDqPemi7v95pKIwhzukJSaWxCBRsoFpYApEugt2h3jmuccRFO0sY+OQ70HevoNhHi1uLX3Daq2YQAWfBs4= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1771336218; c=relaxed/simple; bh=Dfw9+j/itSiNkJGSOrHPlfOkShQBymFxhpeObmUl/NM=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=qx0OmIm2eIvmSIvYua9intiWq1XZ3kw5EpPv1Ia5tgzs5+dmZsJvetb01L58tJCeSCmn0hz31qJjWIMl+W9LXFEGIzCdgA7Sdu5jbcYNDhD703YqdwazbdG/gSo/WhYgHYB31dikAfYUwxe9lGK3xvTUXu8offDm619iS5Ms7cY= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=a+AXkeY4; 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="a+AXkeY4" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 45EBAC4CEF7; Tue, 17 Feb 2026 13:50:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1771336218; bh=Dfw9+j/itSiNkJGSOrHPlfOkShQBymFxhpeObmUl/NM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=a+AXkeY4FDzLfPe2bzC+HQQ17VtrouZtJ2AlK11HcCRFPJWWJJHvbTYuE/Zj2ZV3D RdtU7VtOVwtTJ+5/4LlIsFHn7kAUUXM0g/VQhHxSj3Z5PYVw8QQfJ7BshwPB/S/che 6wP73p6R4iQ7L1S7hBw2gCRPJWYac+9eKMmnzREw= Date: Tue, 17 Feb 2026 14:50:14 +0100 From: Greg KH To: Ryan Roberts 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 Subject: Re: [PATCH 6.6 0/3] arm64: Speed up boot with faster linear map creation Message-ID: <2026021700-chafe-jurist-cb24@gregkh> References: <20260217133411.2881311-1-ryan.roberts@arm.com> Precedence: bulk X-Mailing-List: linux-kernel@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: <20260217133411.2881311-1-ryan.roberts@arm.com> 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? thanks, greg k-h