2023-07-29 00:27:44

by Jakub Kicinski

[permalink] [raw]
Subject: Re: [PATCH v2] selftests:connector: Fix input argument error paths to skip

On Fri, 28 Jul 2023 16:53:57 -0600 Shuah Khan wrote:
> Fix input argument parsing paths to skip from their error legs.
> This fix helps to avoid false test failure reports without running
> the test.
>
> Signed-off-by: Shuah Khan <[email protected]>

netdev was not CCed on this or patch 3 of the previous series :S
Which is a bit odd 'cause it was CCed on patches 1 and 2 ????️


2023-07-29 00:53:32

by Shuah Khan

[permalink] [raw]
Subject: Re: [PATCH v2] selftests:connector: Fix input argument error paths to skip

On 7/28/23 17:21, Jakub Kicinski wrote:
> On Fri, 28 Jul 2023 16:53:57 -0600 Shuah Khan wrote:
>> Fix input argument parsing paths to skip from their error legs.
>> This fix helps to avoid false test failure reports without running
>> the test.
>>
>> Signed-off-by: Shuah Khan <[email protected]>
>
> netdev was not CCed on this or patch 3 of the previous series :S
> Which is a bit odd 'cause it was CCed on patches 1 and 2 ????️

Odd. get_maintainers.pl didn't give me netdev. I added netdev
and others to the first patch from the bug report.

Would you like me to resend this with netdev on the cc?

thanks,
-- Shuah