Message ID | 20200115142900.28976-1-will@kernel.org (mailing list archive) |
---|---|
Headers | show |
Series | A couple of cleanups on top of for-next/e0pd | expand |
On Wed, Jan 15, 2020 at 02:28:58PM +0000, Will Deacon wrote: > Will Deacon (2): > arm64: Simplify early check for broken TX1 when KASLR is enabled > arm64: Use register field helper in kaslr_requires_kpti() The clean-ups look fine to me. With the latest patches we never call kaslr_requires_kpti() after arm64_const_caps_ready has been set. Reviewed-by: Catalin Marinas <catalin.marinas@arm.com>
On 15/01/2020 14:28, Will Deacon wrote: > Hi Mark, > > I've queued the E0PD patches for 5.6 (thanks!), but in reading them a > final time I noticed a couple of cleanups that I think we can make to > kaslr_requires_kpti(). I don't have a TX1 to test them on, but I think > the logic is sound. > > Please take a look, as I'd like to queue these on top. > > Thanks. > > Will > > Cc: Catalin Marinas <catalin.marinas@arm.com> > Cc: Suzuki K Poulose <suzuki.poulose@arm.com> > Cc: Marc Zyngier <maz@kernel.org> Looks good to me. Acked-by: Suzuki K Poulose <suzuki.poulose@arm.com>