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 5B2BE12E5B for ; Tue, 18 Feb 2025 14:04:58 +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=1739887498; cv=none; b=UBM4z6pDdVrXD9kf77jjG9yLvL4/Vg34FtloxNBkqJB/QmEzH63ACstcm+T2EjL2+uwYu686Ak8rZ8AZrn+ouvBzsHGM9bZ9yMSLauvHSoM+wbXLAJm4EZ0HFva32uegGXGd/giwpSX7I+9vQAuLty23HIAKR/bFdWOJwIN59cI= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1739887498; c=relaxed/simple; bh=qMiCiFfs9un3kEwJ+TPNUnIXKlR3aJtVUwGdmhK/5Vk=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=Bc8e7kJqqikn5ElCgfu+QIZyFc6K4Ha4GeMF9FBFj0pTLDAm8UUX42kyXSHle0ElkK4Mzm4rqqJ3vl1xeTadK7JxiSmFHKlDhKpVm3lZaiJxSB4ivBOVCsCJnbiZBSUyFX2BXkTz8qG0oEC4BVDlo1EPOlJdgEi4CtHwlkfUjdY= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=GUvSq6y4; 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="GUvSq6y4" Received: by smtp.kernel.org (Postfix) with ESMTPSA id D1703C4CEE2; Tue, 18 Feb 2025 14:04:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1739887498; bh=qMiCiFfs9un3kEwJ+TPNUnIXKlR3aJtVUwGdmhK/5Vk=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=GUvSq6y4G6iMYWr6nRfbUV4UtHdctcRvFWJo2OPd0XN6/cRJl5Zn1DHNdNzSXf+On LXsGvVG9wY1y6pVVBItfENWn2mbxBq/uNf7czZ4uyqOghTJ29HvWC8My72blVgb/Hr ZETM5kWjywPonZEWI2Ql/zgM9HeWkwSdSvA/pUJI= Date: Tue, 18 Feb 2025 15:04:55 +0100 From: Greg KH To: Ivan Kokshaysky Cc: linmag7@gmail.com, macro@orcam.me.uk, mattst88@gmail.com, stable@vger.kernel.org Subject: Re: Patch "alpha: make stack 16-byte aligned (most cases)" has been added to the 6.6-stable tree Message-ID: <2025021849-zoning-bath-bc43@gregkh> References: <2025021844-cruelness-freedom-e051@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 Tue, Feb 18, 2025 at 02:40:38PM +0100, Ivan Kokshaysky wrote: > On Tue, Feb 18, 2025 at 01:55:45PM +0100, gregkh@linuxfoundation.org wrote: > > > > This is a note to let you know that I've just added the patch titled > > > > alpha: make stack 16-byte aligned (most cases) > > Hi Greg, thanks for applying this! > > > Patches currently in stable-queue which might be from ink@unseen.parts are > > > > queue-6.6/alpha-make-stack-16-byte-aligned-most-cases.patch > > queue-6.6/alpha-align-stack-for-page-fault-and-user-unaligned-trap-handlers.patch > > The third one (commit 77b823fa619f97d alpha: replace hardcoded stack offsets > with autogenerated ones) is also needed, but it won't apply as-is to 6.6 > and older kernels. > > Do you want me to provide the patches? Please do! thanks, greg k-h