Re: [PATCH v2 5/6] sysctl/infiniband: Fixes infiniband sysctl bounds
Leon Romanovsky <[email protected]>
| Newsgroups | gmane.linux.nfs,gmane.linux.kernel,gmane.linux.drivers.rdma,gmane.linux.scsi,gmane.comp.file-systems.coda.general |
|---|---|
| Message-ID | <20250224134105.GC53094@unreal> |
On Mon, Feb 24, 2025 at 10:58:20AM +0100, [email protected] wrote: > From: Nicolas Bouchinet <[email protected]> > > 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 <[email protected]> > --- > drivers/infiniband/core/iwcm.c | 4 +++- > drivers/infiniband/core/ucma.c | 4 +++- > 2 files changed, 6 insertions(+), 2 deletions(-) > Acked-by: Leon Romanovsky <[email protected]> How do you want to proceed from here? Should I take to RDMA repository? Thanks