]> git.baikalelectronics.ru Git - kernel.git/commit
RISC-V: Update user page mapping only once during start
authorAtish Patra <atishp@rivosinc.com>
Mon, 11 Jul 2022 17:46:29 +0000 (10:46 -0700)
committerPalmer Dabbelt <palmer@rivosinc.com>
Thu, 11 Aug 2022 21:58:13 +0000 (14:58 -0700)
commit78a861510debeb9f24a92af3f6b34145175dbb1d
tree70d63e996e647a55b461dc228a27c362b1f519a3
parent6cde6ddc086a04829b2f7a8922da2e77dec3a423
RISC-V: Update user page mapping only once during start

Currently, riscv_pmu_event_set_period updates the userpage mapping.
However, the caller of riscv_pmu_event_set_period should update
the userpage mapping because the counter can not be updated/started
from set_period function in counter overflow path.

Invoke the perf_event_update_userpage at the caller so that it
doesn't get invoked twice during counter start path.

Fixes: 9e574aba0d84 ("RISC-V: Add a perf core library for pmu drivers")
Reviewed-by: Anup Patel <anup@brainfault.org>
Signed-off-by: Atish Patra <atishp@rivosinc.com>
Reviewed-by: Guo Ren <guoren@kernel.org>
Cc: stable@vger.kernel.org
Link: https://lore.kernel.org/r/20220711174632.4186047-3-atishp@rivosinc.com
Signed-off-by: Palmer Dabbelt <palmer@rivosinc.com>
drivers/perf/riscv_pmu.c
drivers/perf/riscv_pmu_sbi.c