public inbox for linux-next@vger.kernel.org 
 help / color / mirror / Atom feed
* Request to add linux-kselftest test branch
@ 2019-09-25 19:30 Shuah Khan
  2019-09-26 15:05 ` Mark Brown
  0 siblings, 1 reply; 9+ messages in thread
From: Shuah Khan @ 2019-09-25 19:30 UTC (permalink / raw)
  To: linux-next, Shuah Khan; +Cc: Mark Brown, Stephen Rothwell

Hi Mark,

Please add the following linux-kselftest test branch to linux-next.

https://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest.git/log/?h=test

please let me know if you have questions.

thanks,
-- Shuah

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Request to add linux-kselftest test branch
  2019-09-25 19:30 Request to add linux-kselftest test branch Shuah Khan
@ 2019-09-26 15:05 ` Mark Brown
  2019-09-26 16:53   ` Shuah Khan
  0 siblings, 1 reply; 9+ messages in thread
From: Mark Brown @ 2019-09-26 15:05 UTC (permalink / raw)
  To: Shuah Khan, Brendan Higgins; +Cc: linux-next, Stephen Rothwell

[-- Attachment #1: Type: text/plain, Size: 1389 bytes --]

On Wed, Sep 25, 2019 at 01:30:15PM -0600, Shuah Khan wrote:

> Please add the following linux-kselftest test branch to linux-next.

> https://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest.git/log/?h=test

> please let me know if you have questions.

OK, I've added that now - I did actually merge it in by hand
yesterday too.  It looks like it's for kunit so I guess Brendan
should be in the CC list for any issues too?  Hopefully Stephen
will see these mails when he gets back but it's worth checking
and following up to make sure that he picks it up after he gets
back on the 30th.

Thanks for adding your subsystem tree as a participant of linux-next.  As
you may know, this is not a judgement of your code.  The purpose of
linux-next is for integration testing and to lower the impact of
conflicts between subsystems in the next merge window.

You will need to ensure that the patches/commits in your tree/series have
been:
     * submitted under GPL v2 (or later) and include the Contributor's
        Signed-off-by,
     * posted to the relevant mailing list,
     * reviewed by you (or another maintainer of your subsystem tree),
     * successfully unit tested, and
     * destined for the current or next Linux merge window.

Basically, this should be just what you would send to Linus (or ask him
to fetch).  It is allowed to be rebased if you deem it necessary.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Request to add linux-kselftest test branch
  2019-09-26 15:05 ` Mark Brown
@ 2019-09-26 16:53   ` Shuah Khan
  2019-09-30 17:05     ` Brendan Higgins
  0 siblings, 1 reply; 9+ messages in thread
From: Shuah Khan @ 2019-09-26 16:53 UTC (permalink / raw)
  To: Mark Brown, Brendan Higgins
  Cc: linux-next, Stephen Rothwell, skh >> Shuah Khan

On 9/26/19 9:05 AM, Mark Brown wrote:
> On Wed, Sep 25, 2019 at 01:30:15PM -0600, Shuah Khan wrote:
> 
>> Please add the following linux-kselftest test branch to linux-next.
> 
>> https://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest.git/log/?h=test
> 
>> please let me know if you have questions.
> 
> OK, I've added that now - I did actually merge it in by hand
> yesterday too.  It looks like it's for kunit so I guess Brendan
> should be in the CC list for any issues too?  Hopefully Stephen
> will see these mails when he gets back but it's worth checking
> and following up to make sure that he picks it up after he gets
> back on the 30th.

Great. I forgot to include Brendan. Thanks for adding him.

