From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.5 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_PASS, USER_AGENT_MUTT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 3BE17C282CB for ; Tue, 5 Feb 2019 09:25:23 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id F12982146F for ; Tue, 5 Feb 2019 09:25:22 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="QWfdT/JA" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org F12982146F Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=arm.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=4lXWQJaZEKIa8j7rjCNH+jH8gUWM918Od55AcBQP5jw=; b=QWfdT/JAsCuoky ps04P3aitKg1MuAOQwoKGEunv0EbUGUJ/2h7olZ7UBuz0UEO2nq8kJNyYTrybA5GLN4aDs3J2YNpo hE4I/lbEw22breVIsDLKny6CF8MipxfmXyqA0qYtAsAhpXH+7H6wQk5gV3ZpwJNPZWhCeqvRqu4dz N89KL/8+eELNj3eIFGZf3Hykoe/CULxuVk/zUDfvIRCFnqI2TsmtYKmHdycjDF0xUq2y2Hs01eS3z znWCz6tfgVeIJku11pP77NfU7W8df33g/imMHmhWxO1Dh8YFcrt/fH+kaXBuD/Gy6oPBsMQ+u/4WF zx4UENjMHiYEYwlhA0HA==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1gqwym-0000XX-53; Tue, 05 Feb 2019 09:25:20 +0000 Received: from foss.arm.com ([217.140.101.70]) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1gqwyi-0000Rl-Ly for linux-arm-kernel@lists.infradead.org; Tue, 05 Feb 2019 09:25:17 +0000 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.72.51.249]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 7EC01EBD; Tue, 5 Feb 2019 01:25:15 -0800 (PST) Received: from lakrids.cambridge.arm.com (usa-sjc-imap-foss1.foss.arm.com [10.72.51.249]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 03D6F3F71E; Tue, 5 Feb 2019 01:25:13 -0800 (PST) Date: Tue, 5 Feb 2019 09:25:07 +0000 From: Mark Rutland To: Robin Murphy Subject: Re: [PATCH 0/5] Fix Arm system PMU hotplug issues Message-ID: <20190205092507.GA50400@lakrids.cambridge.arm.com> References: MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.11.1+11 (2f07cb52) (2018-12-01) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190205_012516_731185_CE12857A X-CRM114-Status: GOOD ( 11.22 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: suzuki.poulose@arm.com, peterz@infradead.org, bigeasy@linutronix.de, will.deacon@arm.com, linux-kernel@vger.kernel.org, tglx@linutronix.de, linux-arm-kernel@lists.infradead.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Mon, Feb 04, 2019 at 05:09:03PM +0000, Robin Murphy wrote: > Hi all, > > Following the report of a preemption-related bug in arm-cci, it turns > out there's a fair bit of cleaning up to do in this area. I've started > here with the Arm drivers that I'm fairly familiar with - I suspect the > hisi/qcom/xgene ones suffer from similar issues, but it's going to take > me a while longer to figure them out in detail. > > Robin. These all looks sound to me, so FWIW: Acked-by: Mark Rutland Mark. _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel