mbox series

[v2,kvm-riscv/for-next,0/2] Fixes for kvm-riscv

Message ID 20240426031637.4135544-1-atishp@rivosinc.com (mailing list archive)
Headers show
Series Fixes for kvm-riscv | expand

Message

Atish Kumar Patra April 26, 2024, 3:16 a.m. UTC
Here are two fixes for issues found during review/testing after the
series[1] has been queued for 6.10.

@Anup: Can you please squash them into the original source commit 
22f5dac41004 that introduced this ?

[1] https://lore.kernel.org/all/20240420151741.962500-1-atishp@rivosinc.com/

Changes from v1->v2:
1. Added RB tags.
2. Optimized the logic for overflow mask.
3. Update the fixes tag. The cover letter should be enough to indicate the base
   tag for rebasing.

Atish Patra (2):
drivers/perf: riscv: Remove the warning from stop function
drivers/perf: riscv: Fix RV32 snapshot overflow use case

drivers/perf/riscv_pmu.c       |  2 --
drivers/perf/riscv_pmu_sbi.c   | 45 +++++++++++++++++++---------------
include/linux/perf/riscv_pmu.h |  2 ++
3 files changed, 27 insertions(+), 22 deletions(-)

--
2.34.1

Comments

Anup Patel April 26, 2024, 7:47 a.m. UTC | #1
On Fri, Apr 26, 2024 at 5:18 AM Atish Patra <atishp@rivosinc.com> wrote:
>
> Here are two fixes for issues found during review/testing after the
> series[1] has been queued for 6.10.
>
> @Anup: Can you please squash them into the original source commit
> 22f5dac41004 that introduced this ?
>
> [1] https://lore.kernel.org/all/20240420151741.962500-1-atishp@rivosinc.com/
>
> Changes from v1->v2:
> 1. Added RB tags.
> 2. Optimized the logic for overflow mask.
> 3. Update the fixes tag. The cover letter should be enough to indicate the base
>    tag for rebasing.
>
> Atish Patra (2):
> drivers/perf: riscv: Remove the warning from stop function
> drivers/perf: riscv: Fix RV32 snapshot overflow use case

Thanks, I have squashed both fixes into appropriate commit along
with Samuel's Reviewed-by

Regards,
Anup

>
> drivers/perf/riscv_pmu.c       |  2 --
> drivers/perf/riscv_pmu_sbi.c   | 45 +++++++++++++++++++---------------
> include/linux/perf/riscv_pmu.h |  2 ++
> 3 files changed, 27 insertions(+), 22 deletions(-)
>
> --
> 2.34.1
>