Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1611929 > unrolled thread
| Started by | Stephen Rothwell <sfr@canb.auug.org.au> |
|---|---|
| First post | 2017-03-29 15:20 +0200 |
| Last post | 2017-03-30 08:30 +0200 |
| Articles | 4 — 2 participants |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: Including Alpine -next tree in linux-next Stephen Rothwell <sfr@canb.auug.org.au> - 2017-03-29 15:20 +0200
Re: Including Alpine -next tree in linux-next Antoine Tenart <antoine.tenart@free-electrons.com> - 2017-03-29 15:30 +0200
Re: Including Alpine -next tree in linux-next Stephen Rothwell <sfr@canb.auug.org.au> - 2017-03-30 00:30 +0200
Re: Including Alpine -next tree in linux-next Antoine Tenart <antoine.tenart@free-electrons.com> - 2017-03-30 08:30 +0200
| From | Stephen Rothwell <sfr@canb.auug.org.au> |
|---|---|
| Date | 2017-03-29 15:20 +0200 |
| Subject | Re: Including Alpine -next tree in linux-next |
| Message-ID | <tqlG2-7mo-27@gated-at.bofh.it> |
Hi Antoine, On Wed, 29 Mar 2017 15:12:01 +0200 Antoine Tenart <antoine.tenart@free-electrons.com> wrote: > > Hello Eric, Who is this "Eric" person? ;-) > Would it be possible to include Alpine's -next tree in linux-next? > > Repo: https://git.kernel.org/pub/scm/linux/kernel/git/atenart/linux.git > Branch: alpine/for-next Could you give me a short idea about what this tree contains? Also, whose tree will it be merged via (or does it go direct to Linus (Torvalds)? -- Cheers, Stephen Rothwell
[toc] | [next] | [standalone]
| From | Antoine Tenart <antoine.tenart@free-electrons.com> |
|---|---|
| Date | 2017-03-29 15:30 +0200 |
| Message-ID | <tqlPI-7sg-23@gated-at.bofh.it> |
| In reply to | #1611929 |
[Multipart message — attachments visible in raw view] — view raw
Hi Stephen, On Thu, Mar 30, 2017 at 12:14:54AM +1100, Stephen Rothwell wrote: > On Wed, 29 Mar 2017 15:12:01 +0200 Antoine Tenart <antoine.tenart@free-electrons.com> wrote: > > > > Hello Eric, > > Who is this "Eric" person? ;-) My apologies. I completely messed up my copy-and-paste I guess... Of course I meant "Stephen" :) > > Would it be possible to include Alpine's -next tree in linux-next? > > > > Repo: https://git.kernel.org/pub/scm/linux/kernel/git/atenart/linux.git > > Branch: alpine/for-next > > Could you give me a short idea about what this tree contains? Also, > whose tree will it be merged via (or does it go direct to Linus > (Torvalds)? The Alpine SoCs are ARM and ARM64 processors. This branch will contain patches we plan to send to arm-soc during their merge window. So mostly device tree and SoC specific patches. The patches will be merged through arm-soc before getting to Linus. Thanks, Antoine -- Antoine Ténart, Free Electrons Embedded Linux and Kernel engineering http://free-electrons.com
[toc] | [prev] | [next] | [standalone]
| From | Stephen Rothwell <sfr@canb.auug.org.au> |
|---|---|
| Date | 2017-03-30 00:30 +0200 |
| Message-ID | <tqugh-54n-3@gated-at.bofh.it> |
| In reply to | #1611942 |
Hi Antoine,
On Wed, 29 Mar 2017 15:21:48 +0200 Antoine Tenart <antoine.tenart@free-electrons.com> wrote:
>
> On Thu, Mar 30, 2017 at 12:14:54AM +1100, Stephen Rothwell wrote:
> > On Wed, 29 Mar 2017 15:12:01 +0200 Antoine Tenart <antoine.tenart@free-electrons.com> wrote:
> > >
> > > Hello Eric,
> >
> > Who is this "Eric" person? ;-)
>
> My apologies. I completely messed up my copy-and-paste I guess... Of
> course I meant "Stephen" :)
No worries :-)
> > > Would it be possible to include Alpine's -next tree in linux-next?
> > >
> > > Repo: https://git.kernel.org/pub/scm/linux/kernel/git/atenart/linux.git
> > > Branch: alpine/for-next
> >
> > Could you give me a short idea about what this tree contains? Also,
> > whose tree will it be merged via (or does it go direct to Linus
> > (Torvalds)?
>
> The Alpine SoCs are ARM and ARM64 processors. This branch will contain
> patches we plan to send to arm-soc during their merge window. So mostly
> device tree and SoC specific patches.
>
> The patches will be merged through arm-soc before getting to Linus.
Included from today with just you as the contact.
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
[toc] | [prev] | [next] | [standalone]
| From | Antoine Tenart <antoine.tenart@free-electrons.com> |
|---|---|
| Date | 2017-03-30 08:30 +0200 |
| Message-ID | <tqBKO-2aA-11@gated-at.bofh.it> |
| In reply to | #1612418 |
[Multipart message — attachments visible in raw view] — view raw
Hi Stephen, On Thu, Mar 30, 2017 at 09:29:09AM +1100, Stephen Rothwell wrote: > On Wed, 29 Mar 2017 15:21:48 +0200 Antoine Tenart <antoine.tenart@free-electrons.com> wrote: > > On Thu, Mar 30, 2017 at 12:14:54AM +1100, Stephen Rothwell wrote: > > > On Wed, 29 Mar 2017 15:12:01 +0200 Antoine Tenart <antoine.tenart@free-electrons.com> wrote: > > > > Would it be possible to include Alpine's -next tree in linux-next? > > > > > > > > Repo: https://git.kernel.org/pub/scm/linux/kernel/git/atenart/linux.git > > > > Branch: alpine/for-next > > > > > > Could you give me a short idea about what this tree contains? Also, > > > whose tree will it be merged via (or does it go direct to Linus > > > (Torvalds)? > > > > The Alpine SoCs are ARM and ARM64 processors. This branch will contain > > patches we plan to send to arm-soc during their merge window. So mostly > > device tree and SoC specific patches. > > > > The patches will be merged through arm-soc before getting to Linus. > > Included from today with just you as the contact. Thanks! Antoine -- Antoine Ténart, Free Electrons Embedded Linux and Kernel engineering http://free-electrons.com
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web