mbox series

[v2,0/3] selftests: lib.mk improvements

Message ID 20200515120026.113278-1-yauheni.kaliuta@redhat.com
Headers show
Series selftests: lib.mk improvements | expand

Message

Yauheni Kaliuta May 15, 2020, noon UTC
Yauheni Kaliuta (3):
  selftests: do not use .ONESHELL
  selftests: fix condition in run_tests
  selftests: simplify run_tests

 tools/testing/selftests/lib.mk | 19 ++++++-------------
 1 file changed, 6 insertions(+), 13 deletions(-)

Comments

shuah May 19, 2020, 1:59 p.m. UTC | #1
On 5/15/20 6:00 AM, Yauheni Kaliuta wrote:
> 
> Yauheni Kaliuta (3):
>    selftests: do not use .ONESHELL
>    selftests: fix condition in run_tests
>    selftests: simplify run_tests
> 
>   tools/testing/selftests/lib.mk | 19 ++++++-------------
>   1 file changed, 6 insertions(+), 13 deletions(-)
> 

Quick note that, I will pull these in for 5.8-rc1.

thanks,
-- Shuah
Yauheni Kaliuta May 19, 2020, 2:49 p.m. UTC | #2
Hi, shuah!

>>>>> On Tue, 19 May 2020 07:59:16 -0600, shuah   wrote:

 > On 5/15/20 6:00 AM, Yauheni Kaliuta wrote:
 >> 
 >> Yauheni Kaliuta (3):
 >> selftests: do not use .ONESHELL
 >> selftests: fix condition in run_tests
 >> selftests: simplify run_tests
 >> 
 >> tools/testing/selftests/lib.mk | 19 ++++++-------------
 >> 1 file changed, 6 insertions(+), 13 deletions(-)
 >> 

 > Quick note that, I will pull these in for 5.8-rc1.

Thanks!
shuah May 22, 2020, 3:09 p.m. UTC | #3
On 5/19/20 8:49 AM, Yauheni Kaliuta wrote:
> Hi, shuah!
> 
>>>>>> On Tue, 19 May 2020 07:59:16 -0600, shuah   wrote:
> 
>   > On 5/15/20 6:00 AM, Yauheni Kaliuta wrote:
>   >>
>   >> Yauheni Kaliuta (3):
>   >> selftests: do not use .ONESHELL
>   >> selftests: fix condition in run_tests
>   >> selftests: simplify run_tests
>   >>
>   >> tools/testing/selftests/lib.mk | 19 ++++++-------------
>   >> 1 file changed, 6 insertions(+), 13 deletions(-)
>   >>
> 
>   > Quick note that, I will pull these in for 5.8-rc1.

Patches look okay to me, however, just noticed, this series hasn't
been cc'ed to linux-kselftest. Hence it didn't go through the
necessary reviews.

Please run get_maintainers and resend the series to everybody the
script suggests.

thanks,
-- Shuah
Yauheni Kaliuta May 22, 2020, 3:38 p.m. UTC | #4
Hi, Shuah!

On Fri, May 22, 2020 at 6:09 PM shuah <shuah@kernel.org> wrote:
>
> On 5/19/20 8:49 AM, Yauheni Kaliuta wrote:
> > Hi, shuah!
> >
> >>>>>> On Tue, 19 May 2020 07:59:16 -0600, shuah   wrote:
> >
> >   > On 5/15/20 6:00 AM, Yauheni Kaliuta wrote:
> >   >>
> >   >> Yauheni Kaliuta (3):
> >   >> selftests: do not use .ONESHELL
> >   >> selftests: fix condition in run_tests
> >   >> selftests: simplify run_tests
> >   >>
> >   >> tools/testing/selftests/lib.mk | 19 ++++++-------------
> >   >> 1 file changed, 6 insertions(+), 13 deletions(-)
> >   >>
> >
> >   > Quick note that, I will pull these in for 5.8-rc1.
>
> Patches look okay to me, however, just noticed, this series hasn't
> been cc'ed to linux-kselftest. Hence it didn't go through the
> necessary reviews.
>
> Please run get_maintainers and resend the series to everybody the
> script suggests.
>

Sorry for that. Should I resend to the ML?
shuah May 26, 2020, 5:18 p.m. UTC | #5
On 5/22/20 9:38 AM, Yauheni Kaliuta wrote:
> Hi, Shuah!
> 
> On Fri, May 22, 2020 at 6:09 PM shuah <shuah@kernel.org> wrote:
>>
>> On 5/19/20 8:49 AM, Yauheni Kaliuta wrote:
>>> Hi, shuah!
>>>
>>>>>>>> On Tue, 19 May 2020 07:59:16 -0600, shuah   wrote:
>>>
>>>    > On 5/15/20 6:00 AM, Yauheni Kaliuta wrote:
>>>    >>
>>>    >> Yauheni Kaliuta (3):
>>>    >> selftests: do not use .ONESHELL
>>>    >> selftests: fix condition in run_tests
>>>    >> selftests: simplify run_tests
>>>    >>
>>>    >> tools/testing/selftests/lib.mk | 19 ++++++-------------
>>>    >> 1 file changed, 6 insertions(+), 13 deletions(-)
>>>    >>
>>>
>>>    > Quick note that, I will pull these in for 5.8-rc1.
>>
>> Patches look okay to me, however, just noticed, this series hasn't
>> been cc'ed to linux-kselftest. Hence it didn't go through the
>> necessary reviews.
>>
>> Please run get_maintainers and resend the series to everybody the
>> script suggests.
>>
> 
> Sorry for that. Should I resend to the ML?
> 


Yes please.

thanks,
-- Shuah