thanks,
-- Shuah

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Request to add linux-kselftest test branch
  2019-09-26 16:53   ` Shuah Khan
@ 2019-09-30 17:05     ` Brendan Higgins
  2019-09-30 21:39       ` Stephen Rothwell
  0 siblings, 1 reply; 9+ messages in thread
From: Brendan Higgins @ 2019-09-30 17:05 UTC (permalink / raw)
  To: Stephen Rothwell, Mark Brown
  Cc: Linux Next Mailing List, skh >> Shuah Khan

On Thu, Sep 26, 2019 at 9:53 AM Shuah Khan <skhan@linuxfoundation•org> wrote:
>
> On 9/26/19 9:05 AM, Mark Brown wrote:
> > On Wed, Sep 25, 2019 at 01:30:15PM -0600, Shuah Khan wrote:
> >
> >> Please add the following linux-kselftest test branch to linux-next.
> >
> >> https://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest.git/log/?h=test
> >
> >> please let me know if you have questions.
> >
> > OK, I've added that now - I did actually merge it in by hand
> > yesterday too.  It looks like it's for kunit so I guess Brendan
> > should be in the CC list for any issues too?  Hopefully Stephen
> > will see these mails when he gets back but it's worth checking
> > and following up to make sure that he picks it up after he gets
> > back on the 30th.

Just following up since Mark suggested that it might be a good idea to
do so and it doesn't look like the linux-kselftest test branch is
currently in next-20190930.

Thanks!

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Request to add linux-kselftest test branch
  2019-09-30 17:05     ` Brendan Higgins
@ 2019-09-30 21:39       ` Stephen Rothwell
  2019-09-30 21:47         ` Brendan Higgins
  0 siblings, 1 reply; 9+ messages in thread
From: Stephen Rothwell @ 2019-09-30 21:39 UTC (permalink / raw)
  To: Shuah Khan; +Cc: Brendan Higgins, Mark Brown, Linux Next Mailing List

