Adjust '_parse_integer_limit()' to not ignore overflows, add KUnit-based test for 'memparse()' and fix kernel-doc glitches found in lib/cmdline.c.
Dmitry Antipov (3): lib: fix _parse_integer_limit() to handle overflow lib/cmdline_kunit: add test case for memparse() lib/cmdline: adjust a few comments to fix kernel-doc -Wreturn warnings lib/cmdline.c | 7 ++++-- lib/kstrtox.c | 42 ++++++++++++++++++++++--------- lib/tests/cmdline_kunit.c | 52 +++++++++++++++++++++++++++++++++++++++ 3 files changed, 87 insertions(+), 14 deletions(-) -- 2.52.0
