linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Peter Zijlstra <peterz@infradead.org>
To: Suzuki K Poulose <suzuki.poulose@arm.com>
Cc: linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org, marc.zyngier@arm.com,
	mark.rutland@arm.com, will.deacon@arm.com,
	catalin.marinas@arm.com, robh@kernel.org, sudeep.holla@arm.com,
	mathieu.poirier@linaro.org, leo.yan@linaro.org,
	frowand.list@gmail.com, Jonathan.Cameron@huawei.com,
	devicetree@vger.kernel.org
Subject: Re: [PATCH v10 1/8] perf: Export perf_event_update_userpage
Date: Thu, 9 Nov 2017 10:07:06 +0100	[thread overview]
Message-ID: <20171109090706.oangi7qebju5mvmu@hirez.programming.kicks-ass.net> (raw)
In-Reply-To: <20171103175105.23546-2-suzuki.poulose@arm.com>

On Fri, Nov 03, 2017 at 05:50:58PM +0000, Suzuki K Poulose wrote:
> Export perf_event_update_userpage() so that PMU driver using them,
> can be built as modules.
> 
> Cc: Peter Zilstra <peterz@infradead.org>
> Signed-off-by: Suzuki K Poulose <suzuki.poulose@arm.com>

Acked-by: Peter Zijlstra (Intel) <peterz@infradead.org>

> ---
>  kernel/events/core.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/kernel/events/core.c b/kernel/events/core.c
> index 9d93db81fa36..550015829db8 100644
> --- a/kernel/events/core.c
> +++ b/kernel/events/core.c
> @@ -4982,6 +4982,7 @@ void perf_event_update_userpage(struct perf_event *event)
>  unlock:
>  	rcu_read_unlock();
>  }
> +EXPORT_SYMBOL_GPL(perf_event_update_userpage);
>  
>  static int perf_mmap_fault(struct vm_fault *vmf)
>  {
> -- 
> 2.13.6
> 

  reply	other threads:[~2017-11-09  9:07 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-11-03 17:50 [PATCH v10 0/8] perf: Support for ARM DynamIQ Shared Unit Suzuki K Poulose
2017-11-03 17:50 ` [PATCH v10 1/8] perf: Export perf_event_update_userpage Suzuki K Poulose
2017-11-09  9:07   ` Peter Zijlstra [this message]
2017-11-03 17:50 ` [PATCH v10 2/8] of: Add helper for mapping device node to logical CPU number Suzuki K Poulose
2017-11-03 17:51 ` [PATCH v10 3/8] coresight: of: Use of_cpu_node_to_id helper Suzuki K Poulose
2017-11-03 17:51 ` [PATCH v10 4/8] irqchip: gic-v3: " Suzuki K Poulose
2017-11-03 17:51 ` [PATCH v10 5/8] arm64: Use of_cpu_node_to_id helper for CPU topology parsing Suzuki K Poulose
2017-11-03 17:51 ` [PATCH v10 6/8] arm_pmu: Use of_cpu_node_to_id helper Suzuki K Poulose
2017-11-03 17:51 ` [PATCH v10 7/8] dt-bindings: Document devicetree binding for ARM DSU PMU Suzuki K Poulose
2017-11-03 17:51 ` [PATCH v10 8/8] perf: ARM DynamIQ Shared Unit PMU support Suzuki K Poulose

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20171109090706.oangi7qebju5mvmu@hirez.programming.kicks-ass.net \
    --to=peterz@infradead.org \
    --cc=Jonathan.Cameron@huawei.com \
    --cc=catalin.marinas@arm.com \
    --cc=devicetree@vger.kernel.org \
    --cc=frowand.list@gmail.com \
    --cc=leo.yan@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=marc.zyngier@arm.com \
    --cc=mark.rutland@arm.com \
    --cc=mathieu.poirier@linaro.org \
    --cc=robh@kernel.org \
    --cc=sudeep.holla@arm.com \
    --cc=suzuki.poulose@arm.com \
    --cc=will.deacon@arm.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).