| Submitter | Will Deacon |
|---|---|
| Date | Nov. 21, 2011, 5:45 p.m. |
| Message ID | <20111121174500.GJ20611@mudshark.cambridge.arm.com> |
| Download | mbox |
| Permalink | /patch/126880/ |
| State | New |
| Headers | show
Return-Path: <linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org> X-Original-To: incoming-imx@patchwork.ozlabs.org Delivered-To: patchwork-incoming-imx@bilbo.ozlabs.org Received: from merlin.infradead.org (merlin.infradead.org [IPv6:2001:4978:20e::2]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 4A8DDB7212 for <incoming-imx@patchwork.ozlabs.org>; Tue, 22 Nov 2011 04:48:44 +1100 (EST) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1RSXvf-0001AR-HH; Mon, 21 Nov 2011 17:45:15 +0000 Received: from cam-admin0.cambridge.arm.com ([217.140.96.50]) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1RSXvb-0001AC-Ik for linux-arm-kernel@lists.infradead.org; Mon, 21 Nov 2011 17:45:12 +0000 Received: from mudshark.cambridge.arm.com (mudshark.cambridge.arm.com [10.1.79.58]) by cam-admin0.cambridge.arm.com (8.12.6/8.12.6) with ESMTP id pALHj0WJ014230; Mon, 21 Nov 2011 17:45:00 GMT Date: Mon, 21 Nov 2011 17:45:00 +0000 From: Will Deacon <will.deacon@arm.com> To: linux@arm.linux.org.uk Subject: [GIT PULL] ARM perf fixes for 3.2 Message-ID: <20111121174500.GJ20611@mudshark.cambridge.arm.com> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) X-Spam-Note: CRM114 invocation failed X-Spam-Score: -5.4 (-----) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-5.4 points) pts rule name description ---- ---------------------- -------------------------------------------------- -2.3 RCVD_IN_DNSWL_MED RBL: Sender listed at http://www.dnswl.org/, medium trust [217.140.96.50 listed in list.dnswl.org] -0.0 SPF_PASS SPF: sender matches SPF record -1.2 RP_MATCHES_RCVD Envelope sender domain matches handover relay domain -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] Cc: linux-arm-kernel@lists.infradead.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.14 Precedence: list List-Unsubscribe: <http://lists.infradead.org/mailman/options/linux-arm-kernel>, <mailto:linux-arm-kernel-request@lists.infradead.org?subject=unsubscribe> List-Archive: <http://lists.infradead.org/pipermail/linux-arm-kernel/> List-Post: <mailto:linux-arm-kernel@lists.infradead.org> List-Help: <mailto:linux-arm-kernel-request@lists.infradead.org?subject=help> List-Subscribe: <http://lists.infradead.org/mailman/listinfo/linux-arm-kernel>, <mailto:linux-arm-kernel-request@lists.infradead.org?subject=subscribe> Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: linux-arm-kernel-bounces@lists.infradead.org Errors-To: linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org List-Id: linux-imx-kernel.lists.patchwork.ozlabs.org |
Hi Russell, Please pull these perf fixes for 3.2. Without them, modules trying to use the PMU will not compile (I accidently dropped an EXPORT_SYMBOL) and, more seriously, perf can be made to dereference NULL if the user tries to schedule an event group. Thanks to Tixy and Pawel for reporting the issues. Cheers, Will The following changes since commit cfcfc9eca2bcbd26a8e206baeb005b055dbf8e37: Linux 3.2-rc2 (2011-11-15 15:02:59 -0200) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/will/linux.git for-rmk Will Deacon (3): ARM: PMU: re-export release_pmu symbol to modules ARM: PMU: remove pmu_init declaration ARM: perf: initialise used_mask for fake PMU during validation arch/arm/include/asm/pmu.h | 10 ---------- arch/arm/kernel/perf_event.c | 8 +++++++- arch/arm/kernel/pmu.c | 1 + 3 files changed, 8 insertions(+), 11 deletions(-)