LWN.net Logo

Stable kernel updates 2.6.25.17 and 2.6.26.4

The 2.6.25.17 and 2.6.26.4 stable kernel updates have been released. They both contain a long list of fixes, with the list for 2.6.26.4 being rather longer.

Update: 2.6.25.5 has since been released to fix a build error introduced in 2.6.26.4.


(Log in to post comments)

Stable kernel updates 2.6.25.17 and 2.6.26.5

Posted Sep 8, 2008 14:54 UTC (Mon) by k3ninho (subscriber, #50375) [Link]

Jon, pls fix the headline to match the 2.6.26.4 patch release (and then delete this comment).

K3n.

Stable kernel updates 2.6.25.17 and 2.6.26.4

Posted Sep 8, 2008 15:42 UTC (Mon) by wfranzini (subscriber, #6946) [Link]

Stable kernel updates 2.6.25.17 and 2.6.26.4

Posted Sep 8, 2008 17:58 UTC (Mon) by Thue (subscriber, #14277) [Link]

Stable kernel updates 2.6.25.17 and 2.6.26.4

Posted Sep 8, 2008 17:13 UTC (Mon) by wdupre1 (subscriber, #7498) [Link]

Yeah, 2.6.26.5 will be out any minute now:

In compiling kernel 2.6.26.4 I recieve the following error:

CC [M] net/ipv6/ip6mr.o
net/ipv6/ip6mr.c:48:23: error: linux/pim.h: No such file or directory
net/ipv6/ip6mr.c: In function 'pim6_rcv':
net/ipv6/ip6mr.c:354: error: dereferencing pointer to incomplete type
net/ipv6/ip6mr.c:358: error: dereferencing pointer to incomplete type
net/ipv6/ip6mr.c:358: error: 'PIM_VERSION' undeclared (first use in this function)
net/ipv6/ip6mr.c:358: error: (Each undeclared identifier is reported only once
net/ipv6/ip6mr.c:358: error: for each function it appears in.)
net/ipv6/ip6mr.c:358: error: 'PIM_REGISTER' undeclared (first use in this function)
net/ipv6/ip6mr.c:359: error: dereferencing pointer to incomplete type
net/ipv6/ip6mr.c:359: error: 'PIM_NULL_REGISTER' undeclared (first use in this function)
net/ipv6/ip6mr.c:360: error: dereferencing pointer to incomplete type
net/ipv6/ip6mr.c:366: error: dereferencing pointer to incomplete type
net/ipv6/ip6mr.c:370: error: dereferencing pointer to incomplete type
make[2]: *** [net/ipv6/ip6mr.o] Error 1
make[1]: *** [net/ipv6] Error 2
make: *** [net] Error 2

The compiler is:

gcc (GCC) 4.1.2

The distro is Slackware 12.0 running kernel 2.6.26.3

The error is reproducible, i.e. always the same line of code in the same
source module.

Bill DuPree
Xcape Solutions, Inc.

Copyright © 2008, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds