From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754130AbcDVNoD (ORCPT ); Fri, 22 Apr 2016 09:44:03 -0400 Received: from foss.arm.com ([217.140.101.70]:34425 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752972AbcDVNoA (ORCPT ); Fri, 22 Apr 2016 09:44:00 -0400 Subject: Re: [PATCH v4 4/5] arm64: Verify CPU errata work arounds on hotplugged CPU To: Catalin Marinas References: <1461324335-5081-1-git-send-email-suzuki.poulose@arm.com> <1461324335-5081-5-git-send-email-suzuki.poulose@arm.com> <20160422134053.GL2998@e104818-lin.cambridge.arm.com> Cc: linux-arm-kernel@lists.infradead.org, mark.rutland@arm.com, marc.zyngier@arm.com, will.deacon@arm.com, linux-kernel@vger.kernel.org, Andre Przywara , Vadim.Lomovtsev@caviumnetworks.com From: Suzuki K Poulose Message-ID: <571A2A9D.7070702@arm.com> Date: Fri, 22 Apr 2016 14:43:57 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 In-Reply-To: <20160422134053.GL2998@e104818-lin.cambridge.arm.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 22/04/16 14:40, Catalin Marinas wrote: > On Fri, Apr 22, 2016 at 12:25:34PM +0100, Suzuki K. Poulose wrote: >> CPU Errata work arounds are detected and applied to the >> kernel code at boot time and the data is then freed up. >> If a new hotplugged CPU requires a work around which >> was not applied at boot time, there is nothing we can >> do but simply fail the booting. >> >> Cc: Will Deacon >> Cc: Mark Rutland >> Cc: Andre Przywara >> Cc: Catalin Marinas >> Signed-off-by: Suzuki K Poulose > > I think Will commented on this previously. Was a decision made to leave > this patch as it is and subsequently add support for enabling local > workarounds for hot-plugged CPUs? I'm fine with this given that most Yes. Applying work arounds for a hot-plugged CPU will be addressed in a new series. I updated the cover letter, but missed to update the same here. > > Reviewed-by: Catalin Marinas Thanks Suzuki