2008-11-14 22:26:11

by Eric Van Hensbergen

[permalink] [raw]
Subject: [GIT PULL] bug fixes for 9p linux-2.6.28-rc4

The following changes since commit 4ff429e658c00bcf5101eabbebd4f711572a64cb:
Randy Dunlap (1):
9p: restrict RDMA usage

are available in the git repository at:

ssh://master.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git for-linus

-eric


2008-11-15 19:41:37

by Linus Torvalds

[permalink] [raw]
Subject: Re: [GIT PULL] bug fixes for 9p linux-2.6.28-rc4



On Fri, 14 Nov 2008, Eric Van Hensbergen wrote:
>
> The following changes since commit 4ff429e658c00bcf5101eabbebd4f711572a64cb:
> Randy Dunlap (1):
> 9p: restrict RDMA usage
>
> are available in the git repository at:
>
> ssh://master.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git for-linus

Diffstat?

Yeah, I see that it is

net/9p/Kconfig | 10 ++++++----
1 files changed, 6 insertions(+), 4 deletions(-)

but I want to know things like that _before_ pulling, just to know what to
expect, and so that I know that what I pull is what you meant me to pull.

Linus

2008-11-15 20:28:54

by Eric Van Hensbergen

[permalink] [raw]
Subject: Re: [GIT PULL] bug fixes for 9p linux-2.6.28-rc4

sorry - just cut n' pasted the output of git-request-pull, didn't
notice it didn't tag on a diffstat, maybe I have an old buggy version
of git.

-eric


On Sat, Nov 15, 2008 at 1:40 PM, Linus Torvalds
<[email protected]> wrote:
>
>
> On Fri, 14 Nov 2008, Eric Van Hensbergen wrote:
>>
>> The following changes since commit 4ff429e658c00bcf5101eabbebd4f711572a64cb:
>> Randy Dunlap (1):
>> 9p: restrict RDMA usage
>>
>> are available in the git repository at:
>>
>> ssh://master.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git for-linus
>
> Diffstat?
>
> Yeah, I see that it is
>
> net/9p/Kconfig | 10 ++++++----
> 1 files changed, 6 insertions(+), 4 deletions(-)
>
> but I want to know things like that _before_ pulling, just to know what to
> expect, and so that I know that what I pull is what you meant me to pull.
>
> Linus
>

2008-11-17 16:33:18

by Randy Dunlap

[permalink] [raw]
Subject: Re: [GIT PULL] bug fixes for 9p linux-2.6.28-rc4

On Sat, 15 Nov 2008 14:28:45 -0600 Eric Van Hensbergen wrote:

> sorry - just cut n' pasted the output of git-request-pull, didn't
> notice it didn't tag on a diffstat, maybe I have an old buggy version
> of git.
>
> -eric
>
>
> On Sat, Nov 15, 2008 at 1:40 PM, Linus Torvalds
> <[email protected]> wrote:
> >
> >
> > On Fri, 14 Nov 2008, Eric Van Hensbergen wrote:
> >>
> >> The following changes since commit 4ff429e658c00bcf5101eabbebd4f711572a64cb:
> >> Randy Dunlap (1):
> >> 9p: restrict RDMA usage
> >>
> >> are available in the git repository at:
> >>
> >> ssh://master.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git for-linus
> >
> > Diffstat?
> >
> > Yeah, I see that it is
> >
> > net/9p/Kconfig | 10 ++++++----
> > 1 files changed, 6 insertions(+), 4 deletions(-)
> >
> > but I want to know things like that _before_ pulling, just to know what to
> > expect, and so that I know that what I pull is what you meant me to pull.

Eric,

See Documentation/SubmittingPatches: 16) Sending "git pull" requests
It details the pull request and the expected diffstat.

---
~Randy