From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out1-smtp.messagingengine.com ([66.111.4.25]:56409 "EHLO out1-smtp.messagingengine.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727388AbeGTLbO (ORCPT ); Fri, 20 Jul 2018 07:31:14 -0400 Date: Fri, 20 Jul 2018 12:43:33 +0200 From: Greg KH To: Marc Zyngier Cc: stable@vger.kernel.org, Will Deacon , Catalin Marinas , Mark Rutland , Christoffer Dall Subject: Re: [PATCH 00/23] arm64: 4.9 backport of the SSBD mitigation patches Message-ID: <20180720104333.GA12482@kroah.com> References: <20180720095634.2173-1-marc.zyngier@arm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180720095634.2173-1-marc.zyngier@arm.com> Sender: stable-owner@vger.kernel.org List-ID: On Fri, Jul 20, 2018 at 10:56:11AM +0100, Marc Zyngier wrote: > This is the backport of the arm64 SSBD patches to 4.9. I've had to > cherry-pick a number of dependencies: > > - The ldr_this_cpu macro > - parts of the SDEI series that allow tpidr_el2 to be used as the > per-cpu offset > - one patch from the VHE series that introduce vcpu retrieval as a > per-cpu variable > - one patch from the the EL2 randomisation series, allowing relative > addressing of global structures > - the dynamic patching infrastructure All now applied, thanks. greg k-h