On 10/09/2022 01:56, Christophe JAILLET wrote: > [...] >> wdata = kmalloc(MAX_DATA_LEN * sizeof(efi_char16_t), GFP_KERNEL); > Hi, > > even if mostly useless in this case, kmalloc_array()? > > Or certainly maybe even better, kstrndup()? > > CJ > Thanks! It's up to Ard, I could rework with this change if makes sense. Cheers, Guilherme