From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from foss.arm.com ([217.140.101.70]:46006 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752490AbdAFM1k (ORCPT ); Fri, 6 Jan 2017 07:27:40 -0500 Date: Fri, 6 Jan 2017 12:26:41 +0000 From: Mark Rutland To: Will Deacon Cc: linux-arm-kernel@lists.infradead.org, Russell King , Stephen Boyd , stable@vger.kernel.org Subject: Re: [PATCH] ARM: hw_breakpoint: blacklist Scorpion CPUs Message-ID: <20170106122312.GA17642@leverpostej> References: <1483637556-3974-1-git-send-email-mark.rutland@arm.com> <20170106112125.GB15333@arm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170106112125.GB15333@arm.com> Sender: stable-owner@vger.kernel.org List-ID: On Fri, Jan 06, 2017 at 11:21:25AM +0000, Will Deacon wrote: > On Thu, Jan 05, 2017 at 05:32:36PM +0000, Mark Rutland wrote: > > + if (read_cpuid_part() == ARM_CPU_PART_SCORPION) { > > + pr_info("Scorpion CPU detected. Breakpoints and watchpoints disabled\n"); > > nit: we're disabling *hardware* breakpoints and watchpoints, so it's worth > mentioning that in the print. True. I've fixed up the message. > With that: > > Acked-by: Will Deacon > > Please put this into Russell's patch system. Cheers. I've dropped this in the patch system as 8634/1. Thanks, Mark.