Re: [PATCH net-next 1/5] ptp: clockmatrix: bug fix for idtcm_strverscmp

2020-11-16 Thread Jakub Kicinski
On Mon, 16 Nov 2020 14:27:26 -0500 min.li...@renesas.com wrote: > From: Min Li > > Feed kstrtou8 with NULL terminated string. Is this a fix? Does it need to be backported to stable? Also please add a cover letter for the series describing the overall goal of this work, what testing has been

[PATCH net-next 1/5] ptp: clockmatrix: bug fix for idtcm_strverscmp

2020-11-16 Thread min.li.xe
From: Min Li Feed kstrtou8 with NULL terminated string. Signed-off-by: Min Li --- drivers/ptp/ptp_clockmatrix.c | 52 +++ 1 file changed, 38 insertions(+), 14 deletions(-) diff --git a/drivers/ptp/ptp_clockmatrix.c b/drivers/ptp/ptp_clockmatrix.c index