[PATCH 0/2] Fix the warnings in the 32-bit platform

Ben Zong-You Xie posted 2 patches 1 year, 9 months ago
tools/perf/arch/riscv/util/header.c | 2 +-
tools/perf/builtin-daemon.c         | 9 +++++----
2 files changed, 6 insertions(+), 5 deletions(-)
[PATCH 0/2] Fix the warnings in the 32-bit platform
Posted by Ben Zong-You Xie 1 year, 9 months ago
This series fix two incompatible type warnings when building perf in the 
32-bit platform. 

Ben Zong-You Xie (2):
  perf daemon: Fix the warning about time_t
  perf riscv: Fix the warning due to the incompatible type

 tools/perf/arch/riscv/util/header.c | 2 +-
 tools/perf/builtin-daemon.c         | 9 +++++----
 2 files changed, 6 insertions(+), 5 deletions(-)

-- 
2.34.1
Re: [PATCH 0/2] Fix the warnings in the 32-bit platform
Posted by Alexandre Ghiti 1 year, 8 months ago
Hi Ben,

On 05/03/2024 13:04, Ben Zong-You Xie wrote:
> This series fix two incompatible type warnings when building perf in the
> 32-bit platform.
>
> Ben Zong-You Xie (2):
>    perf daemon: Fix the warning about time_t
>    perf riscv: Fix the warning due to the incompatible type
>
>   tools/perf/arch/riscv/util/header.c | 2 +-
>   tools/perf/builtin-daemon.c         | 9 +++++----
>   2 files changed, 6 insertions(+), 5 deletions(-)
>

For the series, you can add:

Reviewed-by: Alexandre Ghiti <alexghiti@rivosinc.com>

To me this should go into -fixes, but which tree? perf or riscv?

Thanks,

Alex