Revision 2e014660b3e4b7bd0e75f845cdcf745c0f632889 authored by SeongJae Park on 28 October 2021, 21:36:33 UTC, committed by Linus Torvalds on 29 October 2021, 00:18:55 UTC
Kunit test cases for 'damon_split_regions_of()' expects the number of
regions after calling the function will be same to their request
('nr_sub').  However, the requested number is just an upper-limit,
because the function randomly decides the size of each sub-region.

This fixes the wrong expectation.

Link: https://lkml.kernel.org/r/20211028090628.14948-1-sj@kernel.org
Fixes: 17ccae8bb5c9 ("mm/damon: add kunit tests")
Signed-off-by: SeongJae Park <sj@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
1 parent a4aeaa0
History
File Mode Size
platform
acbuffer.h -rw-r--r-- 8.9 KB
acconfig.h -rw-r--r-- 7.4 KB
acexcep.h -rw-r--r-- 16.9 KB
acnames.h -rw-r--r-- 2.2 KB
acoutput.h -rw-r--r-- 16.4 KB
acpi.h -rw-r--r-- 1.3 KB
acpi_bus.h -rw-r--r-- 20.4 KB
acpi_drivers.h -rw-r--r-- 2.6 KB
acpi_io.h -rw-r--r-- 723 bytes
acpi_lpat.h -rw-r--r-- 1.2 KB
acpi_numa.h -rw-r--r-- 970 bytes
acpiosxf.h -rw-r--r-- 11.3 KB
acpixf.h -rw-r--r-- 30.6 KB
acrestyp.h -rw-r--r-- 19.0 KB
actbl.h -rw-r--r-- 18.3 KB
actbl1.h -rw-r--r-- 43.1 KB
actbl2.h -rw-r--r-- 57.1 KB
actbl3.h -rw-r--r-- 21.9 KB
actypes.h -rw-r--r-- 41.3 KB
acuuid.h -rw-r--r-- 3.4 KB
apei.h -rw-r--r-- 1.3 KB
battery.h -rw-r--r-- 594 bytes
button.h -rw-r--r-- 401 bytes
cppc_acpi.h -rw-r--r-- 4.2 KB
ghes.h -rw-r--r-- 3.6 KB
hed.h -rw-r--r-- 370 bytes
nfit.h -rw-r--r-- 351 bytes
pcc.h -rw-r--r-- 651 bytes
pdc_intel.h -rw-r--r-- 1.0 KB
processor.h -rw-r--r-- 11.7 KB
reboot.h -rw-r--r-- 201 bytes
video.h -rw-r--r-- 2.8 KB

back to top