]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
lib/test_bitmap.c: fix bitmap optimisation tests to report errors correctly
authorMatthew Wilcox <mawilcox@microsoft.com>
Fri, 18 May 2018 23:08:44 +0000 (16:08 -0700)
committerStefan Bader <stefan.bader@canonical.com>
Tue, 14 Aug 2018 10:27:23 +0000 (12:27 +0200)
commit2fa3d2d6b5ed129a458aed522ee6e9f74003f544
tree55192372ff307e05a144fc2c956ef271f2910b58
parentd54291a6379fe7b27cb2f9d0db64993c965af0da
lib/test_bitmap.c: fix bitmap optimisation tests to report errors correctly

BugLink: http://bugs.launchpad.net/bugs/1782846
commit 1e3054b98c5415d5cb5f8824fc33b548ae5644c3 upstream.

I had neglected to increment the error counter when the tests failed,
which made the tests noisy when they fail, but not actually return an
error code.

Link: http://lkml.kernel.org/r/20180509114328.9887-1-mpe@ellerman.id.au
Fixes: 3cc78125a081 ("lib/test_bitmap.c: add optimisation tests")
Signed-off-by: Matthew Wilcox <mawilcox@microsoft.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Reported-by: Michael Ellerman <mpe@ellerman.id.au>
Tested-by: Michael Ellerman <mpe@ellerman.id.au>
Reviewed-by: Kees Cook <keescook@chromium.org>
Cc: Yury Norov <ynorov@caviumnetworks.com>
Cc: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Cc: Geert Uytterhoeven <geert@linux-m68k.org>
Cc: <stable@vger.kernel.org> [4.13+]
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Kamal Mostafa <kamal@canonical.com>
Signed-off-by: Khalid Elmously <khalid.elmously@canonical.com>
lib/test_bitmap.c