* Re: linux-rdma repository url
[not found] ` <EE7902D3F51F404C82415C4803930ACD5DC493FD-DWYeeINJQrxExQ8dmkPuX0M9+F4ksjoh@public.gmane.org>
@ 2015-05-05 17:47 ` Doug Ledford
[not found] ` <1430848060.2407.246.camel-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
0 siblings, 1 reply; 4+ messages in thread
From: Doug Ledford @ 2015-05-05 17:47 UTC (permalink / raw)
To: Devesh Sharma; +Cc: linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
[-- Attachment #1: Type: text/plain, Size: 2808 bytes --]
On Tue, 2015-05-05 at 07:01 +0000, Devesh Sharma wrote:
> Hi Doug,
>
>
>
> Pardon me if it’s a repeated question for you, what is the git url to
> clone and cut patches for posting on linux-rdma community. Roland used
> to maintain it on kernel.org.
I added linux-rdma to this email because this is a question I need to
answer generally.
I've been chatting with Linus and while he'll accept pull requests from
github repos, because of the open nature of github and therefore the
lower security, he does prefer kernel.org. I've filed a ticket with
kernel.org to get an account, so when they get around to creating it and
giving me repo space there, I'll update the MAINTAINERS file to point to
that url. For now, I'll keep using github though.
This brings up an issue I wanted to let people know about. Good git
hygiene is for a maintainer to never rebase a tree. This is all well
and good, but as people have seen by watching Michael's cleanup patch
set, sometimes a rebase is inevitable. So, in order to fullfill the
role of both a maintainer with good git hygiene and the need of
someplace for people to see forward looking state, I will be maintaining
*both* the kernel.org and my personal github kernel repos with the
understanding that nothing will appear in kernel.org until I am
essentially ready to send the pull request for it (although that's an
oversimplification, more accurate would be once it lands in kernel.org,
no further changes to the existing patches will be possible, updates
will need to be done as incremental patches on top of whatever is there,
aka fast forward updates only to my branches on kernel.org), and things
will appear in my github repo sooner, but may later change or get
rebased (although I will try to keep that to a minimum, but sometimes it
can't be avoided).
With that in mind, I've put up a new push of the tree to the current
github repo (git://github.com/dledford/linux.git). It has the changes I
have queued for the 4.1-rc cycle. People can see what I have queued up
by pulling either the for-linus tag, or the k.o-for-4.1-rc branch.
I also want to take a minute and let people know that I plan on doing a
standard for-<version>-rc branch on each release. I'll create the
branch once the <version>-rc2 kernel tag is available. Unless the rc2
tag is unstable, in which case I'll pick another one. That will be
where I put any patches for problems found during rc cycles and it will
stay constant with only rdma related fix patches added until the end of
the rc cycle. So if people want to know when and what kernel to start
rc phase testing on, that's going to be it on each release.
--
Doug Ledford <dledford-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
GPG KeyID: 0E572FDD
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 819 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: linux-rdma repository url
[not found] ` <1430848060.2407.246.camel-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
@ 2015-05-06 19:41 ` Yann Droneaud
2015-05-06 19:48 ` Doug Ledford
0 siblings, 1 reply; 4+ messages in thread
From: Yann Droneaud @ 2015-05-06 19:41 UTC (permalink / raw)
To: Doug Ledford
Cc: Devesh Sharma, linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
Stephen Rothwell, linux-next-u79uwXL29TY76Z2rM5mHXA
Hi Doug,
Le mardi 05 mai 2015 à 13:47 -0400, Doug Ledford a écrit :
> On Tue, 2015-05-05 at 07:01 +0000, Devesh Sharma wrote:
> >
> > Pardon me if it’s a repeated question for you, what is the git url to
> > clone and cut patches for posting on linux-rdma community. Roland used
> > to maintain it on kernel.org.
>
> I added linux-rdma to this email because this is a question I need to
> answer generally.
>
> I've been chatting with Linus and while he'll accept pull requests from
> github repos, because of the open nature of github and therefore the
> lower security, he does prefer kernel.org. I've filed a ticket with
> kernel.org to get an account, so when they get around to creating it and
> giving me repo space there, I'll update the MAINTAINERS file to point to
> that url. For now, I'll keep using github though.
>
> This brings up an issue I wanted to let people know about. Good git
> hygiene is for a maintainer to never rebase a tree. This is all well
> and good, but as people have seen by watching Michael's cleanup patch
> set, sometimes a rebase is inevitable. So, in order to fullfill the
> role of both a maintainer with good git hygiene and the need of
> someplace for people to see forward looking state, I will be maintaining
> *both* the kernel.org and my personal github kernel repos with the
> understanding that nothing will appear in kernel.org until I am
> essentially ready to send the pull request for it (although that's an
> oversimplification, more accurate would be once it lands in kernel.org,
> no further changes to the existing patches will be possible, updates
> will need to be done as incremental patches on top of whatever is there,
> aka fast forward updates only to my branches on kernel.org), and things
> will appear in my github repo sooner, but may later change or get
> rebased (although I will try to keep that to a minimum, but sometimes it
> can't be avoided).
>
> With that in mind, I've put up a new push of the tree to the current
> github repo (git://github.com/dledford/linux.git). It has the changes I
> have queued for the 4.1-rc cycle. People can see what I have queued up
> by pulling either the for-linus tag, or the k.o-for-4.1-rc branch.
>
> I also want to take a minute and let people know that I plan on doing a
> standard for-<version>-rc branch on each release. I'll create the
> branch once the <version>-rc2 kernel tag is available. Unless the rc2
> tag is unstable, in which case I'll pick another one. That will be
> where I put any patches for problems found during rc cycles and it will
> stay constant with only rdma related fix patches added until the end of
> the rc cycle. So if people want to know when and what kernel to start
> rc phase testing on, that's going to be it on each release.
>
And what about linux-next: you should ask for your tree to be added to
the trees Stephen merge into linux-next so that yours get some
visibility to other maintainers and build bots.
Regards.
--
Yann Droneaud
OPTEYA
--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: linux-rdma repository url
2015-05-06 19:41 ` Yann Droneaud
@ 2015-05-06 19:48 ` Doug Ledford
[not found] ` <1430941701.2407.347.camel-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
0 siblings, 1 reply; 4+ messages in thread
From: Doug Ledford @ 2015-05-06 19:48 UTC (permalink / raw)
To: Yann Droneaud
Cc: Devesh Sharma, linux-rdma@vger.kernel.org, Stephen Rothwell,
linux-next
[-- Attachment #1: Type: text/plain, Size: 461 bytes --]
On Wed, 2015-05-06 at 21:41 +0200, Yann Droneaud wrote:
> And what about linux-next: you should ask for your tree to be added to
> the trees Stephen merge into linux-next so that yours get some
> visibility to other maintainers and build bots.
I will. The current tree is in 0day testing, I was going to add
linux-next, but was going to wait until I have a repo on k.o.
--
Doug Ledford <dledford@redhat.com>
GPG KeyID: 0E572FDD
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 819 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: linux-rdma repository url
[not found] ` <1430941701.2407.347.camel-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
@ 2015-05-07 7:52 ` Devesh Sharma
0 siblings, 0 replies; 4+ messages in thread
From: Devesh Sharma @ 2015-05-07 7:52 UTC (permalink / raw)
To: Doug Ledford
Cc: Yann Droneaud, Devesh Sharma,
linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
Stephen Rothwell, linux-next-u79uwXL29TY76Z2rM5mHXA
Thanks Doug for the detailed info.
On Thu, May 7, 2015 at 1:18 AM, Doug Ledford <dledford-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org> wrote:
> On Wed, 2015-05-06 at 21:41 +0200, Yann Droneaud wrote:
>> And what about linux-next: you should ask for your tree to be added to
>> the trees Stephen merge into linux-next so that yours get some
>> visibility to other maintainers and build bots.
>
> I will. The current tree is in 0day testing, I was going to add
> linux-next, but was going to wait until I have a repo on k.o.
>
>
> --
> Doug Ledford <dledford-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
> GPG KeyID: 0E572FDD
>
--
-Regards
Devesh
--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2015-05-07 7:52 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <EE7902D3F51F404C82415C4803930ACD5DC493FD@CMEXMB1.ad.emulex.com>
[not found] ` <EE7902D3F51F404C82415C4803930ACD5DC493FD-DWYeeINJQrxExQ8dmkPuX0M9+F4ksjoh@public.gmane.org>
2015-05-05 17:47 ` linux-rdma repository url Doug Ledford
[not found] ` <1430848060.2407.246.camel-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2015-05-06 19:41 ` Yann Droneaud
2015-05-06 19:48 ` Doug Ledford
[not found] ` <1430941701.2407.347.camel-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2015-05-07 7:52 ` Devesh Sharma
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox