2011-04-02 20:03:46

by Someone Something

[permalink] [raw]
Subject: [PATCH] Fixes a small error in Documentation/HOWTO

Description: This patch fixes a small error in Documentation/HOWTO
which gives a really old link for LXR.

This will be my first patch, so, any feedback is very welcome The
Patch follows this line. I'm not sure if I'm supposed to include the
HOWTO.orig stuff.


--- linux-2.6.38.2/Documentation/HOWTO.orig 2011-04-02
15:55:03.000000000 -0400
+++ linux-2.6.38.2/Documentation/HOWTO 2011-04-02 15:56:25.000000000 -0400
@@ -209,8 +209,7 @@ tools. One such tool that is particular
Cross-Reference project, which is able to present source code in a
self-referential, indexed webpage format. An excellent up-to-date
repository of the kernel code may be found at:
- http://users.sosdg.org/~qiyong/lxr/
-
+ http://lxr.linux.no/linux+v2.6.38/Documentation/

The development process
-----------------------


2011-04-02 23:48:14

by Someone Something

[permalink] [raw]
Subject: [PATCH] Fixes a small error in Documentation/HOWTO

(I'm think I might be sending this for the second time, if you can see
this, can you reply to it?)

Description: This patch fixes a small error in Documentation/HOWTO
which gives a really old link for LXR.

This will be my first patch, so, any feedback is very welcome The
Patch follows this line. I'm not sure if I'm supposed to include the
HOWTO.orig stuff.


--- linux-2.6.38.2/Documentation/HOWTO.orig ? ? 2011-04-02
15:55:03.000000000 -0400
+++ linux-2.6.38.2/Documentation/HOWTO ?2011-04-02 15:56:25.000000000 -0400
@@ -209,8 +209,7 @@ tools. ?One such tool that is particular
?Cross-Reference project, which is able to present source code in a
?self-referential, indexed webpage format. An excellent up-to-date
?repository of the kernel code may be found at:
- ? ? ? http://users.sosdg.org/~qiyong/lxr/
-
+ ? ? ? http://lxr.linux.no/linux+v2.6.38/Documentation/

?The development process
?-----------------------

2011-04-03 04:52:58

by jiaweiwei

[permalink] [raw]
Subject: Re: [PATCH] Fixes a small error in Documentation/HOWTO

On Sat, Apr 02, 2011 at 03:03:43PM -0500, Someone Something wrote:
> Description: This patch fixes a small error in Documentation/HOWTO
> which gives a really old link for LXR.
>
> This will be my first patch, so, any feedback is very welcome The
> Patch follows this line. I'm not sure if I'm supposed to include the
> HOWTO.orig stuff.
>
>
> --- linux-2.6.38.2/Documentation/HOWTO.orig 2011-04-02
> 15:55:03.000000000 -0400
> +++ linux-2.6.38.2/Documentation/HOWTO 2011-04-02 15:56:25.000000000 -0400
> @@ -209,8 +209,7 @@ tools. One such tool that is particular
> Cross-Reference project, which is able to present source code in a
> self-referential, indexed webpage format. An excellent up-to-date
> repository of the kernel code may be found at:
> - http://users.sosdg.org/~qiyong/lxr/
> -
> + http://lxr.linux.no/linux+v2.6.38/Documentation/
>
Your updated link for HOWTO is just for linux-2.6.38. This link
should be up-to-date kernel code. So i have corrected your
patch like following.

Thanks.
Best Regards.
Harry Wei.

Signed-off-by: Someone Something <[email protected]>
Signed-off-by: Harry Wei <[email protected]>
---
Documentation/HOWTO | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Documentation/HOWTO b/Documentation/HOWTO
index 365bda9..81bc1a9 100644
--- a/Documentation/HOWTO
+++ b/Documentation/HOWTO
@@ -209,7 +209,7 @@ tools. One such tool that is particularly recommended is the Linux
Cross-Reference project, which is able to present source code in a
self-referential, indexed webpage format. An excellent up-to-date
repository of the kernel code may be found at:
- http://users.sosdg.org/~qiyong/lxr/
+ http://lxr.linux.no/+trees


The development process
--
1.7.0.4

2011-04-03 06:32:03

by Xiaochen Wang

[permalink] [raw]
Subject: Re: [PATCH] Fixes a small error in Documentation/HOWTO

On Sun, Apr 3, 2011 at 12:52 PM, Harry Wei <[email protected]> wrote:
> Signed-off-by: Someone Something <[email protected]>
You should use your real name ( no pseudonyms or anonymous contributions).

2011-04-04 01:44:06

by Li Zefan

[permalink] [raw]
Subject: Re: [PATCH] Fixes a small error in Documentation/HOWTO

> Your updated link for HOWTO is just for linux-2.6.38. This link
> should be up-to-date kernel code. So i have corrected your
> patch like following.
>
> Thanks.
> Best Regards.
> Harry Wei.
>
> Signed-off-by: Someone Something <[email protected]>
> Signed-off-by: Harry Wei <[email protected]>

