2005-09-22 13:28:37

by Harald Welte

[permalink] [raw]
Subject: Re: [PATCH] ip_conntrack_pptp: fix endian sparse warnings

btw, where can I get the latest sparse release?

linux-2.6.14-rc2/Documentation/sparse.txt still points to a dead
directory at
http://www.codemonkey.org.uk/projects/git-snapshots/sparse/
which now seems to be 404.

Are there no snapshots available? Didn't anyone convre the bitkeeper
repository to git or something else? I'm a bit puzzled.

Thanks!
--
- Harald Welte <[email protected]> http://netfilter.org/
============================================================================
"Fragmentation is like classful addressing -- an interesting early
architectural error that shows how much experimentation was going
on while IP was being designed." -- Paul Vixie


Attachments:
(No filename) (716.00 B)
(No filename) (189.00 B)
Download all attachments

2005-09-22 15:24:54

by Alexey Dobriyan

[permalink] [raw]
Subject: Re: [PATCH] ip_conntrack_pptp: fix endian sparse warnings

On Thu, Sep 22, 2005 at 03:28:34PM +0200, Harald Welte wrote:
> btw, where can I get the latest sparse release?
>
> linux-2.6.14-rc2/Documentation/sparse.txt still points to a dead
> directory at
> http://www.codemonkey.org.uk/projects/git-snapshots/sparse/
> which now seems to be 404.
>
> Are there no snapshots available? Didn't anyone convre the bitkeeper
> repository to git or something else? I'm a bit puzzled.


I use

rsync -avz --progress --delete \
rsync://rsync.kernel.org/pub/scm/devel/sparse/sparse.git/ \
.git

to get latest sparse tree.

2005-09-22 17:00:15

by Harald Welte

[permalink] [raw]
Subject: [PATCH] update Documentation/sparse.txt

On Thu, Sep 22, 2005 at 07:34:51PM +0400, Alexey Dobriyan wrote:
> On Thu, Sep 22, 2005 at 03:28:34PM +0200, Harald Welte wrote:
> > btw, where can I get the latest sparse release?
> >
> > linux-2.6.14-rc2/Documentation/sparse.txt still points to a dead
> > directory at
> > http://www.codemonkey.org.uk/projects/git-snapshots/sparse/
> > which now seems to be 404.
> >
> > Are there no snapshots available? Didn't anyone convre the bitkeeper
> > repository to git or something else? I'm a bit puzzled.
>
>
> I use
>
> rsync -avz --progress --delete \
> rsync://rsync.kernel.org/pub/scm/devel/sparse/sparse.git/ \
> .git

Thanks. Please consider this patch for the mainline kernel:


[DOCUMENTATION] sparse no longer uses bk, but git

Signed-off-by: Harald Welte <[email protected]>

---
commit 37df3d8b065579042d32a866ae6a00cd57c5812b
tree dd0e013e4744201b2ae13b38e0186477fd2eb47d
parent 0410f33b62b892379270539b189577126ea56ffe
author Harald Welte <[email protected]> Do, 22 Sep 2005 18:58:49 +0200
committer Harald Welte <[email protected]> Do, 22 Sep 2005 18:58:49 +0200

Documentation/sparse.txt | 9 ++-------
1 files changed, 2 insertions(+), 7 deletions(-)

diff --git a/Documentation/sparse.txt b/Documentation/sparse.txt
--- a/Documentation/sparse.txt
+++ b/Documentation/sparse.txt
@@ -51,14 +51,9 @@ or you don't get any checking at all.
Where to get sparse
~~~~~~~~~~~~~~~~~~~

-With BK, you can just get it from
-
- bk://sparse.bkbits.net/sparse
-
-and DaveJ has tar-balls at
-
- http://www.codemonkey.org.uk/projects/git-snapshots/sparse/
+With git, you can just get it from

+ rsync://rsync.kernel.org/pub/scm/devel/sparse/sparse.git

Once you have it, just do

--
- Harald Welte <[email protected]> http://netfilter.org/
============================================================================
"Fragmentation is like classful addressing -- an interesting early
architectural error that shows how much experimentation was going
on while IP was being designed." -- Paul Vixie


Attachments:
(No filename) (2.04 kB)
(No filename) (189.00 B)
Download all attachments

2005-09-22 17:09:48

by Randy Dunlap

[permalink] [raw]
Subject: Re: [PATCH] update Documentation/sparse.txt

