[PATCH] ext2: correct type miss (linux-2.6.24.3)

2008-02-26 Thread ohyama_sec
From: Hiroyasu Ohyama Maybe I found a type miss in fs/ext2/ext2.h which is in linux-2.6.24.3, and write difference below. Signed-off-by: Hiroyasu OHYAMA <[EMAIL PROTECTED]> --- --- fs/ext2/ext2.h.orig 2008-02-27 00:56:34.0 +0900 +++ fs/ext2/ext2.h 2008-02-26 19:12:55.000

Re: Linux 2.6.24.3 (if_addrlabel.h HEADERS_CHECK failure)

2008-02-26 Thread Stephen Hemminger
On Tue, 26 Feb 2008 14:38:47 + Daniel Drake <[EMAIL PROTECTED]> wrote: > Randy Dunlap wrote: > >> We (the -stable team) are announcing the release of the 2.6.24.3 > >> kernel. > > > > When HEADERS_CHECK=y: > > > > make[3]: *** No rul

Re: Linux 2.6.24.3 (if_addrlabel.h HEADERS_CHECK failure)

2008-02-26 Thread Daniel Drake
Randy Dunlap wrote: We (the -stable team) are announcing the release of the 2.6.24.3 kernel. When HEADERS_CHECK=y: make[3]: *** No rule to make target `/local/linsrc/linux-2.6.24.3/include/linux/if_addrlabel.h', needed by `/local/linsrc/linux-2.6.24.3/usr/include/linux/if_addrla

Re: Linux 2.6.24.3 (incr patch missing)

2008-02-26 Thread Daniel Drake
Greg Kroah-Hartman wrote: We (the -stable team) are announcing the release of the 2.6.24.3 kernel. patch-2.6.24.2-3.* files are missing from http://www.kernel.org/pub/linux/kernel/v2.6/incr/ The 2.6.23.17 patches which were released at the same time are there, so it doesn't seem to be a cas

Re: Linux 2.6.24.3

2008-02-26 Thread Pascal Hambourg
Hello, Tino Keitel a écrit : I can see the patch in http://www.kernel.org/pub/linux/kernel/v2.6/, but no incremental patch in http://www.kernel.org/pub/linux/kernel/v2.6/incr/. Is this due to some delay, or was is just not uploaded? It seems that the 2->3 incremental patch was uploaded in /p

Re: Linux 2.6.24.3

2008-02-26 Thread Sven Köhler
no incremental patch in http://www.kernel.org/pub/linux/kernel/v2.6/incr/. Is this due to some delay, or was is just not uploaded? Would be really nice to have indeed. signature.asc Description: OpenPGP digital signature

Re: Linux 2.6.24.3

2008-02-25 Thread Tino Keitel
On Mon, Feb 25, 2008 at 17:00:24 -0800, Greg Kroah-Hartman wrote: > We (the -stable team) are announcing the release of the 2.6.24.3 > kernel. Hi, I can see the patch in http://www.kernel.org/pub/linux/kernel/v2.6/, but no incremental patch in http://www.kernel.org/pub/linux/kernel/v2.6/incr/. Is

Re: Linux 2.6.24.3

2008-02-25 Thread Greg KH
On Tue, Feb 26, 2008 at 02:39:23PM +0900, Samuel Masham wrote: > On Tue, Feb 26, 2008 at 10:00 AM, Greg Kroah-Hartman <[EMAIL PROTECTED]> > wrote: > > We (the -stable team) are announcing the release of the 2.6.24.3 > > kernel. > > > > Hi Greg, Stable people :) > > Can you confirm you have the

Re: Linux 2.6.24.3

2008-02-25 Thread Samuel Masham
On Tue, Feb 26, 2008 at 10:00 AM, Greg Kroah-Hartman <[EMAIL PROTECTED]> wrote: > We (the -stable team) are announcing the release of the 2.6.24.3 > kernel. > Hi Greg, Stable people :) Can you confirm you have the mips irq probe crash fix in your queue for the next stable release See: http://l

Re: Linux 2.6.24.3

2008-02-25 Thread Randy Dunlap
> http://git.kernel.org/?p=linux/kernel/git/stable/linux-2.6.24.y.git;a=summary When HEADERS_CHECK=y: make[3]: *** No rule to make target `/local/linsrc/linux-2.6.24.3/include/linux/if_addrlabel.h', needed by `/local/linsrc/linux-2.6.24.3/usr/include/linux/if_addrlabel.h'. Stop

Re: Linux 2.6.24.3

2008-02-25 Thread Greg KH
diff --git a/Makefile b/Makefile index 6f79564..bac9dd0 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ VERSION = 2 PATCHLEVEL = 6 SUBLEVEL = 24 -EXTRAVERSION = .2 +EXTRAVERSION = .3 NAME = Err Metey! A Heury Beelge-a Ret! # *DOCUMENTATION* diff --git a/arch/powerpc/platforms/chrp/pci.c

Linux 2.6.24.3

2008-02-25 Thread Greg Kroah-Hartman
: Fix usage of .section .sched.text in assembler code. Greg Kroah-Hartman (1): Linux 2.6.24.3 Heiko Carstens (1): S390: Fix futex_atomic_cmpxchg_std inline assembly. Herbert Xu (4): IPCOMP: Fix reception of incompressible packets IPCOMP: Fetch nexthdr before ipch is dest