Re: Linux 2.6.22.1

2007-07-13 Thread H. Peter Anvin
Adrian Bunk wrote:
> 
> I found the problem and (ab)used my kstable group rights to fix it:
> 
> objects/info/alternates of linux-2.6.22.y.git contained
>   /home/ftp/pub/scm/linux/kernel/git/torvalds/linux-2.6.git/objects
> instead of
>   /pub/scm/linux/kernel/git/torvalds/linux-2.6.git/objects
> 
> This seems to exist on git.kernel.org but not on www.kernel.org, 
> explaining why the http method didn't work.
> 

No, it's because the /home/ftp/pub/... path isn't visible to the http
namespace.

-hpa
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: Linux 2.6.22.1

2007-07-13 Thread Greg KH
On Fri, Jul 13, 2007 at 08:47:51AM +0200, Adrian Bunk wrote:
> On Thu, Jul 12, 2007 at 11:16:17PM -0700, Greg KH wrote:
> > On Fri, Jul 13, 2007 at 02:16:20PM +0800, Bryan Wu wrote:
> > > On Fri, 2007-07-13 at 02:35 +0800, Nish Aravamudan wrote:
> > > > On 7/10/07, Greg KH <[EMAIL PROTECTED]> wrote: 
> > > > > We (the -stable team) are announcing the release of the 2.6.22.1
> > > > kernel. 
> > > > > It contains a security fix for SCTP that somehow forgot to be added
> > > > to 
> > > > > the 2.6.22 kernel (was already released in the 2.6.21.y releases). 
> > > > > Thanks to Patrick McHardy for noticing the mistake. 
> > > > > 
> > > > > I'll also be replying to this message with a copy of the patch
> > > > between 
> > > > > 2.6.22 and 2.6.22.1 
> > > > > 
> > > > > The updated 2.6.22.y git tree can be found at: 
> > > > >
> > > > git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-2.6.22.y.git
> > > > 
> > > > Can you please also update
> > > > 
> > > >  
> > > > git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-2.6-stable.git
> > > > 
> > > > ? Maybe make that update part of whatever process you use to push out 
> > > > the 2.6.Y trees, as I've had to ask for this more than once now?
> > > > 
> > > 
> > > Could you please open http:// git-pull? I was blocked by company's
> > > firewall except http method -:((.
> > 
> > That is up to the kernel.org admins, but last time I checked, I think it
> > was enabled already.  Can you pull anything else from kernel.org with
> > http but not this tree?
> 
> I found the problem and (ab)used my kstable group rights to fix it:
> 
> objects/info/alternates of linux-2.6.22.y.git contained
>   /home/ftp/pub/scm/linux/kernel/git/torvalds/linux-2.6.git/objects
> instead of
>   /pub/scm/linux/kernel/git/torvalds/linux-2.6.git/objects
> 
> This seems to exist on git.kernel.org but not on www.kernel.org, 
> explaining why the http method didn't work.

Odd, thanks for fixing that, it was "interesting" to create that tree
and it took me a few tries as I forgot to clone it right when Linus
released so I had to reset the HEAD back to the v2.6.22 release
changeset.

thanks,

greg k-h
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: Linux 2.6.22.1

2007-07-13 Thread Bryan Wu
On Thu, 2007-07-12 at 23:51 -0700, Chris Wright wrote:
> * Linus Torvalds ([EMAIL PROTECTED]) wrote:
> > In that case, it's almost certainly that that tree isn't doing the proper 
> > "git update-server-info" when people push to it.
> 
> Yup, should be fixed now.
> 
> thanks,
> -chris

Thanks a lot. With you guys help, it is  works.
- Bryan
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: Linux 2.6.22.1

2007-07-13 Thread Chris Wright
* Linus Torvalds ([EMAIL PROTECTED]) wrote:
> In that case, it's almost certainly that that tree isn't doing the proper 
> "git update-server-info" when people push to it.

Yup, should be fixed now.

thanks,
-chris
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: Linux 2.6.22.1

2007-07-13 Thread Adrian Bunk
On Thu, Jul 12, 2007 at 11:16:17PM -0700, Greg KH wrote:
> On Fri, Jul 13, 2007 at 02:16:20PM +0800, Bryan Wu wrote:
> > On Fri, 2007-07-13 at 02:35 +0800, Nish Aravamudan wrote:
> > > On 7/10/07, Greg KH <[EMAIL PROTECTED]> wrote: 
> > > > We (the -stable team) are announcing the release of the 2.6.22.1
> > > kernel. 
> > > > It contains a security fix for SCTP that somehow forgot to be added
> > > to 
> > > > the 2.6.22 kernel (was already released in the 2.6.21.y releases). 
> > > > Thanks to Patrick McHardy for noticing the mistake. 
> > > > 
> > > > I'll also be replying to this message with a copy of the patch
> > > between 
> > > > 2.6.22 and 2.6.22.1 
> > > > 
> > > > The updated 2.6.22.y git tree can be found at: 
> > > >
> > > git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-2.6.22.y.git
> > > 
> > > Can you please also update
> > > 
> > >  git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-2.6-stable.git
> > > 
> > > ? Maybe make that update part of whatever process you use to push out 
> > > the 2.6.Y trees, as I've had to ask for this more than once now?
> > > 
> > 
> > Could you please open http:// git-pull? I was blocked by company's
> > firewall except http method -:((.
> 
> That is up to the kernel.org admins, but last time I checked, I think it
> was enabled already.  Can you pull anything else from kernel.org with
> http but not this tree?

I found the problem and (ab)used my kstable group rights to fix it:

objects/info/alternates of linux-2.6.22.y.git contained
  /home/ftp/pub/scm/linux/kernel/git/torvalds/linux-2.6.git/objects
instead of
  /pub/scm/linux/kernel/git/torvalds/linux-2.6.git/objects

This seems to exist on git.kernel.org but not on www.kernel.org, 
explaining why the http method didn't work.

> thanks,
> 
> greg k-h

cu
Adrian

-- 

   "Is there not promise of rain?" Ling Tan asked suddenly out
of the darkness. There had been need of rain for many days.
   "Only a promise," Lao Er said.
   Pearl S. Buck - Dragon Seed

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: Linux 2.6.22.1

2007-07-13 Thread Linus Torvalds


On Fri, 13 Jul 2007, Bryan Wu wrote:
> 
> I can git-pull from Linus tree through http in my company, this one
> can't. If it is not easy to open it by you guys, I have to git-pull at
> home, -:))

In that case, it's almost certainly that that tree isn't doing the proper 
"git update-server-info" when people push to it.

Chris/Greg: just add a

hooks/post-update

file to your git repo that is executable, and just contains

#!/bin/sh
exec git-update-server-info

in it, and you'll be golden. It will mean that every time you push to the 
repo, it will run the "git update-server-info" thing after the push. And 
that will update all the necessary files for the stupid protocols (ie 
http) that don't know about git natively.

Oh, and run the "git-update-server-info" once by hand, just so that you 
don't then have to wait until after the next push for the git repo to be 
accessible by http://

www.kernel.org serves git repos fine, but the git repos have to help a bit 
at doing so.

What git update-server-info does is to create "info/refs" and 
"objects/info/packs" files that contain enough information for a client to 
figure out what refs and pack objects exist, so that they can try to fetch 
the necessary data on their own.

Linus
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: Linux 2.6.22.1

2007-07-13 Thread Bryan Wu
On Thu, 2007-07-12 at 23:16 -0700, Greg KH wrote:
> On Fri, Jul 13, 2007 at 02:16:20PM +0800, Bryan Wu wrote:
> > On Fri, 2007-07-13 at 02:35 +0800, Nish Aravamudan wrote:
> > > On 7/10/07, Greg KH <[EMAIL PROTECTED]> wrote: 
> > > > We (the -stable team) are announcing the release of the 2.6.22.1
> > > kernel. 
> > > > It contains a security fix for SCTP that somehow forgot to be added
> > > to 
> > > > the 2.6.22 kernel (was already released in the 2.6.21.y releases). 
> > > > Thanks to Patrick McHardy for noticing the mistake. 
> > > > 
> > > > I'll also be replying to this message with a copy of the patch
> > > between 
> > > > 2.6.22 and 2.6.22.1 
> > > > 
> > > > The updated 2.6.22.y git tree can be found at: 
> > > >
> > > git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-2.6.22.y.git
> > > 
> > > Can you please also update
> > > 
> > >  git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-2.6-stable.git
> > > 
> > > ? Maybe make that update part of whatever process you use to push out 
> > > the 2.6.Y trees, as I've had to ask for this more than once now?
> > > 
> > 
> > Could you please open http:// git-pull? I was blocked by company's
> > firewall except http method -:((.
> 
> That is up to the kernel.org admins, but last time I checked, I think it
> was enabled already.  Can you pull anything else from kernel.org with
> http but not this tree?
> 

I can git-pull from Linus tree through http in my company, this one
can't. If it is not easy to open it by you guys, I have to git-pull at
home, -:))

Thanks anyway

- Bryan
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: Linux 2.6.22.1

2007-07-13 Thread Greg KH
On Fri, Jul 13, 2007 at 02:16:20PM +0800, Bryan Wu wrote:
> On Fri, 2007-07-13 at 02:35 +0800, Nish Aravamudan wrote:
> > On 7/10/07, Greg KH <[EMAIL PROTECTED]> wrote: 
> > > We (the -stable team) are announcing the release of the 2.6.22.1
> > kernel. 
> > > It contains a security fix for SCTP that somehow forgot to be added
> > to 
> > > the 2.6.22 kernel (was already released in the 2.6.21.y releases). 
> > > Thanks to Patrick McHardy for noticing the mistake. 
> > > 
> > > I'll also be replying to this message with a copy of the patch
> > between 
> > > 2.6.22 and 2.6.22.1 
> > > 
> > > The updated 2.6.22.y git tree can be found at: 
> > >
> > git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-2.6.22.y.git
> > 
> > Can you please also update
> > 
> >  git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-2.6-stable.git
> > 
> > ? Maybe make that update part of whatever process you use to push out 
> > the 2.6.Y trees, as I've had to ask for this more than once now?
> > 
> 
> Could you please open http:// git-pull? I was blocked by company's
> firewall except http method -:((.

That is up to the kernel.org admins, but last time I checked, I think it
was enabled already.  Can you pull anything else from kernel.org with
http but not this tree?

thanks,

greg k-h
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: Linux 2.6.22.1

2007-07-13 Thread Bryan Wu
On Fri, 2007-07-13 at 02:35 +0800, Nish Aravamudan wrote:
> On 7/10/07, Greg KH <[EMAIL PROTECTED]> wrote: 
> > We (the -stable team) are announcing the release of the 2.6.22.1
> kernel. 
> > It contains a security fix for SCTP that somehow forgot to be added
> to 
> > the 2.6.22 kernel (was already released in the 2.6.21.y releases). 
> > Thanks to Patrick McHardy for noticing the mistake. 
> > 
> > I'll also be replying to this message with a copy of the patch
> between 
> > 2.6.22 and 2.6.22.1 
> > 
> > The updated 2.6.22.y git tree can be found at: 
> >
> git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-2.6.22.y.git
> 
> Can you please also update
> 
>  git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-2.6-stable.git
> 
> ? Maybe make that update part of whatever process you use to push out 
> the 2.6.Y trees, as I've had to ask for this more than once now?
> 

Could you please open http:// git-pull? I was blocked by company's
firewall except http method -:((.

Thanks a lot
-Bryan Wu
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: Linux 2.6.22.1

2007-07-13 Thread Bryan Wu
On Fri, 2007-07-13 at 02:35 +0800, Nish Aravamudan wrote:
 On 7/10/07, Greg KH [EMAIL PROTECTED] wrote: 
  We (the -stable team) are announcing the release of the 2.6.22.1
 kernel. 
  It contains a security fix for SCTP that somehow forgot to be added
 to 
  the 2.6.22 kernel (was already released in the 2.6.21.y releases). 
  Thanks to Patrick McHardy for noticing the mistake. 
  
  I'll also be replying to this message with a copy of the patch
 between 
  2.6.22 and 2.6.22.1 
  
  The updated 2.6.22.y git tree can be found at: 
 
 git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-2.6.22.y.git
 
 Can you please also update
 
  git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-2.6-stable.git
 
 ? Maybe make that update part of whatever process you use to push out 
 the 2.6.Y trees, as I've had to ask for this more than once now?
 

Could you please open http:// git-pull? I was blocked by company's
firewall except http method -:((.

Thanks a lot
-Bryan Wu
-
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: Linux 2.6.22.1

2007-07-13 Thread Greg KH
On Fri, Jul 13, 2007 at 02:16:20PM +0800, Bryan Wu wrote:
 On Fri, 2007-07-13 at 02:35 +0800, Nish Aravamudan wrote:
  On 7/10/07, Greg KH [EMAIL PROTECTED] wrote: 
   We (the -stable team) are announcing the release of the 2.6.22.1
  kernel. 
   It contains a security fix for SCTP that somehow forgot to be added
  to 
   the 2.6.22 kernel (was already released in the 2.6.21.y releases). 
   Thanks to Patrick McHardy for noticing the mistake. 
   
   I'll also be replying to this message with a copy of the patch
  between 
   2.6.22 and 2.6.22.1 
   
   The updated 2.6.22.y git tree can be found at: 
  
  git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-2.6.22.y.git
  
  Can you please also update
  
   git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-2.6-stable.git
  
  ? Maybe make that update part of whatever process you use to push out 
  the 2.6.Y trees, as I've had to ask for this more than once now?
  
 
 Could you please open http:// git-pull? I was blocked by company's
 firewall except http method -:((.

That is up to the kernel.org admins, but last time I checked, I think it
was enabled already.  Can you pull anything else from kernel.org with
http but not this tree?

thanks,

greg k-h
-
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: Linux 2.6.22.1

2007-07-13 Thread Bryan Wu
On Thu, 2007-07-12 at 23:16 -0700, Greg KH wrote:
 On Fri, Jul 13, 2007 at 02:16:20PM +0800, Bryan Wu wrote:
  On Fri, 2007-07-13 at 02:35 +0800, Nish Aravamudan wrote:
   On 7/10/07, Greg KH [EMAIL PROTECTED] wrote: 
We (the -stable team) are announcing the release of the 2.6.22.1
   kernel. 
It contains a security fix for SCTP that somehow forgot to be added
   to 
the 2.6.22 kernel (was already released in the 2.6.21.y releases). 
Thanks to Patrick McHardy for noticing the mistake. 

I'll also be replying to this message with a copy of the patch
   between 
2.6.22 and 2.6.22.1 

The updated 2.6.22.y git tree can be found at: 
   
   git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-2.6.22.y.git
   
   Can you please also update
   
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-2.6-stable.git
   
   ? Maybe make that update part of whatever process you use to push out 
   the 2.6.Y trees, as I've had to ask for this more than once now?
   
  
  Could you please open http:// git-pull? I was blocked by company's
  firewall except http method -:((.
 
 That is up to the kernel.org admins, but last time I checked, I think it
 was enabled already.  Can you pull anything else from kernel.org with
 http but not this tree?
 

I can git-pull from Linus tree through http in my company, this one
can't. If it is not easy to open it by you guys, I have to git-pull at
home, -:))

Thanks anyway

- Bryan
-
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: Linux 2.6.22.1

2007-07-13 Thread Chris Wright
* Linus Torvalds ([EMAIL PROTECTED]) wrote:
 In that case, it's almost certainly that that tree isn't doing the proper 
 git update-server-info when people push to it.

Yup, should be fixed now.

thanks,
-chris
-
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: Linux 2.6.22.1

2007-07-13 Thread Linus Torvalds


On Fri, 13 Jul 2007, Bryan Wu wrote:
 
 I can git-pull from Linus tree through http in my company, this one
 can't. If it is not easy to open it by you guys, I have to git-pull at
 home, -:))

In that case, it's almost certainly that that tree isn't doing the proper 
git update-server-info when people push to it.

Chris/Greg: just add a

hooks/post-update

file to your git repo that is executable, and just contains

#!/bin/sh
exec git-update-server-info

in it, and you'll be golden. It will mean that every time you push to the 
repo, it will run the git update-server-info thing after the push. And 
that will update all the necessary files for the stupid protocols (ie 
http) that don't know about git natively.

Oh, and run the git-update-server-info once by hand, just so that you 
don't then have to wait until after the next push for the git repo to be 
accessible by http://

www.kernel.org serves git repos fine, but the git repos have to help a bit 
at doing so.

What git update-server-info does is to create info/refs and 
objects/info/packs files that contain enough information for a client to 
figure out what refs and pack objects exist, so that they can try to fetch 
the necessary data on their own.

Linus
-
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: Linux 2.6.22.1

2007-07-13 Thread Adrian Bunk
On Thu, Jul 12, 2007 at 11:16:17PM -0700, Greg KH wrote:
 On Fri, Jul 13, 2007 at 02:16:20PM +0800, Bryan Wu wrote:
  On Fri, 2007-07-13 at 02:35 +0800, Nish Aravamudan wrote:
   On 7/10/07, Greg KH [EMAIL PROTECTED] wrote: 
We (the -stable team) are announcing the release of the 2.6.22.1
   kernel. 
It contains a security fix for SCTP that somehow forgot to be added
   to 
the 2.6.22 kernel (was already released in the 2.6.21.y releases). 
Thanks to Patrick McHardy for noticing the mistake. 

I'll also be replying to this message with a copy of the patch
   between 
2.6.22 and 2.6.22.1 

The updated 2.6.22.y git tree can be found at: 
   
   git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-2.6.22.y.git
   
   Can you please also update
   
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-2.6-stable.git
   
   ? Maybe make that update part of whatever process you use to push out 
   the 2.6.Y trees, as I've had to ask for this more than once now?
   
  
  Could you please open http:// git-pull? I was blocked by company's
  firewall except http method -:((.
 
 That is up to the kernel.org admins, but last time I checked, I think it
 was enabled already.  Can you pull anything else from kernel.org with
 http but not this tree?

I found the problem and (ab)used my kstable group rights to fix it:

objects/info/alternates of linux-2.6.22.y.git contained
  /home/ftp/pub/scm/linux/kernel/git/torvalds/linux-2.6.git/objects
instead of
  /pub/scm/linux/kernel/git/torvalds/linux-2.6.git/objects

This seems to exist on git.kernel.org but not on www.kernel.org, 
explaining why the http method didn't work.

 thanks,
 
 greg k-h

cu
Adrian

-- 

   Is there not promise of rain? Ling Tan asked suddenly out
of the darkness. There had been need of rain for many days.
   Only a promise, Lao Er said.
   Pearl S. Buck - Dragon Seed

-
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: Linux 2.6.22.1

2007-07-13 Thread Bryan Wu
On Thu, 2007-07-12 at 23:51 -0700, Chris Wright wrote:
 * Linus Torvalds ([EMAIL PROTECTED]) wrote:
  In that case, it's almost certainly that that tree isn't doing the proper 
  git update-server-info when people push to it.
 
 Yup, should be fixed now.
 
 thanks,
 -chris

Thanks a lot. With you guys help, it is  works.
- Bryan
-
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: Linux 2.6.22.1

2007-07-13 Thread Greg KH
On Fri, Jul 13, 2007 at 08:47:51AM +0200, Adrian Bunk wrote:
 On Thu, Jul 12, 2007 at 11:16:17PM -0700, Greg KH wrote:
  On Fri, Jul 13, 2007 at 02:16:20PM +0800, Bryan Wu wrote:
   On Fri, 2007-07-13 at 02:35 +0800, Nish Aravamudan wrote:
On 7/10/07, Greg KH [EMAIL PROTECTED] wrote: 
 We (the -stable team) are announcing the release of the 2.6.22.1
kernel. 
 It contains a security fix for SCTP that somehow forgot to be added
to 
 the 2.6.22 kernel (was already released in the 2.6.21.y releases). 
 Thanks to Patrick McHardy for noticing the mistake. 
 
 I'll also be replying to this message with a copy of the patch
between 
 2.6.22 and 2.6.22.1 
 
 The updated 2.6.22.y git tree can be found at: 

git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-2.6.22.y.git

Can you please also update

 
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-2.6-stable.git

? Maybe make that update part of whatever process you use to push out 
the 2.6.Y trees, as I've had to ask for this more than once now?

   
   Could you please open http:// git-pull? I was blocked by company's
   firewall except http method -:((.
  
  That is up to the kernel.org admins, but last time I checked, I think it
  was enabled already.  Can you pull anything else from kernel.org with
  http but not this tree?
 
 I found the problem and (ab)used my kstable group rights to fix it:
 
 objects/info/alternates of linux-2.6.22.y.git contained
   /home/ftp/pub/scm/linux/kernel/git/torvalds/linux-2.6.git/objects
 instead of
   /pub/scm/linux/kernel/git/torvalds/linux-2.6.git/objects
 
 This seems to exist on git.kernel.org but not on www.kernel.org, 
 explaining why the http method didn't work.

Odd, thanks for fixing that, it was interesting to create that tree
and it took me a few tries as I forgot to clone it right when Linus
released so I had to reset the HEAD back to the v2.6.22 release
changeset.

thanks,

greg k-h
-
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: Linux 2.6.22.1

2007-07-13 Thread H. Peter Anvin
Adrian Bunk wrote:
 
 I found the problem and (ab)used my kstable group rights to fix it:
 
 objects/info/alternates of linux-2.6.22.y.git contained
   /home/ftp/pub/scm/linux/kernel/git/torvalds/linux-2.6.git/objects
 instead of
   /pub/scm/linux/kernel/git/torvalds/linux-2.6.git/objects
 
 This seems to exist on git.kernel.org but not on www.kernel.org, 
 explaining why the http method didn't work.
 

No, it's because the /home/ftp/pub/... path isn't visible to the http
namespace.

-hpa
-
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: Linux 2.6.22.1

2007-07-12 Thread Nish Aravamudan

On 7/10/07, Greg KH <[EMAIL PROTECTED]> wrote:

We (the -stable team) are announcing the release of the 2.6.22.1 kernel.
It contains a security fix for SCTP that somehow forgot to be added to
the 2.6.22 kernel (was already released in the 2.6.21.y releases).
Thanks to Patrick McHardy for noticing the mistake.

I'll also be replying to this message with a copy of the patch between
2.6.22 and 2.6.22.1

The updated 2.6.22.y git tree can be found at:
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-2.6.22.y.git


Can you please also update

git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-2.6-stable.git

? Maybe make that update part of whatever process you use to push out
the 2.6.Y trees, as I've had to ask for this more than once now?

Thanks,
Nish
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: Linux 2.6.22.1

2007-07-12 Thread Nish Aravamudan

On 7/10/07, Greg KH [EMAIL PROTECTED] wrote:

We (the -stable team) are announcing the release of the 2.6.22.1 kernel.
It contains a security fix for SCTP that somehow forgot to be added to
the 2.6.22 kernel (was already released in the 2.6.21.y releases).
Thanks to Patrick McHardy for noticing the mistake.

I'll also be replying to this message with a copy of the patch between
2.6.22 and 2.6.22.1

The updated 2.6.22.y git tree can be found at:
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-2.6.22.y.git


Can you please also update

git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-2.6-stable.git

? Maybe make that update part of whatever process you use to push out
the 2.6.Y trees, as I've had to ask for this more than once now?

Thanks,
Nish
-
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: Linux 2.6.22.1

2007-07-10 Thread Greg KH
diff --git a/Makefile b/Makefile
index de4f8f7..e28395a 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
 VERSION = 2
 PATCHLEVEL = 6
 SUBLEVEL = 22
-EXTRAVERSION =
+EXTRAVERSION = .1
 NAME = Holy Dancing Manatees, Batman!
 
 # *DOCUMENTATION*
diff --git a/net/netfilter/nf_conntrack_proto_sctp.c 
b/net/netfilter/nf_conntrack_proto_sctp.c
index 0d3254b..6e41ba5 100644
--- a/net/netfilter/nf_conntrack_proto_sctp.c
+++ b/net/netfilter/nf_conntrack_proto_sctp.c
@@ -460,7 +460,8 @@ static int sctp_new(struct nf_conn *conntrack, const struct 
sk_buff *skb,
 SCTP_CONNTRACK_NONE, sch->type);
 
/* Invalid: delete conntrack */
-   if (newconntrack == SCTP_CONNTRACK_MAX) {
+   if (newconntrack == SCTP_CONNTRACK_NONE ||
+   newconntrack == SCTP_CONNTRACK_MAX) {
DEBUGP("nf_conntrack_sctp: invalid new deleting.\n");
return 0;
}
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: Linux 2.6.22.1

2007-07-10 Thread Greg KH
diff --git a/Makefile b/Makefile
index de4f8f7..e28395a 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
 VERSION = 2
 PATCHLEVEL = 6
 SUBLEVEL = 22
-EXTRAVERSION =
+EXTRAVERSION = .1
 NAME = Holy Dancing Manatees, Batman!
 
 # *DOCUMENTATION*
diff --git a/net/netfilter/nf_conntrack_proto_sctp.c 
b/net/netfilter/nf_conntrack_proto_sctp.c
index 0d3254b..6e41ba5 100644
--- a/net/netfilter/nf_conntrack_proto_sctp.c
+++ b/net/netfilter/nf_conntrack_proto_sctp.c
@@ -460,7 +460,8 @@ static int sctp_new(struct nf_conn *conntrack, const struct 
sk_buff *skb,
 SCTP_CONNTRACK_NONE, sch-type);
 
/* Invalid: delete conntrack */
-   if (newconntrack == SCTP_CONNTRACK_MAX) {
+   if (newconntrack == SCTP_CONNTRACK_NONE ||
+   newconntrack == SCTP_CONNTRACK_MAX) {
DEBUGP(nf_conntrack_sctp: invalid new deleting.\n);
return 0;
}
-
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/