Re: [PATCH net-next v3 01/15] mptcp: pm: drop info of userspace_pm_remove_id_zero_address

From: Simon Horman
Date: Mon Feb 10 2025 - 14:49:46 EST


On Fri, Feb 07, 2025 at 02:59:19PM +0100, Matthieu Baerts (NGI0) wrote:
> From: Geliang Tang <tanggeliang@xxxxxxxxxx>
>
> The only use of 'info' parameter of userspace_pm_remove_id_zero_address()
> is to set an error message into it.
>
> Plus, this helper will only fail when it cannot find any subflows with a
> local address ID 0.
>
> This patch drops this parameter and sets the error message where this
> function is called in mptcp_pm_nl_remove_doit().
>
> Signed-off-by: Geliang Tang <tanggeliang@xxxxxxxxxx>
> Reviewed-by: Matthieu Baerts (NGI0) <matttbe@xxxxxxxxxx>
> Signed-off-by: Matthieu Baerts (NGI0) <matttbe@xxxxxxxxxx>

Reviewed-by: Simon Horman <horms@xxxxxxxxxx>

Hi Mat,

A minor nit, perhaps it has been discussed before:

I'm not sure that your Reviewed-by is needed if you also provide
your Signed-off-by. Because it I think that the latter implies the former.