]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
list: test: check the size of every lists for list_cut_position*()
authorI Hsin Cheng <richard120310@gmail.com>
Tue, 8 Oct 2024 06:52:53 +0000 (14:52 +0800)
committerAndrew Morton <akpm@linux-foundation.org>
Wed, 6 Nov 2024 01:12:30 +0000 (17:12 -0800)
commit5a3c9366cbbf876521f570ce1fb525dc2cb0ed5c
treea5b7d9f9f7275d0cfad865f12becfe4f048df2e2
parentb42166427b46af0d963242283fc99d429623d303
list: test: check the size of every lists for list_cut_position*()

Check the total number of elements in both resultant lists are correct
within list_cut_position*().  Previously, only the first list's size was
checked.  so additional elements in the second list would not have been
caught.

Link: https://lkml.kernel.org/r/20241008065253.26673-1-richard120310@gmail.com
Signed-off-by: I Hsin Cheng <richard120310@gmail.com>
Cc: David Gow <davidgow@google.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
lib/list-test.c