On Fri, Mar 29, 2024, at 00:28, Justin Stitt wrote: > On Thu, Mar 28, 2024 at 03:04:54PM +0100, Arnd Bergmann wrote: >> >> > Arnd, I see 4 instances of strncpy() in this file. Could you clean them > all up at once which would help GREATLY towards: > https://github.com/KSPP/linux/issues/90 Right, I see they all operate on the same string, so it makes sense to keep these changes together. As Dan suggested, I'm using the padding variant for all of these here, even though I'm not entirely sure if this is required. Arnd