On Thu, 22 Sep 2005, Harald Welte wrote:

> On Thu, Sep 22, 2005 at 07:34:51PM +0400, Alexey Dobriyan wrote:
> > On Thu, Sep 22, 2005 at 03:28:34PM +0200, Harald Welte wrote:
> > > btw, where can I get the latest sparse release?
> > >
> > > linux-2.6.14-rc2/Documentation/sparse.txt still points to a dead
> > > directory at
> > > http://www.codemonkey.org.uk/projects/git-snapshots/sparse/
> > > which now seems to be 404.
> > >
> > > Are there no snapshots available? Didn't anyone convre the bitkeeper
> > > repository to git or something else? I'm a bit puzzled.
> >
> >
> > I use
> >
> > rsync -avz --progress --delete \
> > rsync://rsync.kernel.org/pub/scm/devel/sparse/sparse.git/ \
> > .git
>
> Thanks. Please consider this patch for the mainline kernel:
>
>
> [DOCUMENTATION] sparse no longer uses bk, but git
>
> Signed-off-by: Harald Welte <[email protected]>
>
> ---
> commit 37df3d8b065579042d32a866ae6a00cd57c5812b
> tree dd0e013e4744201b2ae13b38e0186477fd2eb47d
> parent 0410f33b62b892379270539b189577126ea56ffe
> author Harald Welte <[email protected]> Do, 22 Sep 2005 18:58:49 +0200
> committer Harald Welte <[email protected]> Do, 22 Sep 2005 18:58:49 +0200
>
> Documentation/sparse.txt | 9 ++-------
> 1 files changed, 2 insertions(+), 7 deletions(-)
>
> diff --git a/Documentation/sparse.txt b/Documentation/sparse.txt
> --- a/Documentation/sparse.txt
> +++ b/Documentation/sparse.txt
> @@ -51,14 +51,9 @@ or you don't get any checking at all.
> Where to get sparse
> ~~~~~~~~~~~~~~~~~~~
>
> -With BK, you can just get it from
> -
> - bk://sparse.bkbits.net/sparse
> -
> -and DaveJ has tar-balls at
> -
> - http://www.codemonkey.org.uk/projects/git-snapshots/sparse/

Please leave Dave's snapshots dir. there even if you add the git method.
It is still present and working.
Thanks.

> +With git, you can just get it from
>
> + rsync://rsync.kernel.org/pub/scm/devel/sparse/sparse.git
>
> Once you have it, just do
>
>

--
~Randy

2005-09-22 18:19:09

by Harald Welte

[permalink] [raw]
Subject: Re: [PATCH] update Documentation/sparse.txt

On Thu, Sep 22, 2005 at 10:09:45AM -0700, Randy.Dunlap wrote:
> Please leave Dave's snapshots dir. there even if you add the git method.
> It is still present and working.
> Thanks.

MH. I tried the URL and it didn't work at that time. Apparently I had a
typo or something like that.

Sorry.

Pleae see below

[DOCUMENTATION] sparse no longer uses bk, but git

Signed-off-by: Harald Welte <[email protected]>

---
commit 22a1c0f5333d3701a48eb80bf03ca54c53384f25
tree 89c4250c5eeebc2ab41bc1df905f269a7a233374
parent 0410f33b62b892379270539b189577126ea56ffe
author Harald Welte <[email protected]> Do, 22 Sep 2005 20:18:03 +0200
committer Harald Welte <[email protected]> Do, 22 Sep 2005 20:18:03 +0200

Documentation/sparse.txt | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Documentation/sparse.txt b/Documentation/sparse.txt
--- a/Documentation/sparse.txt
+++ b/Documentation/sparse.txt
@@ -51,9 +51,9 @@ or you don't get any checking at all.
Where to get sparse
~~~~~~~~~~~~~~~~~~~

-With BK, you can just get it from
+With git, you can just get it from

- bk://sparse.bkbits.net/sparse
+ rsync://rsync.kernel.org/pub/scm/devel/sparse/sparse.git

and DaveJ has tar-balls at

--
- Harald Welte <[email protected]> http://netfilter.org/
============================================================================
"Fragmentation is like classful addressing -- an interesting early
architectural error that shows how much experimentation was going
on while IP was being designed." -- Paul Vixie


Attachments:
(No filename) (1.57 kB)
(No filename) (189.00 B)
Download all attachments