On Thu, Jan 08, 2026 at 07:52:15PM +0300, Dmitry Antipov wrote: > Introduce 'memvalue()' which uses 'memparse()' to parse a string > with optional memory suffix into a non-negative number. If parsing > has succeeded, returns 0 and stores the result at the location > specified by the second argument. Otherwise returns -EINVAL and > leaves the location untouched. > > Suggested-by: Christoph Hellwig <[email protected]> > Suggested-by: Kees Cook <[email protected]> > Signed-off-by: Dmitry Antipov <[email protected]>
LGTM, thanks! Reviewed-by: Kees Cook <[email protected]> -- Kees Cook
