Re: [PATCH v4 05/17] module: Switch load_info::len to size_t
From: Thomas Weißschuh
Date: Fri Feb 06 2026 - 03:34:35 EST
On 2026-02-06 08:18:53+0000, David Howells wrote:
> Thomas Weißschuh <linux@xxxxxxxxxxxxxx> wrote:
>
> > As both 'size_t' and 'unsigned int' are always the same size, this
> > should be risk-free.
>
> Did you mean 'unsigned long'?
Indeed, I'll fix it for the next revision.
Thomas