On Mon, Mar 29, 2021 at 03:01:28PM +0300, Gal Pressman wrote: > The strlcpy function doesn't limit the source length, use the preferred > strscpy function instead. > > Reviewed-by: Firas JahJah <firasj@xxxxxxxxxx> > Reviewed-by: Yossi Leybovich <sleybo@xxxxxxxxxx> > Signed-off-by: Gal Pressman <galpress@xxxxxxxxxx> > --- > v1->v2: https://lore.kernel.org/linux-rdma/20210316132416.83578-1-galpress@xxxxxxxxxx/ > * Remove the min() in the length argument (Jason) > --- > drivers/infiniband/hw/efa/efa_main.c | 10 +++++----- > 1 file changed, 5 insertions(+), 5 deletions(-) Applied to for-next, thanks Jason