On Tue, 23 Sep 2025 10:40:13 -0700 Dave Jiang <[email protected]> wrote:
> Utilize scoped based resource management to clean up the code and > and remove gotos for the __nd_ioctl() function. > > Change allocation of 'buf' to use kvzalloc() in order to use > vmalloc() memory when needed and also zero out the allocated > memory. > > Signed-off-by: Dave Jiang <[email protected]> LGTM Reviewed-by: Jonathan Cameron <[email protected]>