[-- Attachment #1: Type: text/plain, Size: 2307 bytes --]

Hi Shuah,

On Mon, 30 Sep 2019 10:05:28 -0700 Brendan Higgins <brendanhiggins@google•com> wrote:
>
> On Thu, Sep 26, 2019 at 9:53 AM Shuah Khan <skhan@linuxfoundation•org> wrote:
> >
> > On 9/26/19 9:05 AM, Mark Brown wrote:  
> > > On Wed, Sep 25, 2019 at 01:30:15PM -0600, Shuah Khan wrote:
> > >  
> > >> Please add the following linux-kselftest test branch to linux-next.  
> > >  
> > >> https://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest.git/log/?h=test  
> > >  
> > >> please let me know if you have questions.  
> > >
> > > OK, I've added that now - I did actually merge it in by hand
> > > yesterday too.  It looks like it's for kunit so I guess Brendan
> > > should be in the CC list for any issues too?  Hopefully Stephen
> > > will see these mails when he gets back but it's worth checking
> > > and following up to make sure that he picks it up after he gets
> > > back on the 30th.  
> 
> Just following up since Mark suggested that it might be a good idea to
> do so and it doesn't look like the linux-kselftest test branch is
> currently in next-20190930.

Brendan, thanks for the reminder.

I have added this tree form today and called it kunit, I hope that is
OK.

Is this meant to be the updates for the next merge window, or fixes for
the current releasel?  I ask because I notice that you also have a
"next" branch that Linus has merged for the current merge window.

Thanks for adding your subsystem tree as a participant of linux-next.  As
you may know, this is not a judgement of your code.  The purpose of
linux-next is for integration testing and to lower the impact of
conflicts between subsystems in the next merge window. 

You will need to ensure that the patches/commits in your tree/series have
been:
     * submitted under GPL v2 (or later) and include the Contributor's
        Signed-off-by,
     * posted to the relevant mailing list,
     * reviewed by you (or another maintainer of your subsystem tree),
     * successfully unit tested, and 
     * destined for the current or next Linux merge window.

Basically, this should be just what you would send to Linus (or ask him
to fetch).  It is allowed to be rebased if you deem it necessary.

-- 
Cheers,
Stephen Rothwell 
sfr@canb•auug.org.au

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Request to add linux-kselftest test branch
  2019-09-30 21:39       ` Stephen Rothwell
@ 2019-09-30 21:47         ` Brendan Higgins
  2019-09-30 22:00           ` Shuah Khan
  2019-09-30 22:02           ` Stephen Rothwell
  0 siblings, 2 replies; 9+ messages in thread
From: Brendan Higgins @ 2019-09-30 21:47 UTC (permalink / raw)
  To: Stephen Rothwell; +Cc: Shuah Khan, Mark Brown, Linux Next Mailing List

On Mon, Sep 30, 2019 at 2:39 PM Stephen Rothwell <sfr@canb•auug.org.au> wrote:
>
> Hi Shuah,
>
> On Mon, 30 Sep 2019 10:05:28 -0700 Brendan Higgins <brendanhiggins@google•com> wrote:
> >
> > On Thu, Sep 26, 2019 at 9:53 AM Shuah Khan <skhan@linuxfoundation•org> wrote:
> > >
> > > On 9/26/19 9:05 AM, Mark Brown wrote:
> > > > On Wed, Sep 25, 2019 at 01:30:15PM -0600, Shuah Khan wrote:
> > > >
> > > >> Please add the following linux-kselftest test branch to linux-next.
> > > >
> > > >> https://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest.git/log/?h=test
> > > >
> > > >> please let me know if you have questions.
> > > >
> > > > OK, I've added that now - I did actually merge it in by hand
> > > > yesterday too.  It looks like it's for kunit so I guess Brendan
> > > > should be in the CC list for any issues too?  Hopefully Stephen
> > > > will see these mails when he gets back but it's worth checking
> > > > and following up to make sure that he picks it up after he gets
> > > > back on the 30th.
> >
> > Just following up since Mark suggested that it might be a good idea to
> > do so and it doesn't look like the linux-kselftest test branch is
> > currently in next-20190930.
>
> Brendan, thanks for the reminder.
>
> I have added this tree form today and called it kunit, I hope that is
> OK.

Great! Thanks!

> Is this meant to be the updates for the next merge window, or fixes for
> the current releasel?  I ask because I notice that you also have a
> "next" branch that Linus has merged for the current merge window.

Linus had a minor complaint with the KUnit patches, so we had to fix
them and pull them out into a separate branch. We didn't get enough
coverage on the updated patches in time for rc1, so we are hoping we
can get away with sending them in as part of rc2; if that doesn't work
then it will be for the next merge window.

Shuah, does that sum up the situation as you understand it?

Cheers!

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Request to add linux-kselftest test branch
  2019-09-30 21:47         ` Brendan Higgins
@ 2019-09-30 22:00           ` Shuah Khan
  2019-09-30 22:02           ` Stephen Rothwell
  1 sibling, 0 replies; 9+ messages in thread
From: Shuah Khan @ 2019-09-30 22:00 UTC (permalink / raw)
  To: Brendan Higgins, Stephen Rothwell
  Cc: Mark Brown, Linux Next Mailing List, skh >> Shuah Khan

On 9/30/19 3:47 PM, Brendan Higgins wrote:
> On Mon, Sep 30, 2019 at 2:39 PM Stephen Rothwell <sfr@canb•auug.org.au> wrote:
>>
>> Hi Shuah,
>>
>> On Mon, 30 Sep 2019 10:05:28 -0700 Brendan Higgins <brendanhiggins@google•com> wrote:
>>>
>>> On Thu, Sep 26, 2019 at 9:53 AM Shuah Khan <skhan@linuxfoundation•org> wrote:
>>>>
>>>> On 9/26/19 9:05 AM, Mark Brown wrote:
>>>>> On Wed, Sep 25, 2019 at 01:30:15PM -0600, Shuah Khan wrote:
>>>>>
>>>>>> Please add the following linux-kselftest test branch to linux-next.
>>>>>
>>>>>> https://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest.git/log/?h=test
>>>>>
>>>>>> please let me know if you have questions.
>>>>>
>>>>> OK, I've added that now - I did actually merge it in by hand
>>>>> yesterday too.  It looks like it's for kunit so I guess Brendan
>>>>> should be in the CC list for any issues too?  Hopefully Stephen
>>>>> will see these mails when he gets back but it's worth checking
>>>>> and following up to make sure that he picks it up after he gets
>>>>> back on the 30th.
>>>
>>> Just following up since Mark suggested that it might be a good idea to
>>> do so and it doesn't look like the linux-kselftest test branch is
>>> currently in next-20190930.
>>
>> Brendan, thanks for the reminder.
>>
>> I have added this tree form today and called it kunit, I hope that is
>> OK.
> 
> Great! Thanks!
> 
>> Is this meant to be the updates for the next merge window, or fixes for
>> the current releasel?  I ask because I notice that you also have a
>> "next" branch that Linus has merged for the current merge window.
> 
> Linus had a minor complaint with the KUnit patches, so we had to fix
> them and pull them out into a separate branch. We didn't get enough
> coverage on the updated patches in time for rc1, so we are hoping we
> can get away with sending them in as part of rc2; if that doesn't work
> then it will be for the next merge window.
> 

The content was originally intended for rc1. Because the move to new
location happened smack in the middle of the  merge window, my concern
is that it didn't get reviews. So on one hand I am hopeful it can get
into 5.4-rc2 or rc3, however there is no guarantee.

So this content might still make it into 5.4, or might end up staying
in linux-next until 5.5

thanks,
-- Shuah



^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Request to add linux-kselftest test branch
  2019-09-30 21:47         ` Brendan Higgins
  2019-09-30 22:00           ` Shuah Khan
@ 2019-09-30 22:02           ` Stephen Rothwell
  2019-09-30 22:09             ` Shuah Khan
  1 sibling, 1 reply; 9+ messages in thread
From: Stephen Rothwell @ 2019-09-30 22:02 UTC (permalink / raw)
  To: Brendan Higgins; +Cc: Shuah Khan, Mark Brown, Linux Next Mailing List

[-- Attachment #1: Type: text/plain, Size: 564 bytes --]

Hi Brendan,

On Mon, 30 Sep 2019 14:47:34 -0700 Brendan Higgins <brendanhiggins@google•com> wrote:
>
> Linus had a minor complaint with the KUnit patches, so we had to fix
> them and pull them out into a separate branch. We didn't get enough
> coverage on the updated patches in time for rc1, so we are hoping we
> can get away with sending them in as part of rc2; if that doesn't work
> then it will be for the next merge window.

Ah, OK.  And I just noticed that the "next" branch is actually my
"kselfest" tree ...

-- 
Cheers,
Stephen Rothwell

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Request to add linux-kselftest test branch
  2019-09-30 22:02           ` Stephen Rothwell
@ 2019-09-30 22:09             ` Shuah Khan
  0 siblings, 0 replies; 9+ messages in thread
From: Shuah Khan @ 2019-09-30 22:09 UTC (permalink / raw)
  To: Stephen Rothwell, Brendan Higgins
  Cc: Mark Brown, Linux Next Mailing List, skh >> Shuah Khan

On 9/30/19 4:02 PM, Stephen Rothwell wrote:
> Hi Brendan,
> 
> On Mon, 30 Sep 2019 14:47:34 -0700 Brendan Higgins <brendanhiggins@google•com> wrote:
>>
>> Linus had a minor complaint with the KUnit patches, so we had to fix
>> them and pull them out into a separate branch. We didn't get enough
>> coverage on the updated patches in time for rc1, so we are hoping we
>> can get away with sending them in as part of rc2; if that doesn't work
>> then it will be for the next merge window.
> 
> Ah, OK.  And I just noticed that the "next" branch is actually my
> "kselfest" tree ...
> 

Also, I haven't merged into kselftest next yet. I havent' decided yet
whether or not this will go into 5.4 or not.

thanks,
-- Shuah

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2019-09-30 22:09 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-09-25 19:30 Request to add linux-kselftest test branch Shuah Khan
2019-09-26 15:05 ` Mark Brown
2019-09-26 16:53   ` Shuah Khan
2019-09-30 17:05     ` Brendan Higgins
2019-09-30 21:39       ` Stephen Rothwell
2019-09-30 21:47         ` Brendan Higgins
2019-09-30 22:00           ` Shuah Khan
2019-09-30 22:02           ` Stephen Rothwell
2019-09-30 22:09             ` Shuah Khan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox