All of lore.kernel.org
 help / color / mirror / Atom feed
* [v4.14.y] 3cce50dfec4a arm64: perf: Disable PMU while processing counter overflows
@ 2021-06-16 11:09 Aman Priyadarshi
  2021-06-16 14:55 ` Greg Kroah-Hartman
  0 siblings, 1 reply; 7+ messages in thread
From: Aman Priyadarshi @ 2021-06-16 11:09 UTC (permalink / raw)
  To: Greg Kroah-Hartman, stable; +Cc: Marc Zyngier, Alexander Graf, Ali Saidi

Hi Greg,

Following the conversation with Marc, we discovered that an
important fix for ARM PMU is not backported to 4.14.y tree, it affects
counter value and give out nonsensical result.

Can you please include the following commit?
```
commit 3cce50dfec4a5b0414c974190940f47dd32c6dee
Author: Suzuki K Poulose <suzuki.poulose@arm.com>
Date:   Tue Jul 10 09:58:03 2018 +0100

    arm64: perf: Disable PMU while processing counter overflows
    
    The arm64 PMU updates the event counters and reprograms the
    counters in the overflow IRQ handler without disabling the
    PMU. This could potentially cause skews in for group counters,
    where the overflowed counters may potentially loose some event
    counts, while they are reprogrammed. To prevent this, disable
    the PMU while we process the counter overflows and enable it
    right back when we are done.
    
    This patch also moves the PMU stop/start routines to avoid a
    forward declaration.
    
    Suggested-by: Mark Rutland <mark.rutland@arm.com>
    Cc: Will Deacon <will.deacon@arm.com>
    Acked-by: Mark Rutland <mark.rutland@arm.com>
    Signed-off-by: Suzuki K Poulose <suzuki.poulose@arm.com>
    Signed-off-by: Will Deacon <will.deacon@arm.com>
```

For more details:

https://lists.cs.columbia.edu/pipermail/kvmarm/2021-June/047471.html

Regards,
Aman Priyadarshi







Amazon Development Center Germany GmbH
Krausenstr. 38
10117 Berlin
Geschaeftsfuehrung: Christian Schlaeger, Jonathan Weiss
Eingetragen am Amtsgericht Charlottenburg unter HRB 149173 B
Sitz: Berlin
Ust-ID: DE 289 237 879



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2021-06-25 10:22 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-16 11:09 [v4.14.y] 3cce50dfec4a arm64: perf: Disable PMU while processing counter overflows Aman Priyadarshi
2021-06-16 14:55 ` Greg Kroah-Hartman
2021-06-16 19:28   ` [PATCH] " Aman Priyadarshi
2021-06-17  4:51     ` Greg Kroah-Hartman
2021-06-17  7:34       ` Marc Zyngier
2021-06-17  8:57         ` Aman Priyadarshi
2021-06-25 10:22           ` Greg Kroah-Hartman

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.