Re: [PATCH] drivers: perf: constify the ctl_table argument of the riscv user access handler

From: Palmer Dabbelt
Date: Tue Dec 12 2023 - 16:04:48 EST


On Wed, 06 Dec 2023 02:55:48 PST (-0800), Conor Dooley wrote:
On Wed, Dec 06, 2023 at 09:46:42AM +0100, Marek Szyprowski wrote:

Fix riscv build break after commit c8be9e66ca1e ("sysctl: treewide:
constify the ctl_table argument of handlers").

Fixes: c8be9e66ca1e ("sysctl: treewide: constify the ctl_table argument of handlers")
Signed-off-by: Marek Szyprowski <m.szyprowski@xxxxxxxxxxx>

This breaks the build when applied to the RISC-V tree. I'm going to mark
it "handled elsewhere" in patchwork since it needs to go into whatever
tree has the broken commit.

Ya, thanks. There's a second copy of the fix over at https://lore.kernel.org/all/20231212-garage-pellet-c6a2bd34854c@spud/ .

Reviewed-by: Palmer Dabbelt <palmer@xxxxxxxxxxxx>
Acked-by: Palmer Dabbelt <palmer@xxxxxxxxxxxx>

for this one too. Just trying to merge that fixed hash into 6.7-rc1 is giving me a conflict, so I don't really want to pull it in myself. So I think the best bet here is to have whomever took the patch take the fix, but LMK if there's some shared tag thing I should grab to take this into the RISC-V tree.


Thanks,
Conor.