Re: [PATCH v2 5/6] sysctl/infiniband: Fixes infiniband sysctl bounds

From: Leon Romanovsky
Date: Mon Feb 24 2025 - 08:48:23 EST


On Mon, Feb 24, 2025 at 10:58:20AM +0100, nicolas.bouchinet@xxxxxxxxxxx wrote:
> From: Nicolas Bouchinet <nicolas.bouchinet@xxxxxxxxxxx>
>
> Bound infiniband iwcm and ucma sysctl writings between SYSCTL_ZERO
> and SYSCTL_INT_MAX.
>
> The proc_handler has thus been updated to proc_dointvec_minmax.
>
> Signed-off-by: Nicolas Bouchinet <nicolas.bouchinet@xxxxxxxxxxx>
> ---
> drivers/infiniband/core/iwcm.c | 4 +++-
> drivers/infiniband/core/ucma.c | 4 +++-
> 2 files changed, 6 insertions(+), 2 deletions(-)
>

Acked-by: Leon Romanovsky <leon@xxxxxxxxxx>

How do you want to proceed from here? Should I take to RDMA repository?

Thanks