Did he sign the patch? If not, you can't do this, and Instead you
must ask him for his SOB.

And I'll appreciate if you add:

From: Someone ...

because your change is not significant enough to make you the author
of the patch.

> ---
> Documentation/HOWTO | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/Documentation/HOWTO b/Documentation/HOWTO
> index 365bda9..81bc1a9 100644
> --- a/Documentation/HOWTO
> +++ b/Documentation/HOWTO
> @@ -209,7 +209,7 @@ tools. One such tool that is particularly recommended is the Linux
> Cross-Reference project, which is able to present source code in a
> self-referential, indexed webpage format. An excellent up-to-date
> repository of the kernel code may be found at:
> - http://users.sosdg.org/~qiyong/lxr/
> + http://lxr.linux.no/+trees
>
>
> The development process

2011-04-04 18:18:33

by Randy Dunlap

[permalink] [raw]
Subject: Re: [PATCH] Fixes a small error in Documentation/HOWTO

On Mon, 04 Apr 2011 09:46:52 +0800 Li Zefan wrote:

> > Your updated link for HOWTO is just for linux-2.6.38. This link
> > should be up-to-date kernel code. So i have corrected your
> > patch like following.
> >
> > Thanks.
> > Best Regards.
> > Harry Wei.
> >
> > Signed-off-by: Someone Something <[email protected]>
> > Signed-off-by: Harry Wei <[email protected]>
>
> Did he sign the patch? If not, you can't do this, and Instead you
> must ask him for his SOB.
>
> And I'll appreciate if you add:
>
> From: Someone ...
>
> because your change is not significant enough to make you the author
> of the patch.

Regardless of that latter part, we cannot merge the patch from SS,
like Xiaochen Wang said, since the name is false.


> > ---
> > Documentation/HOWTO | 2 +-
> > 1 files changed, 1 insertions(+), 1 deletions(-)
> >
> > diff --git a/Documentation/HOWTO b/Documentation/HOWTO
> > index 365bda9..81bc1a9 100644
> > --- a/Documentation/HOWTO
> > +++ b/Documentation/HOWTO
> > @@ -209,7 +209,7 @@ tools. One such tool that is particularly recommended is the Linux
> > Cross-Reference project, which is able to present source code in a
> > self-referential, indexed webpage format. An excellent up-to-date
> > repository of the kernel code may be found at:
> > - http://users.sosdg.org/~qiyong/lxr/
> > + http://lxr.linux.no/+trees
> >
> >
> > The development process


---
~Randy
*** Remember to use Documentation/SubmitChecklist when testing your code ***

2011-04-05 02:07:40

by jiaweiwei

[permalink] [raw]
Subject: Re: [PATCH] Fixes a small error in Documentation/HOWTO

On Tue, Apr 05, 2011 at 09:59:55AM +0800, harryxiyou wrote:
> On Tue, Apr 5, 2011 at 2:18 AM, Randy Dunlap <[email protected]> wrote:
>
> > On Mon, 04 Apr 2011 09:46:52 +0800 Li Zefan wrote:
> >
> > > > Your updated link for HOWTO is just for linux-2.6.38. This link
> > > > should be up-to-date kernel code. So i have corrected your
> > > > patch like following.
> > > >
> > > > Thanks.
> > > > Best Regards.
> > > > Harry Wei.
> > > >
> > > > Signed-off-by: Someone Something <[email protected]>
> > > > Signed-off-by: Harry Wei <[email protected]>
> > >
> > > Did he sign the patch? If not, you can't do this, and Instead you
> > > must ask him for his SOB.
> > >
> > > And I'll appreciate if you add:
> > >
> > > From: Someone ...
> > >
> > > because your change is not significant enough to make you the author
> > > of the patch.
> >
> > Regardless of that latter part, we cannot merge the patch from SS,
> > like Xiaochen Wang said, since the name is false.
Hi Randy,
I have corrected this patch like following. This may be well
for us.

Thanks.
BR.
Harry Wei.

From: Someone Something <[email protected]>
Signed-off-by: Harry Wei <[email protected]>
---
Documentation/HOWTO | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Documentation/HOWTO b/Documentation/HOWTO
index 365bda9..81bc1a9 100644
--- a/Documentation/HOWTO
+++ b/Documentation/HOWTO
@@ -209,7 +209,7 @@ tools. One such tool that is particularly recommended is the Linux
Cross-Reference project, which is able to present source code in a
self-referential, indexed webpage format. An excellent up-to-date
repository of the kernel code may be found at:
- http://users.sosdg.org/~qiyong/lxr/
+ http://lxr.linux.no/+trees


The development process
--
1.7.0.4

2011-05-05 22:07:23

by Randy Dunlap

[permalink] [raw]
Subject: Re: [PATCH] Fixes a small error in Documentation/HOWTO

On Tue, 5 Apr 2011 10:07:20 +0800 Harry Wei wrote:

