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 5749C338581; Tue, 17 Feb 2026 14:10: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=1771337418; cv=none; b=XnLPIlS7ylbGCP8EQIcgMJG0aOwCUxNDxHq8LT0fv0nn4NiYyrj5XVwyQPFDigY1/+FXjcrF2b7mkbv34yrcWhRXhwcIkYDIDtct2mkf0arkoH3+HAFDm5uchNRIlfxBYaAUFp4hrKTUwly9Vvj5RDuUbb8RDXcWOXgoaMWp5nM= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1771337418; c=relaxed/simple; bh=vn1t/wW3tD+nyVk4FWbkz8/fkTB6j0/+tsYguCyWDPY=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=fnWb5IATM9W64fP3lJR7iu9vU9oOonehlPzTQpPVi9qj6KBRwRPfQpI+QrnmqPlzuNkzLuetvDVgXO3Qc5j+mMB9Ah+9prGLskcP6Fx1jAEga0/12QLYIM6l5Gpu8yjS3t0bBpxqnwnvLUcNxWPmoGnJfwlBngIFPLraNK94hy4= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=bUhUPeWf; 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="bUhUPeWf" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 7E285C4CEF7; Tue, 17 Feb 2026 14:10:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1771337418; bh=vn1t/wW3tD+nyVk4FWbkz8/fkTB6j0/+tsYguCyWDPY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=bUhUPeWfcoazn+gG7u/46Cx60IQd8Ndc8wZOE7vyOEXNFQlyt9HmKEPCBP4zGic83 gDekwlaVWrc/a51rLZ9/dEEpt+A5vumbLBVydwJNp6wL8z+YjViqM1BNn79/D/W6Yd BVlhl8pBskar4Bm3icvXcz8UoR9jERVaw+0WuZS4= Date: Tue, 17 Feb 2026 15:10: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: <2026021718-citrus-parakeet-dc60@gregkh> References: <20260217133411.2881311-1-ryan.roberts@arm.com> <2026021700-chafe-jurist-cb24@gregkh> <17c9efaf-6c33-4485-bde2-345cc15ac000@arm.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: <17c9efaf-6c33-4485-bde2-345cc15ac000@arm.com> On Tue, Feb 17, 2026 at 01:58:36PM +0000, Ryan Roberts wrote: > 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. I understand the position of Debian not wanting to take patches for new features that are not already upstream, but really, Debian offers a newer kernel for hardware that wants to use it for things like this, right? Why not just use that instead? thanks, greg k-h