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 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 smtp.lore.kernel.org (Postfix) with ESMTPS id CA4A5C83003 for ; Fri, 9 Jun 2023 11:17:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-Id:Date:Subject:Cc:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=HxQ3pA+DP2CZJnB0pK2AD41IgZBRoCZXCnFIOphgiy4=; b=XWaCektHuqx6i8 6cZqWUaQkwjtgJmnh8+SkeZ8XvbfByShdd+DfurzyS7jja0O5SEj2fTbx/Niy4HxuY7jOFZtl910M 0CVnrXPtrfpgIkrObSBqLGgAgSrtXJBiOVF1FJARtXaTbEB6Xa22a6sq1CTf9EHTzVic2rY+er7RM BKJ7YsyLu2V9VJHa6IHHhoOeqDEojNNowC9dG+P7LQoKZkK3C7yZF8QO+s3IXdh1zZbEcctbno9FY ANWSzvH6zTdsBaDrOytUXsPF+mI/ZrLk1t4dL81oiy1+7jFPb0oRMiPJu7i7QKBCmfZsKYRaVHKHe A5IFjb1Dpdid8h5lOsbQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1q7a7A-00CkJd-0h; Fri, 09 Jun 2023 11:17:08 +0000 Received: from dfw.source.kernel.org ([2604:1380:4641:c500::1]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1q7a76-00CkHt-39 for linux-arm-kernel@lists.infradead.org; Fri, 09 Jun 2023 11:17:06 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id ABF906172C; Fri, 9 Jun 2023 11:17:00 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 42410C433D2; Fri, 9 Jun 2023 11:16:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1686309420; bh=P3b6JYjQz4nC1aEL+8mq2f9O/N/1/2O0WqmS4JhckYM=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=G9Zg3Shah5/sULkNczeZUQdS/U/+OdAIw0sTrdW9ZZBBJMD+DU+lmnt53suLkwlu6 uYLdU0yXRgtu6v7f4CRfVQMeylR/mQfLIjvrnys5lz75uGGa4jzAZpYF9Lcp6JHT+K ij5rHa/E5Kh8BpX3FqHbaQBmz0KRWBocpqUawn/hpw34S0qRb1u14r9kNmafhtEnXD u1GAPsEZx2q9UcD7opCr/Ejfq0CP1bkBVp//Sc5ndeKjYilw57WvK4XabEVuSSNw43 MjFrRHBDuWFfG4IvF6DJHXa3W2dteNIO3OY5umC7wCL6RTmRJjyUZvcRpkCWjg9Wew pb2R/bq1jIQWA== From: Will Deacon To: Robin Murphy Cc: catalin.marinas@arm.com, kernel-team@android.com, Will Deacon , mark.rutland@arm.com, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, bwicaksono@nvidia.com, ilkka@os.amperecomputing.com, suzuki.poulose@arm.com Subject: Re: [PATCH v2 0/4] perf/arm_cspmu: Fixes and cleanups Date: Fri, 9 Jun 2023 12:16:47 +0100 Message-Id: <168630640845.3062687.2554490206521840847.b4-ty@kernel.org> X-Mailer: git-send-email 2.20.1 In-Reply-To: References: MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230609_041705_055441_A66A1125 X-CRM114-Status: UNSURE ( 9.91 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Mon, 5 Jun 2023 18:01:30 +0100, Robin Murphy wrote: > v1: https://lore.kernel.org/linux-arm-kernel/cover.1685619571.git.robin.murphy@arm.com/ > > Quick update fixing the issues in patch #4 pointed out by Ilkka. > > Thanks, > Robin. > > [...] Applied to will (for-next/perf), thanks! [1/4] perf/arm_cspmu: Fix event attribute type https://git.kernel.org/will/c/71e0cb32d5fc [2/4] ACPI/APMT: Don't register invalid resource https://git.kernel.org/will/c/87b3b6d53efc [3/4] perf/arm_cspmu: Clean up ACPI dependency https://git.kernel.org/will/c/f9bd34e3753e [4/4] perf/arm_cspmu: Decouple APMT dependency https://git.kernel.org/will/c/d2e3bb512818 Cheers, -- Will https://fixes.arm64.dev https://next.arm64.dev https://will.arm64.dev _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel