linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Re: [PATCH] ip_conntrack_pptp: fix endian sparse warnings
       [not found] <20050921170539.GA10537@mipter.zuzino.mipt.ru>
@ 2005-09-22 13:28 ` Harald Welte
  2005-09-22 15:34   ` Alexey Dobriyan
  0 siblings, 1 reply; 5+ messages in thread
From: Harald Welte @ 2005-09-22 13:28 UTC (permalink / raw)
  To: Alexey Dobriyan; +Cc: Linux Kernel Mailinglist

[-- Attachment #1: Type: text/plain, Size: 733 bytes --]

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 <laforge@netfilter.org>                 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

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] ip_conntrack_pptp: fix endian sparse warnings
  2005-09-22 13:28 ` [PATCH] ip_conntrack_pptp: fix endian sparse warnings Harald Welte
@ 2005-09-22 15:34   ` Alexey Dobriyan
  2005-09-22 17:00     ` [PATCH] update Documentation/sparse.txt Harald Welte
  0 siblings, 1 reply; 5+ messages in thread
From: Alexey Dobriyan @ 2005-09-22 15:34 UTC (permalink / raw)
  To: Harald Welte; +Cc: linux-kernel

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.


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [PATCH] update Documentation/sparse.txt
  2005-09-22 15:34   ` Alexey Dobriyan
@ 2005-09-22 17:00     ` Harald Welte
  2005-09-22 17:09       ` Randy.Dunlap
  0 siblings, 1 reply; 5+ messages in thread
From: Harald Welte @ 2005-09-22 17:00 UTC (permalink / raw)
  To: Alexey Dobriyan; +Cc: linux-kernel

[-- Attachment #1: Type: text/plain, Size: 2152 bytes --]

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 <laforge@netfilter.org>

---
commit 37df3d8b065579042d32a866ae6a00cd57c5812b
tree dd0e013e4744201b2ae13b38e0186477fd2eb47d
parent 0410f33b62b892379270539b189577126ea56ffe
author Harald Welte <laforge@netfilter.org> Do, 22 Sep 2005 18:58:49 +0200
committer Harald Welte <laforge@netfilter.org> 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 <laforge@netfilter.org>                 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

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] update Documentation/sparse.txt
  2005-09-22 17:00     ` [PATCH] update Documentation/sparse.txt Harald Welte
@ 2005-09-22 17:09       ` Randy.Dunlap
  2005-09-22 18:19         ` Harald Welte
  0 siblings, 1 reply; 5+ messages in thread
From: Randy.Dunlap @ 2005-09-22 17:09 UTC (permalink / raw)
  To: Harald Welte; +Cc: Alexey Dobriyan, linux-kernel

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 <laforge@netfilter.org>
>
> ---
> commit 37df3d8b065579042d32a866ae6a00cd57c5812b
> tree dd0e013e4744201b2ae13b38e0186477fd2eb47d
> parent 0410f33b62b892379270539b189577126ea56ffe
> author Harald Welte <laforge@netfilter.org> Do, 22 Sep 2005 18:58:49 +0200
> committer Harald Welte <laforge@netfilter.org> 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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] update Documentation/sparse.txt
  2005-09-22 17:09       ` Randy.Dunlap
@ 2005-09-22 18:19         ` Harald Welte
  0 siblings, 0 replies; 5+ messages in thread
From: Harald Welte @ 2005-09-22 18:19 UTC (permalink / raw)
  To: Randy.Dunlap; +Cc: Alexey Dobriyan, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 1653 bytes --]

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 <laforge@netfilter.org>

---
commit 22a1c0f5333d3701a48eb80bf03ca54c53384f25
tree 89c4250c5eeebc2ab41bc1df905f269a7a233374
parent 0410f33b62b892379270539b189577126ea56ffe
author Harald Welte <laforge@netfilter.org> Do, 22 Sep 2005 20:18:03 +0200
committer Harald Welte <laforge@netfilter.org> 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 <laforge@netfilter.org>                 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

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2005-09-22 18:19 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20050921170539.GA10537@mipter.zuzino.mipt.ru>
2005-09-22 13:28 ` [PATCH] ip_conntrack_pptp: fix endian sparse warnings Harald Welte
2005-09-22 15:34   ` Alexey Dobriyan
2005-09-22 17:00     ` [PATCH] update Documentation/sparse.txt Harald Welte
2005-09-22 17:09       ` Randy.Dunlap
2005-09-22 18:19         ` Harald Welte

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).