linux-next.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* linux-next: add s390 set_fs branch?
@ 2020-09-15 15:55 Heiko Carstens
  2020-09-15 23:54 ` Stephen Rothwell
  0 siblings, 1 reply; 5+ messages in thread
From: Heiko Carstens @ 2020-09-15 15:55 UTC (permalink / raw)
  To: Stephen Rothwell
  Cc: Vasily Gorbik, Christian Borntraeger, Christoph Hellwig, linux-next

Hi Stephen,

could you please add the 'set_fs' branch of the s390 kernel.org
repository to linux-next?

git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux.git set_fs

I'm wondering what the best way would be to deal with additional s390
specific topic branches and how to get them merged into linux-next?

As far as I can tell other maintainers merge all their branches into a
'for-next' branch, so that you only need to pull one branch (and don't
need to deal with requests like this one ;) ).

Would that the best way for you? If so we could simply do the same for
s390 as well. Please let us know.

Thank you!

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

* Re: linux-next: add s390 set_fs branch?
  2020-09-15 15:55 linux-next: add s390 set_fs branch? Heiko Carstens
@ 2020-09-15 23:54 ` Stephen Rothwell
  2020-09-16 16:28   ` Heiko Carstens
  0 siblings, 1 reply; 5+ messages in thread
From: Stephen Rothwell @ 2020-09-15 23:54 UTC (permalink / raw)
  To: Heiko Carstens
  Cc: Vasily Gorbik, Christian Borntraeger, Christoph Hellwig, linux-next

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

Hi Heiko,

On Tue, 15 Sep 2020 17:55:34 +0200 Heiko Carstens <hca@linux.ibm.com> wrote:
>
> could you please add the 'set_fs' branch of the s390 kernel.org
> repository to linux-next?
> 
> git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux.git set_fs
> 
> I'm wondering what the best way would be to deal with additional s390
> specific topic branches and how to get them merged into linux-next?
> 
> As far as I can tell other maintainers merge all their branches into a
> 'for-next' branch, so that you only need to pull one branch (and don't
> need to deal with requests like this one ;) ).
> 
> Would that the best way for you? If so we could simply do the same for
> s390 as well. Please let us know.

Yes, normally maintainers merge their topic branches into a single
"for-next" (or similar) branch for me to merge.  However, in some cases
I carry separate topic branches.  So what ever is easiest.

I have added the set_fs branch today (I called it s390-setfs).  If this
is going to be short lived (or you decide to do the merge yourself),
please try to remember to tell me to remove it when it is done with.

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] 5+ messages in thread

* Re: linux-next: add s390 set_fs branch?
  2020-09-15 23:54 ` Stephen Rothwell
@ 2020-09-16 16:28   ` Heiko Carstens
  2020-09-16 22:54     ` Stephen Rothwell
  0 siblings, 1 reply; 5+ messages in thread
From: Heiko Carstens @ 2020-09-16 16:28 UTC (permalink / raw)
  To: Stephen Rothwell; +Cc: Vasily Gorbik, Christian Borntraeger, linux-next

Hi Stephen,

> > I'm wondering what the best way would be to deal with additional s390
> > specific topic branches and how to get them merged into linux-next?
> > 
> > As far as I can tell other maintainers merge all their branches into a
> > 'for-next' branch, so that you only need to pull one branch (and don't
> > need to deal with requests like this one ;) ).
> > 
> > Would that the best way for you? If so we could simply do the same for
> > s390 as well. Please let us know.
> 
> Yes, normally maintainers merge their topic branches into a single
> "for-next" (or similar) branch for me to merge.  However, in some cases
> I carry separate topic branches.  So what ever is easiest.
> 
> I have added the set_fs branch today (I called it s390-setfs).  If this
> is going to be short lived (or you decide to do the merge yourself),
> please try to remember to tell me to remove it when it is done with.

Ok, so we have a "for-next" branch now:

git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux.git for-next

If you would include that in linux-next then you can drop the
following ones:

git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux.git#fixes
git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux.git#features
git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux.git#set_fs

Thanks a lot!

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

* Re: linux-next: add s390 set_fs branch?
  2020-09-16 16:28   ` Heiko Carstens
@ 2020-09-16 22:54     ` Stephen Rothwell
  2020-09-17  7:17       ` Heiko Carstens
  0 siblings, 1 reply; 5+ messages in thread
From: Stephen Rothwell @ 2020-09-16 22:54 UTC (permalink / raw)
  To: Heiko Carstens; +Cc: Vasily Gorbik, Christian Borntraeger, linux-next

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

Hi Heiko,

On Wed, 16 Sep 2020 18:28:46 +0200 Heiko Carstens <hca@linux.ibm.com> wrote:
>
> Ok, so we have a "for-next" branch now:
> 
> git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux.git for-next
> 
> If you would include that in linux-next then you can drop the
> following ones:
> 
> git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux.git#fixes
> git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux.git#features
> git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux.git#set_fs

I have removed the s390-setfs tree and updated the s390 tree.  I like
to keep the s390-fixes tree separate as I merge all the pending fixes
early and they get tested separately.   That should not stop you
merging your fixes branch into your for-next branch as well (to get rid
of conflicts or you local testing).

-- 
Cheers,
Stephen Rothwell

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

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

* Re: linux-next: add s390 set_fs branch?
  2020-09-16 22:54     ` Stephen Rothwell
@ 2020-09-17  7:17       ` Heiko Carstens
  0 siblings, 0 replies; 5+ messages in thread
From: Heiko Carstens @ 2020-09-17  7:17 UTC (permalink / raw)
  To: Stephen Rothwell; +Cc: Vasily Gorbik, Christian Borntraeger, linux-next

Hi Stephen,

On Thu, Sep 17, 2020 at 08:54:29AM +1000, Stephen Rothwell wrote:
> On Wed, 16 Sep 2020 18:28:46 +0200 Heiko Carstens <hca@linux.ibm.com> wrote:
> >
> > Ok, so we have a "for-next" branch now:
> > 
> > git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux.git for-next
> > 
> > If you would include that in linux-next then you can drop the
> > following ones:
> > 
> > git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux.git#fixes
> > git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux.git#features
> > git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux.git#set_fs
> 
> I have removed the s390-setfs tree and updated the s390 tree.  I like
> to keep the s390-fixes tree separate as I merge all the pending fixes
> early and they get tested separately.   That should not stop you
> merging your fixes branch into your for-next branch as well (to get rid
> of conflicts or you local testing).

Great, thank you!

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

end of thread, other threads:[~2020-09-17  8:13 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-15 15:55 linux-next: add s390 set_fs branch? Heiko Carstens
2020-09-15 23:54 ` Stephen Rothwell
2020-09-16 16:28   ` Heiko Carstens
2020-09-16 22:54     ` Stephen Rothwell
2020-09-17  7:17       ` Heiko Carstens

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).