[PATCH v2 5/8] perf auxtrace: Change to use SMP memory barriers
Peter Zijlstra
peterz at infradead.org
Mon Jun 7 08:29:55 PDT 2021
On Wed, Jun 02, 2021 at 06:30:04PM +0800, Leo Yan wrote:
> The kernel and the userspace tool can access the AUX ring buffer head
> and tail from different CPUs, thus SMP class of barriers are required
> on SMP system.
>
> This patch changes to use SMP barriers to replace mb() and rmb()
> barriers.
>
> Signed-off-by: Leo Yan <leo.yan at linaro.org>
Acked-by: Peter Zijlstra (Intel) <peterz at infradead.org>
More information about the linux-arm-kernel
mailing list