Re: [RESEND PATCH v4] list: test: Check the size of every lists for list_cut_position*()

From: Kuan-Wei Chiu
Date: Tue Oct 08 2024 - 03:37:07 EST


Hi I Hsin,

On Tue, Oct 08, 2024 at 02:51:23PM +0800, I Hsin Cheng wrote:
> 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. wo additional elements in the second list would not have been
> caught.
>
> Signed-off-by: I Hsin Cheng <richard120310@xxxxxxxxx>
> ---
> change in v4:
> Amend the description of commit message, make it less confusing
> and focus on the correct check which is performed now.
>
Generally, we don't add the prefix "RESEND" to the subject line of the
next version of a patch. "RESEND" is only used for resubmissions of a
patch that hasn't been modified in any way from the previous submission.

See: https://www.kernel.org/doc/html/v6.11/process/submitting-patches.html#don-t-get-discouraged-or-impatient

Regards,
Kuan-Wei