* IBFT and SWIOTLB tree.
@ 2010-02-23 16:00 Konrad Rzeszutek Wilk
2010-02-24 8:39 ` Stephen Rothwell
0 siblings, 1 reply; 5+ messages in thread
From: Konrad Rzeszutek Wilk @ 2010-02-23 16:00 UTC (permalink / raw)
To: sfr, linux-next
I was wondering if it would be possible to include these two trees in
the automatic merge/build process:
git://git.kernel.org/pub/scm/linux/kernel/git/konrad/ibft-2.6.git
and
git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlb-2.6.git
Thanks,
Konrad
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: IBFT and SWIOTLB tree.
2010-02-23 16:00 IBFT and SWIOTLB tree Konrad Rzeszutek Wilk
@ 2010-02-24 8:39 ` Stephen Rothwell
2010-02-24 15:00 ` Konrad Rzeszutek Wilk
0 siblings, 1 reply; 5+ messages in thread
From: Stephen Rothwell @ 2010-02-24 8:39 UTC (permalink / raw)
To: Konrad Rzeszutek Wilk; +Cc: linux-next
[-- Attachment #1: Type: text/plain, Size: 677 bytes --]
Hi Konrad,
On Tue, 23 Feb 2010 11:00:34 -0500 Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> wrote:
>
> I was wondering if it would be possible to include these two trees in
> the automatic merge/build process:
I would need a bit a background for these trees since you are not listed
as a maintainer in the MAINTAINERS file.
> git://git.kernel.org/pub/scm/linux/kernel/git/konrad/ibft-2.6.git
>
> and
> git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlb-2.6.git
The master branch of both these trees is empty relative to Linus' tree ...
--
Cheers,
Stephen Rothwell sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/
[-- Attachment #2: Type: application/pgp-signature, Size: 198 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: IBFT and SWIOTLB tree.
2010-02-24 8:39 ` Stephen Rothwell
@ 2010-02-24 15:00 ` Konrad Rzeszutek Wilk
2010-03-01 6:25 ` Stephen Rothwell
0 siblings, 1 reply; 5+ messages in thread
From: Konrad Rzeszutek Wilk @ 2010-02-24 15:00 UTC (permalink / raw)
To: Stephen Rothwell; +Cc: linux-next
On Wed, Feb 24, 2010 at 07:39:31PM +1100, Stephen Rothwell wrote:
> Hi Konrad,
>
> On Tue, 23 Feb 2010 11:00:34 -0500 Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> wrote:
> >
> > I was wondering if it would be possible to include these two trees in
> > the automatic merge/build process:
>
> I would need a bit a background for these trees since you are not listed
> as a maintainer in the MAINTAINERS file.
Hmm, weird. IBFT is the patch set for the drivers/firmware/iscsi_ibft.c
which was developed by me.
>
> > git://git.kernel.org/pub/scm/linux/kernel/git/konrad/ibft-2.6.git
> >
> > and
> > git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlb-2.6.git
That one is the re-work of the SWIOTLB IOMMU code. Not a maintainer, but
I want to make sure that the patches don't stomp/break other code.
>
> The master branch of both these trees is empty relative to Linus' tree ...
Let me fix that. I had the HEAD point to the right branch, but didn't
think of updating the refs/heads/master file.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: IBFT and SWIOTLB tree.
2010-02-24 15:00 ` Konrad Rzeszutek Wilk
@ 2010-03-01 6:25 ` Stephen Rothwell
2010-03-01 18:26 ` Konrad Rzeszutek Wilk
0 siblings, 1 reply; 5+ messages in thread
From: Stephen Rothwell @ 2010-03-01 6:25 UTC (permalink / raw)
To: Konrad Rzeszutek Wilk; +Cc: linux-next
[-- Attachment #1: Type: text/plain, Size: 2975 bytes --]
Hi Konrad,
On Wed, 24 Feb 2010 10:00:34 -0500 Konrad Rzeszutek Wilk <konrad.wilk@ORACLE.COM> wrote:
>
> On Wed, Feb 24, 2010 at 07:39:31PM +1100, Stephen Rothwell wrote:
> >
> > I would need a bit a background for these trees since you are not listed
> > as a maintainer in the MAINTAINERS file.
>
> Hmm, weird. IBFT is the patch set for the drivers/firmware/iscsi_ibft.c
> which was developed by me.
And I see you have added a MAINTAINERS entry and Linus has merged the two
patches. I will add this tree tomorrow. Please don't add any 2.6.35
material until after 2.6.34-rc1 is released. 2.6.34 material and fixes
are OK.
> > > git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlb-2.6.git
>
> That one is the re-work of the SWIOTLB IOMMU code. Not a maintainer, but
> I want to make sure that the patches don't stomp/break other code.
Is this intended for 3.6.34? I can't add that tree yet, as it has a
series of patches in it that have no Signed-off-by lines. This material
should also get fairly wide review and I would expect to see some
Acked-by lines before the patches were ready for inclusion.
> > The master branch of both these trees is empty relative to Linus' tree ...
>
> Let me fix that. I had the HEAD point to the right branch, but didn't
> think of updating the refs/heads/master file.
Since you didn't tell me what branch to use, I assumed the master branch.
Thanks for adding your subsystem tree as a participant of linux-next. As
you may know, this is not a judgment 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
Legal Stuff:
By participating in linux-next, your subsystem tree contributions are
public and will be included in the linux-next trees. You may be sent
e-mail messages indicating errors or other issues when the
patches/commits from your subsystem tree are merged and tested in
linux-next. These messages may also be cross-posted to the linux-next
mailing list, the linux-kernel mailing list, etc. The linux-next tree
project and IBM (my employer) make no warranties regarding the linux-next
project, the testing procedures, the results, the e-mails, etc. If you
don't agree to these ground rules, let me know and I'll remove your tree
from participation in linux-next.
[-- Attachment #2: Type: application/pgp-signature, Size: 198 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: IBFT and SWIOTLB tree.
2010-03-01 6:25 ` Stephen Rothwell
@ 2010-03-01 18:26 ` Konrad Rzeszutek Wilk
0 siblings, 0 replies; 5+ messages in thread
From: Konrad Rzeszutek Wilk @ 2010-03-01 18:26 UTC (permalink / raw)
To: Stephen Rothwell; +Cc: linux-next
On Mon, Mar 01, 2010 at 05:25:54PM +1100, Stephen Rothwell wrote:
> Hi Konrad,
>
> On Wed, 24 Feb 2010 10:00:34 -0500 Konrad Rzeszutek Wilk <konrad.wilk@ORACLE.COM> wrote:
> >
> > On Wed, Feb 24, 2010 at 07:39:31PM +1100, Stephen Rothwell wrote:
> > >
> > > I would need a bit a background for these trees since you are not listed
> > > as a maintainer in the MAINTAINERS file.
> >
> > Hmm, weird. IBFT is the patch set for the drivers/firmware/iscsi_ibft.c
> > which was developed by me.
>
> And I see you have added a MAINTAINERS entry and Linus has merged the two
> patches. I will add this tree tomorrow. Please don't add any 2.6.35
> material until after 2.6.34-rc1 is released. 2.6.34 material and fixes
> are OK.
Excellent.
>
> > > > git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlb-2.6.git
> >
> > That one is the re-work of the SWIOTLB IOMMU code. Not a maintainer, but
> > I want to make sure that the patches don't stomp/break other code.
>
> Is this intended for 3.6.34? I can't add that tree yet, as it has a
> series of patches in it that have no Signed-off-by lines. This material
> should also get fairly wide review and I would expect to see some
> Acked-by lines before the patches were ready for inclusion.
Ok. I am still a bit new at this so I wasn't sure about the inclusion
criteria. Please defer that git tree (swiotlb-2.6) until I get it moving upstream.
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2010-03-01 18:51 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-23 16:00 IBFT and SWIOTLB tree Konrad Rzeszutek Wilk
2010-02-24 8:39 ` Stephen Rothwell
2010-02-24 15:00 ` Konrad Rzeszutek Wilk
2010-03-01 6:25 ` Stephen Rothwell
2010-03-01 18:26 ` Konrad Rzeszutek Wilk
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).