2023-06-07 12:09:45

by Sunil V L

[permalink] [raw]
Subject: [PATCH v2 -next 0/2] RISC-V ACPI: Assorted fixes

This series fixes couple of issues required to complete the previously
merged basic ACPI support series.

1) Kernel test bot has found a new warning using the sparse tool. Though
I believe this warning exists for other architectures also,
I don't see an issue fixing this for RISC-V.

2) When sscofpmf extension is enabled, the perf driver tries to
find out the root INTC domain to register the over flow interrupt
handler. However, this function is DT based and needs to be enhanced
to work on ACPI based systems.

Changes since v1:
1) Added "Fixes:" tag
2) Added RB tag from Conor

Sunil V L (2):
RISC-V: ACPI : Fix for usage of pointers in different address space
RISC-V/perf: Use standard interface to get INTC domain

arch/riscv/kernel/acpi.c | 4 ++--
drivers/perf/riscv_pmu_sbi.c | 17 ++---------------
2 files changed, 4 insertions(+), 17 deletions(-)

--
2.34.1



2023-06-07 18:37:27

by Conor Dooley

[permalink] [raw]
Subject: Re: [PATCH v2 -next 0/2] RISC-V ACPI: Assorted fixes

On Wed, Jun 07, 2023 at 04:54:15PM +0530, Sunil V L wrote:

> Changes since v1:
> 1) Added "Fixes:" tag
> 2) Added RB tag from Conor

b4 is usually capable of picking up Fixes: tags without having to resend
the series!


Attachments:
(No filename) (231.00 B)
signature.asc (235.00 B)
Download all attachments
Subject: Re: [PATCH v2 -next 0/2] RISC-V ACPI: Assorted fixes

Hello:

This series was applied to riscv/linux.git (for-next)
by Palmer Dabbelt <[email protected]>:

On Wed, 7 Jun 2023 16:54:15 +0530 you wrote:
> This series fixes couple of issues required to complete the previously
> merged basic ACPI support series.
>
> 1) Kernel test bot has found a new warning using the sparse tool. Though
> I believe this warning exists for other architectures also,
> I don't see an issue fixing this for RISC-V.
>
> [...]

Here is the summary with links:
- [v2,-next,1/2] RISC-V: ACPI : Fix for usage of pointers in different address space
https://git.kernel.org/riscv/c/3b426d4b5b14
- [v2,-next,2/2] RISC-V/perf: Use standard interface to get INTC domain
https://git.kernel.org/riscv/c/ca7473cb8312

You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



2023-06-20 01:18:16

by Palmer Dabbelt

[permalink] [raw]
Subject: Re: [PATCH v2 -next 0/2] RISC-V ACPI: Assorted fixes


On Wed, 07 Jun 2023 16:54:15 +0530, Sunil V L wrote:
> This series fixes couple of issues required to complete the previously
> merged basic ACPI support series.
>
> 1) Kernel test bot has found a new warning using the sparse tool. Though
> I believe this warning exists for other architectures also,
> I don't see an issue fixing this for RISC-V.
>
> [...]

Applied, thanks!

[1/2] RISC-V: ACPI : Fix for usage of pointers in different address space
https://git.kernel.org/palmer/c/3b426d4b5b14
[2/2] RISC-V/perf: Use standard interface to get INTC domain
https://git.kernel.org/palmer/c/ca7473cb8312

Best regards,
--
Palmer Dabbelt <[email protected]>