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 6621A3C0B for ; Mon, 12 Aug 2024 11:32:00 +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=1723462322; cv=none; b=mia/t6VLndEBNLSQ+MLm3w0uy7dGChXViYKPHsxVpR//zROD6pcUQRXJFQI2y6loQIVqgKo6XkSexxFAzK2YwNfjmbY6QjJIRlOfDMnBo9xLAn45AtZ/av3ecv3QxoH3ZKyY6wGY6wzWDRMdSWOZvacpQT1mRd5ia6WnRnzAA1E= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1723462322; c=relaxed/simple; bh=uoJlGyT6RS5g4tugFxAAZ0/cr0rN7uyO1W/SSFWPNPk=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=kNNOFhA3rpgNjzzuJvAlyp+O85SDpQNRIEIqqvpCaRmMDSpUvvxc30DDuz3saWvGIowK9gf/KxyPC5z/S00W+07rfSe1HwrDRZw82VHiuKZd3DVGhMASp/O3NxQIh5xEPzRUFee0Nca+j40T1lMbCHjx+8IZfgA4YE7/Zo70zxg= 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 4ADA8FEC; Mon, 12 Aug 2024 04:32:25 -0700 (PDT) Received: from J2N7QTR9R3 (usa-sjc-imap-foss1.foss.arm.com [10.121.207.14]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 6027D3F6A8; Mon, 12 Aug 2024 04:31:58 -0700 (PDT) Date: Mon, 12 Aug 2024 12:31:53 +0100 From: Mark Rutland To: Sasha Levin Cc: stable@vger.kernel.org, anshuman.khandual@arm.com, catalin.marinas@arm.com, james.morse@arm.com, will@kernel.org Subject: Re: [PATCH 6.10.y 0/8] arm64: errata: Speculative SSBS workaround Message-ID: References: <20240809095120.3475335-1-mark.rutland@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: On Mon, Aug 12, 2024 at 07:26:57AM -0400, Sasha Levin wrote: > On Fri, Aug 09, 2024 at 10:51:12AM +0100, Mark Rutland wrote: > > Hi, > > > > This series is a v6.10-only backport (based on v6.10.3) of the upstream > > workaround for SSBS errata on Arm Ltd CPUs, as affected parts are likely to be > > used with stable kernels. This does not apply to earlier stable trees, which > > will receive a separate backport. > > I've queued up the backports for the various versions, thanks! Thanks; much appreciated! Mark.