[PATCH 02/32] Introduce flexible array struct memcpy() helpers
Johannes Berg
johannes at sipsolutions.net
Thu May 5 20:12:53 UTC 2022
On Thu, 2022-05-05 at 13:08 -0700, Keith Packard wrote:
> I bet you've already considered the simpler form:
>
> struct something *instance = mem_to_flex_dup(byte_array, count, GFP_KERNEL);
> if (IS_ERR(instance))
> return PTR_ERR(instance);
>
Sadly, this doesn't work in any way because mem_to_flex_dup() needs to
know at least the type, hence passing 'instance', which is simpler than
passing 'struct something'.
johannes
More information about the Linux-security-module-archive
mailing list