> On Tue, Apr 05, 2011 at 09:59:55AM +0800, harryxiyou wrote:
> > On Tue, Apr 5, 2011 at 2:18 AM, Randy Dunlap <[email protected]> wrote:
> >
> > > On Mon, 04 Apr 2011 09:46:52 +0800 Li Zefan wrote:
> > >
> > > > > Your updated link for HOWTO is just for linux-2.6.38. This link
> > > > > should be up-to-date kernel code. So i have corrected your
> > > > > patch like following.
> > > > >
> > > > > Thanks.
> > > > > Best Regards.
> > > > > Harry Wei.
> > > > >
> > > > > Signed-off-by: Someone Something <[email protected]>
> > > > > Signed-off-by: Harry Wei <[email protected]>
> > > >
> > > > Did he sign the patch? If not, you can't do this, and Instead you
> > > > must ask him for his SOB.
> > > >
> > > > And I'll appreciate if you add:
> > > >
> > > > From: Someone ...
> > > >
> > > > because your change is not significant enough to make you the author
> > > > of the patch.
> > >
> > > Regardless of that latter part, we cannot merge the patch from SS,
> > > like Xiaochen Wang said, since the name is false.
> Hi Randy,
> I have corrected this patch like following. This may be well
> for us.
>
> Thanks.
> BR.
> Harry Wei.
>
> From: Someone Something <[email protected]>


Linus tells me that we don't want fake names or email addresses in
the development tree, so this won't do.

Harry, can you just send me a patch from you, with your Signed-off-by:
so that I can apply it, please?


> Signed-off-by: Harry Wei <[email protected]>
> ---
> Documentation/HOWTO | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/Documentation/HOWTO b/Documentation/HOWTO
> index 365bda9..81bc1a9 100644
> --- a/Documentation/HOWTO
> +++ b/Documentation/HOWTO
> @@ -209,7 +209,7 @@ tools. One such tool that is particularly recommended is the Linux
> Cross-Reference project, which is able to present source code in a
> self-referential, indexed webpage format. An excellent up-to-date
> repository of the kernel code may be found at:
> - http://users.sosdg.org/~qiyong/lxr/
> + http://lxr.linux.no/+trees
>
>
> The development process
> --


---
~Randy
*** Remember to use Documentation/SubmitChecklist when testing your code ***

2011-05-05 23:56:06

by jiaweiwei

[permalink] [raw]
Subject: Re: [PATCH] Fixes a small error in Documentation/HOWTO

On Thu, May 05, 2011 at 03:07:19PM -0700, Randy Dunlap wrote:
>
> Linus tells me that we don't want fake names or email addresses in
> the development tree, so this won't do.
>
> Harry, can you just send me a patch from you, with your Signed-off-by:
> so that I can apply it, please?
Hi Randy,
My pleasure, the patch is below. If you have any other questions,
please let me know.

Thanks.
Harry Wei.

Signed-off-by: Harry Wei <[email protected]>
---
Documentation/HOWTO | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Documentation/HOWTO b/Documentation/HOWTO
index 365bda9..81bc1a9 100644
--- a/Documentation/HOWTO
+++ b/Documentation/HOWTO
@@ -209,7 +209,7 @@ tools. One such tool that is particularly recommended is the Linux
Cross-Reference project, which is able to present source code in a
self-referential, indexed webpage format. An excellent up-to-date
repository of the kernel code may be found at:
- http://users.sosdg.org/~qiyong/lxr/
+ http://lxr.linux.no/+trees


The development process
--
1.7.0.4

2011-05-06 21:43:30

by Randy Dunlap

[permalink] [raw]
Subject: Re: [PATCH] Fixes a small error in Documentation/HOWTO

On Fri, 6 May 2011 07:55:51 +0800 Harry Wei wrote:

> On Thu, May 05, 2011 at 03:07:19PM -0700, Randy Dunlap wrote:
> >
> > Linus tells me that we don't want fake names or email addresses in
> > the development tree, so this won't do.
> >
> > Harry, can you just send me a patch from you, with your Signed-off-by:
> > so that I can apply it, please?
> Hi Randy,
> My pleasure, the patch is below. If you have any other questions,
> please let me know.


Applied.. thanks, Harry.

> Thanks.
> Harry Wei.
>
> Signed-off-by: Harry Wei <[email protected]>
> ---
> Documentation/HOWTO | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/Documentation/HOWTO b/Documentation/HOWTO
> index 365bda9..81bc1a9 100644
> --- a/Documentation/HOWTO
> +++ b/Documentation/HOWTO
> @@ -209,7 +209,7 @@ tools. One such tool that is particularly recommended is the Linux
> Cross-Reference project, which is able to present source code in a
> self-referential, indexed webpage format. An excellent up-to-date
> repository of the kernel code may be found at:
> - http://users.sosdg.org/~qiyong/lxr/
> + http://lxr.linux.no/+trees
>
>
> The development process
> --
> 1.7.0.4
>


---
~Randy
*** Remember to use Documentation/SubmitChecklist when testing your code ***