]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
selftests: kmod: fix handling test numbers above 9
authorEric Biggers <ebiggers@google.com>
Fri, 10 Apr 2020 21:33:53 +0000 (14:33 -0700)
committerStefan Bader <stefan.bader@canonical.com>
Thu, 14 May 2020 08:54:06 +0000 (10:54 +0200)
commit701a9bec65c0e87fa245b254b0cf34ff1294e643
tree52f3b894707712c9eaee926983c4ac4b53fa3a1b
parent1ff5cafae9b6242b755037cf4c218b06c8693926
selftests: kmod: fix handling test numbers above 9

BugLink: https://bugs.launchpad.net/bugs/1877461
[ Upstream commit 6d573a07528308eb77ec072c010819c359bebf6e ]

get_test_count() and get_test_enabled() were broken for test numbers
above 9 due to awk interpreting a field specification like '$0010' as
octal rather than decimal.  Fix it by stripping the leading zeroes.

Signed-off-by: Eric Biggers <ebiggers@google.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Acked-by: Luis Chamberlain <mcgrof@kernel.org>
Cc: Alexei Starovoitov <ast@kernel.org>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: Jeff Vander Stoep <jeffv@google.com>
Cc: Jessica Yu <jeyu@kernel.org>
Cc: Kees Cook <keescook@chromium.org>
Cc: NeilBrown <neilb@suse.com>
Link: http://lkml.kernel.org/r/20200318230515.171692-5-ebiggers@kernel.org
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
Signed-off-by: Kamal Mostafa <kamal@canonical.com>
Signed-off-by: Stefan Bader <stefan.bader@canonical.com>
tools/testing/selftests/kmod/kmod.sh